Created
September 3, 2009 14:16
-
-
Save jzellman/180324 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
[jzellman@fozzie ~]$ ping -c 20 steadfast.net | |
PING steadfast.net (67.202.100.2): 56 data bytes | |
64 bytes from 67.202.100.2: icmp_seq=0 ttl=55 time=15.890 ms | |
64 bytes from 67.202.100.2: icmp_seq=1 ttl=55 time=14.084 ms | |
64 bytes from 67.202.100.2: icmp_seq=2 ttl=55 time=11.348 ms | |
64 bytes from 67.202.100.2: icmp_seq=3 ttl=55 time=12.152 ms | |
64 bytes from 67.202.100.2: icmp_seq=4 ttl=55 time=13.201 ms | |
64 bytes from 67.202.100.2: icmp_seq=5 ttl=55 time=12.352 ms | |
64 bytes from 67.202.100.2: icmp_seq=6 ttl=55 time=13.464 ms | |
64 bytes from 67.202.100.2: icmp_seq=7 ttl=55 time=11.204 ms | |
64 bytes from 67.202.100.2: icmp_seq=8 ttl=55 time=12.134 ms | |
64 bytes from 67.202.100.2: icmp_seq=9 ttl=55 time=13.104 ms | |
64 bytes from 67.202.100.2: icmp_seq=10 ttl=55 time=14.057 ms | |
64 bytes from 67.202.100.2: icmp_seq=11 ttl=55 time=12.097 ms | |
64 bytes from 67.202.100.2: icmp_seq=12 ttl=55 time=10.667 ms | |
64 bytes from 67.202.100.2: icmp_seq=13 ttl=55 time=11.092 ms | |
64 bytes from 67.202.100.2: icmp_seq=14 ttl=55 time=11.468 ms | |
64 bytes from 67.202.100.2: icmp_seq=15 ttl=55 time=13.919 ms | |
64 bytes from 67.202.100.2: icmp_seq=16 ttl=55 time=13.489 ms | |
64 bytes from 67.202.100.2: icmp_seq=17 ttl=55 time=12.026 ms | |
64 bytes from 67.202.100.2: icmp_seq=18 ttl=55 time=24.198 ms | |
64 bytes from 67.202.100.2: icmp_seq=19 ttl=55 time=10.993 ms | |
--- steadfast.net ping statistics --- | |
20 packets transmitted, 20 packets received, 0% packet loss | |
round-trip min/avg/max/stddev = 10.667/13.147/24.198/2.846 ms | |
[jzellman@fozzie ~]$ ping -c 20 redanvil.net | |
PING redanvil.net (204.11.208.30): 56 data bytes | |
64 bytes from 204.11.208.30: icmp_seq=0 ttl=53 time=16.083 ms | |
64 bytes from 204.11.208.30: icmp_seq=1 ttl=53 time=19.482 ms | |
64 bytes from 204.11.208.30: icmp_seq=2 ttl=53 time=15.582 ms | |
64 bytes from 204.11.208.30: icmp_seq=3 ttl=53 time=15.032 ms | |
64 bytes from 204.11.208.30: icmp_seq=4 ttl=53 time=15.096 ms | |
64 bytes from 204.11.208.30: icmp_seq=5 ttl=53 time=15.325 ms | |
64 bytes from 204.11.208.30: icmp_seq=6 ttl=53 time=17.891 ms | |
64 bytes from 204.11.208.30: icmp_seq=7 ttl=53 time=13.316 ms | |
64 bytes from 204.11.208.30: icmp_seq=8 ttl=53 time=14.912 ms | |
64 bytes from 204.11.208.30: icmp_seq=9 ttl=53 time=14.773 ms | |
64 bytes from 204.11.208.30: icmp_seq=10 ttl=53 time=17.044 ms | |
64 bytes from 204.11.208.30: icmp_seq=11 ttl=53 time=14.943 ms | |
64 bytes from 204.11.208.30: icmp_seq=12 ttl=53 time=18.184 ms | |
64 bytes from 204.11.208.30: icmp_seq=13 ttl=53 time=16.199 ms | |
64 bytes from 204.11.208.30: icmp_seq=14 ttl=53 time=19.906 ms | |
64 bytes from 204.11.208.30: icmp_seq=15 ttl=53 time=13.975 ms | |
64 bytes from 204.11.208.30: icmp_seq=16 ttl=53 time=15.971 ms | |
64 bytes from 204.11.208.30: icmp_seq=17 ttl=53 time=16.064 ms | |
64 bytes from 204.11.208.30: icmp_seq=18 ttl=53 time=14.628 ms | |
64 bytes from 204.11.208.30: icmp_seq=19 ttl=53 time=16.035 ms | |
--- redanvil.net ping statistics --- | |
20 packets transmitted, 20 packets received, 0% packet loss | |
round-trip min/avg/max/stddev = 13.316/16.022/19.906/1.677 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment