Created
June 22, 2014 05:27
-
-
Save metamatt/0052a8bcc4a93d4a544c to your computer and use it in GitHub Desktop.
San Francisco ISP latency
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
2014/06/21 (10:23pm on a saturday night, maybe bad case for monkeybrains): | |
astound: | |
wormhole:~# ping -I eth0.101 204.195.74.1 | |
PING 204.195.74.1 (204.195.74.1) from 204.195.74.x eth0.101: 56(84) bytes of data. | |
64 bytes from 204.195.74.1: icmp_req=1 ttl=64 time=9.76 ms | |
64 bytes from 204.195.74.1: icmp_req=2 ttl=64 time=7.21 ms | |
64 bytes from 204.195.74.1: icmp_req=3 ttl=64 time=10.3 ms | |
64 bytes from 204.195.74.1: icmp_req=4 ttl=64 time=9.39 ms | |
64 bytes from 204.195.74.1: icmp_req=5 ttl=64 time=7.65 ms | |
64 bytes from 204.195.74.1: icmp_req=6 ttl=64 time=8.93 ms | |
64 bytes from 204.195.74.1: icmp_req=7 ttl=64 time=7.59 ms | |
64 bytes from 204.195.74.1: icmp_req=8 ttl=64 time=9.60 ms | |
64 bytes from 204.195.74.1: icmp_req=9 ttl=64 time=8.40 ms | |
64 bytes from 204.195.74.1: icmp_req=10 ttl=64 time=7.13 ms | |
--- 204.195.74.1 ping statistics --- | |
10 packets transmitted, 10 received, 0% packet loss, time 9015ms | |
rtt min/avg/max/mdev = 7.132/8.610/10.389/1.116 ms | |
monkeybrains: | |
wormhole:~# ping -I eth0.102 199.241.201.1 | |
PING 199.241.201.1 (199.241.201.1) from 199.241.201.x eth0.102: 56(84) bytes of data. | |
64 bytes from 199.241.201.1: icmp_req=1 ttl=255 time=16.9 ms | |
64 bytes from 199.241.201.1: icmp_req=2 ttl=255 time=37.3 ms | |
64 bytes from 199.241.201.1: icmp_req=3 ttl=255 time=5.46 ms | |
64 bytes from 199.241.201.1: icmp_req=4 ttl=255 time=10.9 ms | |
64 bytes from 199.241.201.1: icmp_req=5 ttl=255 time=4.58 ms | |
64 bytes from 199.241.201.1: icmp_req=6 ttl=255 time=6.63 ms | |
64 bytes from 199.241.201.1: icmp_req=7 ttl=255 time=8.12 ms | |
64 bytes from 199.241.201.1: icmp_req=8 ttl=255 time=9.43 ms | |
64 bytes from 199.241.201.1: icmp_req=9 ttl=255 time=31.7 ms | |
64 bytes from 199.241.201.1: icmp_req=10 ttl=255 time=8.58 ms | |
--- 199.241.201.1 ping statistics --- | |
10 packets transmitted, 10 received, 0% packet loss, time 9015ms | |
rtt min/avg/max/mdev = 4.581/13.981/37.378/10.864 ms | |
comcast: | |
wormhole:~# ping -I eth0.103 67.188.40.1 | |
PING 67.188.40.1 (67.188.40.1) from 67.188.40.x eth0.103: 56(84) bytes of data. | |
64 bytes from 67.188.40.1: icmp_req=1 ttl=64 time=9.44 ms | |
64 bytes from 67.188.40.1: icmp_req=2 ttl=64 time=8.16 ms | |
64 bytes from 67.188.40.1: icmp_req=3 ttl=64 time=8.63 ms | |
64 bytes from 67.188.40.1: icmp_req=4 ttl=64 time=8.33 ms | |
64 bytes from 67.188.40.1: icmp_req=5 ttl=64 time=7.85 ms | |
64 bytes from 67.188.40.1: icmp_req=6 ttl=64 time=8.07 ms | |
64 bytes from 67.188.40.1: icmp_req=7 ttl=64 time=8.00 ms | |
64 bytes from 67.188.40.1: icmp_req=8 ttl=64 time=7.99 ms | |
64 bytes from 67.188.40.1: icmp_req=9 ttl=64 time=8.29 ms | |
64 bytes from 67.188.40.1: icmp_req=10 ttl=64 time=8.53 ms | |
--- 67.188.40.1 ping statistics --- | |
10 packets transmitted, 10 received, 0% packet loss, time 9014ms | |
rtt min/avg/max/mdev = 7.856/8.334/9.444/0.448 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment