Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 580 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 580 Bytes

gping

a ping tool

usage

gping -C 4 google.com
PING google.com 56 bytes of data.
64 bytes from google.com: icmp_seq=1 ttl=50 time=0ms
64 bytes from google.com: icmp_seq=2 ttl=50 time=0ms
64 bytes from google.com: icmp_seq=3 ttl=50 time=0ms
64 bytes from google.com: icmp_seq=4 ttl=50 time=1ms

--- google.com ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss, time 3085ms
rtt min/avg/max/mdev = 0.683/0.866/1.045/0.128 ms

install

make install

or

go install github.com/equationzhao/gping@latest