Skip to content

Instantly share code, notes, and snippets.

@bessarabov
Created December 24, 2013 21:14
Show Gist options
  • Save bessarabov/8117852 to your computer and use it in GitHub Desktop.
Save bessarabov/8117852 to your computer and use it in GitHub Desktop.
$ ping -c 5 ivan.bessarabov.ru
PING ivan.bessarabov.ru (95.85.3.93): 56 data bytes
64 bytes from 95.85.3.93: icmp_seq=0 ttl=52 time=73.432 ms
64 bytes from 95.85.3.93: icmp_seq=1 ttl=52 time=100.685 ms
64 bytes from 95.85.3.93: icmp_seq=2 ttl=52 time=123.455 ms
64 bytes from 95.85.3.93: icmp_seq=3 ttl=52 time=146.247 ms
64 bytes from 95.85.3.93: icmp_seq=4 ttl=52 time=66.649 ms
--- ivan.bessarabov.ru ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 66.649/102.094/146.247/29.952 ms
$ ping -c 5 ofch.ru
PING ofch.ru (78.110.50.148): 56 data bytes
64 bytes from 78.110.50.148: icmp_seq=0 ttl=58 time=3.020 ms
64 bytes from 78.110.50.148: icmp_seq=1 ttl=58 time=5.168 ms
64 bytes from 78.110.50.148: icmp_seq=2 ttl=58 time=41.564 ms
64 bytes from 78.110.50.148: icmp_seq=3 ttl=58 time=2.946 ms
64 bytes from 78.110.50.148: icmp_seq=4 ttl=58 time=87.078 ms
--- ofch.ru ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 2.946/27.955/87.078/33.007 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment