Skip to content

Instantly share code, notes, and snippets.

@bobrik
Created May 26, 2014 06:37
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 bobrik/0718f5c19015180030a9 to your computer and use it in GitHub Desktop.
Save bobrik/0718f5c19015180030a9 to your computer and use it in GitHub Desktop.
selectel ping
[~] % ping -c 20 selectel.ru
PING selectel.ru (188.93.16.26): 56 data bytes
64 bytes from 188.93.16.26: icmp_seq=0 ttl=58 time=141.013 ms
Request timeout for icmp_seq 1
64 bytes from 188.93.16.26: icmp_seq=2 ttl=58 time=141.104 ms
64 bytes from 188.93.16.26: icmp_seq=3 ttl=58 time=141.891 ms
Request timeout for icmp_seq 4
64 bytes from 188.93.16.26: icmp_seq=5 ttl=58 time=142.685 ms
64 bytes from 188.93.16.26: icmp_seq=6 ttl=58 time=141.260 ms
64 bytes from 188.93.16.26: icmp_seq=7 ttl=58 time=140.641 ms
Request timeout for icmp_seq 8
Request timeout for icmp_seq 9
Request timeout for icmp_seq 10
64 bytes from 188.93.16.26: icmp_seq=11 ttl=58 time=296.901 ms
64 bytes from 188.93.16.26: icmp_seq=12 ttl=58 time=571.154 ms
Request timeout for icmp_seq 13
Request timeout for icmp_seq 14
64 bytes from 188.93.16.26: icmp_seq=13 ttl=58 time=2069.865 ms
64 bytes from 188.93.16.26: icmp_seq=14 ttl=58 time=1068.759 ms
64 bytes from 188.93.16.26: icmp_seq=16 ttl=58 time=141.959 ms
64 bytes from 188.93.16.26: icmp_seq=17 ttl=58 time=140.555 ms
64 bytes from 188.93.16.26: icmp_seq=18 ttl=58 time=140.769 ms
--- selectel.ru ping statistics ---
20 packets transmitted, 13 packets received, 35.0% packet loss
round-trip min/avg/max/stddev = 140.555/406.043/2069.865/546.132 ms
[~] % ping -c 20 google.com
PING google.com (74.125.143.100): 56 data bytes
64 bytes from 74.125.143.100: icmp_seq=0 ttl=50 time=5.766 ms
64 bytes from 74.125.143.100: icmp_seq=1 ttl=50 time=5.483 ms
64 bytes from 74.125.143.100: icmp_seq=2 ttl=50 time=5.603 ms
64 bytes from 74.125.143.100: icmp_seq=3 ttl=50 time=5.644 ms
64 bytes from 74.125.143.100: icmp_seq=4 ttl=50 time=7.250 ms
64 bytes from 74.125.143.100: icmp_seq=5 ttl=50 time=5.715 ms
64 bytes from 74.125.143.100: icmp_seq=6 ttl=50 time=5.446 ms
64 bytes from 74.125.143.100: icmp_seq=7 ttl=50 time=5.362 ms
64 bytes from 74.125.143.100: icmp_seq=8 ttl=50 time=5.355 ms
64 bytes from 74.125.143.100: icmp_seq=9 ttl=50 time=5.800 ms
64 bytes from 74.125.143.100: icmp_seq=10 ttl=50 time=5.401 ms
64 bytes from 74.125.143.100: icmp_seq=11 ttl=50 time=5.577 ms
64 bytes from 74.125.143.100: icmp_seq=12 ttl=50 time=5.700 ms
64 bytes from 74.125.143.100: icmp_seq=13 ttl=50 time=6.551 ms
64 bytes from 74.125.143.100: icmp_seq=14 ttl=50 time=5.953 ms
64 bytes from 74.125.143.100: icmp_seq=15 ttl=50 time=5.991 ms
64 bytes from 74.125.143.100: icmp_seq=16 ttl=50 time=5.754 ms
64 bytes from 74.125.143.100: icmp_seq=17 ttl=50 time=5.777 ms
64 bytes from 74.125.143.100: icmp_seq=18 ttl=50 time=6.993 ms
64 bytes from 74.125.143.100: icmp_seq=19 ttl=50 time=5.674 ms
--- google.com ping statistics ---
20 packets transmitted, 20 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 5.355/5.840/7.250/0.502 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment