Skip to content

Instantly share code, notes, and snippets.

@lovesegfault
Created December 4, 2020 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lovesegfault/0e452d03ef7e37f8987aac178119e1cb to your computer and use it in GitHub Desktop.
Save lovesegfault/0e452d03ef7e37f8987aac178119e1cb to your computer and use it in GitHub Desktop.
❯ ping 10.0.0.3 -c 15
PING 10.0.0.3 (10.0.0.3) 56(84) bytes of data.
64 bytes from 10.0.0.3: icmp_seq=1 ttl=64 time=1.59 ms
64 bytes from 10.0.0.3: icmp_seq=2 ttl=64 time=1.17 ms
64 bytes from 10.0.0.3: icmp_seq=3 ttl=64 time=1.38 ms
64 bytes from 10.0.0.3: icmp_seq=4 ttl=64 time=2.90 ms
64 bytes from 10.0.0.3: icmp_seq=5 ttl=64 time=3.06 ms
64 bytes from 10.0.0.3: icmp_seq=6 ttl=64 time=3.32 ms
64 bytes from 10.0.0.3: icmp_seq=7 ttl=64 time=1.24 ms
64 bytes from 10.0.0.3: icmp_seq=8 ttl=64 time=1.77 ms
64 bytes from 10.0.0.3: icmp_seq=9 ttl=64 time=2.05 ms
64 bytes from 10.0.0.3: icmp_seq=10 ttl=64 time=0.613 ms
64 bytes from 10.0.0.3: icmp_seq=11 ttl=64 time=2.34 ms
64 bytes from 10.0.0.3: icmp_seq=12 ttl=64 time=3.26 ms
64 bytes from 10.0.0.3: icmp_seq=13 ttl=64 time=1.62 ms
64 bytes from 10.0.0.3: icmp_seq=14 ttl=64 time=2.00 ms
64 bytes from 10.0.0.3: icmp_seq=15 ttl=64 time=1.48 ms
--- 10.0.0.3 ping statistics ---
15 packets transmitted, 15 received, 0% packet loss, time 14052ms
rtt min/avg/max/mdev = 0.613/1.985/3.315/0.798 ms
~
❯ sudo ping -f 10.0.0.3
PING 10.0.0.3 (10.0.0.3) 56(84) bytes of data.
.^C
--- 10.0.0.3 ping statistics ---
7850 packets transmitted, 7849 received, 0.0127389% packet loss, time 17133ms
rtt min/avg/max/mdev = 0.577/2.214/76.140/2.378 ms, pipe 7, ipg/ewma 2.182/2.513 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment