Created
October 3, 2010 02:11
-
-
Save sarahhodne/608197 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
› ping -c 10 google.com | |
PING google.com (74.125.127.105): 56 data bytes | |
Request timeout for icmp_seq 0 | |
Request timeout for icmp_seq 1 | |
Request timeout for icmp_seq 2 | |
Request timeout for icmp_seq 3 | |
Request timeout for icmp_seq 4 | |
64 bytes from 74.125.127.105: icmp_seq=0 ttl=51 time=5383.985 ms | |
64 bytes from 74.125.127.105: icmp_seq=2 ttl=51 time=3448.151 ms | |
64 bytes from 74.125.127.105: icmp_seq=3 ttl=51 time=2467.761 ms | |
64 bytes from 74.125.127.105: icmp_seq=4 ttl=51 time=1485.716 ms | |
64 bytes from 74.125.127.105: icmp_seq=5 ttl=51 time=493.895 ms | |
64 bytes from 74.125.127.105: icmp_seq=6 ttl=51 time=53.015 ms | |
64 bytes from 74.125.127.105: icmp_seq=7 ttl=51 time=44.613 ms | |
64 bytes from 74.125.127.105: icmp_seq=8 ttl=51 time=46.856 ms | |
64 bytes from 74.125.127.105: icmp_seq=9 ttl=51 time=252.016 ms | |
--- google.com ping statistics --- | |
10 packets transmitted, 9 packets received, 10.0% packet loss | |
round-trip min/avg/max/stddev = 44.613/1519.556/5383.985/1785.970 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment