Created
October 26, 2014 21:07
-
-
Save njt1982/a4c0cf7f0c14920ffddd to your computer and use it in GitHub Desktop.
Pings aren't great...
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 google.co.uk | |
PING google.co.uk (74.125.230.127): 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.230.127: icmp_seq=1 ttl=54 time=4025.251 ms | |
64 bytes from 74.125.230.127: icmp_seq=2 ttl=54 time=3040.001 ms | |
64 bytes from 74.125.230.127: icmp_seq=3 ttl=54 time=2103.742 ms | |
64 bytes from 74.125.230.127: icmp_seq=4 ttl=54 time=1108.518 ms | |
64 bytes from 74.125.230.127: icmp_seq=5 ttl=54 time=351.617 ms | |
64 bytes from 74.125.230.127: icmp_seq=6 ttl=54 time=594.313 ms | |
64 bytes from 74.125.230.127: icmp_seq=7 ttl=54 time=1216.050 ms | |
64 bytes from 74.125.230.127: icmp_seq=8 ttl=54 time=1187.035 ms | |
64 bytes from 74.125.230.127: icmp_seq=9 ttl=54 time=1204.590 ms | |
64 bytes from 74.125.230.127: icmp_seq=10 ttl=54 time=1247.577 ms | |
64 bytes from 74.125.230.127: icmp_seq=11 ttl=54 time=4533.728 ms | |
64 bytes from 74.125.230.127: icmp_seq=12 ttl=54 time=4649.200 ms | |
64 bytes from 74.125.230.127: icmp_seq=13 ttl=54 time=4718.921 ms | |
Request timeout for icmp_seq 18 | |
64 bytes from 74.125.230.127: icmp_seq=14 ttl=54 time=5006.032 ms | |
64 bytes from 74.125.230.127: icmp_seq=15 ttl=54 time=4586.259 ms | |
64 bytes from 74.125.230.127: icmp_seq=16 ttl=54 time=3670.841 ms | |
64 bytes from 74.125.230.127: icmp_seq=17 ttl=54 time=2676.062 ms | |
64 bytes from 74.125.230.127: icmp_seq=18 ttl=54 time=1681.166 ms | |
64 bytes from 74.125.230.127: icmp_seq=19 ttl=54 time=1216.336 ms | |
64 bytes from 74.125.230.127: icmp_seq=20 ttl=54 time=403.648 ms | |
64 bytes from 74.125.230.127: icmp_seq=21 ttl=54 time=452.672 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment