Skip to content

Instantly share code, notes, and snippets.

@kwatch
Last active January 19, 2018 04:59
Show Gist options
  • Save kwatch/aca688ac65bcfb3fb8cdec36acdd65a8 to your computer and use it in GitHub Desktop.
Save kwatch/aca688ac65bcfb3fb8cdec36acdd65a8 to your computer and use it in GitHub Desktop.
AWS us-east-1とus-west-2とにpingした結果

AWS us-east-1 (Virginia) にpingした結果

from Tokyo

$ ping -c 10 52.3.228.11
PING 52.3.228.11 (52.3.228.11): 56 data bytes
64 bytes from 52.3.228.11: icmp_seq=0 ttl=39 time=196.512 ms
64 bytes from 52.3.228.11: icmp_seq=1 ttl=39 time=216.174 ms
64 bytes from 52.3.228.11: icmp_seq=2 ttl=39 time=241.810 ms
64 bytes from 52.3.228.11: icmp_seq=3 ttl=39 time=258.945 ms
64 bytes from 52.3.228.11: icmp_seq=4 ttl=39 time=282.313 ms
64 bytes from 52.3.228.11: icmp_seq=5 ttl=39 time=296.774 ms
64 bytes from 52.3.228.11: icmp_seq=6 ttl=39 time=216.455 ms
64 bytes from 52.3.228.11: icmp_seq=7 ttl=39 time=238.611 ms
64 bytes from 52.3.228.11: icmp_seq=8 ttl=39 time=256.054 ms
64 bytes from 52.3.228.11: icmp_seq=9 ttl=39 time=258.769 ms

--- 52.3.228.11 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 196.512/246.242/296.774/29.345 ms
$ ping -c 10 52.3.228.11
PING 52.3.228.11 (52.3.228.11): 56 data bytes
64 bytes from 52.3.228.11: icmp_seq=0 ttl=39 time=376.030 ms
64 bytes from 52.3.228.11: icmp_seq=1 ttl=39 time=216.710 ms
64 bytes from 52.3.228.11: icmp_seq=2 ttl=39 time=230.075 ms
64 bytes from 52.3.228.11: icmp_seq=3 ttl=39 time=232.584 ms
64 bytes from 52.3.228.11: icmp_seq=4 ttl=39 time=251.399 ms
64 bytes from 52.3.228.11: icmp_seq=5 ttl=39 time=275.310 ms
64 bytes from 52.3.228.11: icmp_seq=6 ttl=39 time=187.282 ms
64 bytes from 52.3.228.11: icmp_seq=7 ttl=39 time=315.893 ms
64 bytes from 52.3.228.11: icmp_seq=8 ttl=39 time=236.052 ms
64 bytes from 52.3.228.11: icmp_seq=9 ttl=39 time=254.293 ms

--- 52.3.228.11 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 187.282/257.563/376.030/51.236 ms

from Tokyo VPS

$ ping -c 10 52.3.228.11
PING 52.3.228.11 (52.3.228.11) 56(84) bytes of data.
64 bytes from 52.3.228.11: icmp_seq=1 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=2 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=3 ttl=42 time=175 ms
64 bytes from 52.3.228.11: icmp_seq=4 ttl=42 time=173 ms
64 bytes from 52.3.228.11: icmp_seq=5 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=6 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=7 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=8 ttl=42 time=173 ms
64 bytes from 52.3.228.11: icmp_seq=9 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=10 ttl=42 time=167 ms

--- 52.3.228.11 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9007ms
rtt min/avg/max/mdev = 167.647/169.662/175.185/3.090 ms
$ ping -c 10 52.3.228.11
PING 52.3.228.11 (52.3.228.11) 56(84) bytes of data.
64 bytes from 52.3.228.11: icmp_seq=1 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=2 ttl=42 time=172 ms
64 bytes from 52.3.228.11: icmp_seq=3 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=4 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=5 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=6 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=7 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=8 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=9 ttl=42 time=167 ms
64 bytes from 52.3.228.11: icmp_seq=10 ttl=42 time=167 ms

--- 52.3.228.11 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9012ms
rtt min/avg/max/mdev = 167.575/168.124/172.183/1.403 ms

from US VPS

### atlantic
$ ping -c 10 52.3.228.11
PING 52.3.228.11 (52.3.228.11) 56(84) bytes of data.
64 bytes from 52.3.228.11: icmp_seq=1 ttl=50 time=25.4 ms
64 bytes from 52.3.228.11: icmp_seq=2 ttl=50 time=25.5 ms
64 bytes from 52.3.228.11: icmp_seq=3 ttl=50 time=25.8 ms
64 bytes from 52.3.228.11: icmp_seq=4 ttl=50 time=25.5 ms
64 bytes from 52.3.228.11: icmp_seq=5 ttl=50 time=26.4 ms
64 bytes from 52.3.228.11: icmp_seq=6 ttl=50 time=25.3 ms
64 bytes from 52.3.228.11: icmp_seq=7 ttl=50 time=25.3 ms
64 bytes from 52.3.228.11: icmp_seq=8 ttl=50 time=26.0 ms
64 bytes from 52.3.228.11: icmp_seq=9 ttl=50 time=27.0 ms
64 bytes from 52.3.228.11: icmp_seq=10 ttl=50 time=26.7 ms

--- 52.3.228.11 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9014ms
rtt min/avg/max/mdev = 25.385/25.950/27.082/0.588 ms
$ ping -c 10 52.3.228.11
PING 52.3.228.11 (52.3.228.11) 56(84) bytes of data.
64 bytes from 52.3.228.11: icmp_seq=1 ttl=50 time=26.1 ms
64 bytes from 52.3.228.11: icmp_seq=2 ttl=50 time=25.5 ms
64 bytes from 52.3.228.11: icmp_seq=3 ttl=50 time=28.2 ms
64 bytes from 52.3.228.11: icmp_seq=4 ttl=50 time=25.6 ms
64 bytes from 52.3.228.11: icmp_seq=5 ttl=50 time=27.0 ms
64 bytes from 52.3.228.11: icmp_seq=6 ttl=50 time=26.2 ms
64 bytes from 52.3.228.11: icmp_seq=7 ttl=50 time=25.5 ms
64 bytes from 52.3.228.11: icmp_seq=8 ttl=50 time=25.4 ms
64 bytes from 52.3.228.11: icmp_seq=9 ttl=50 time=25.5 ms
64 bytes from 52.3.228.11: icmp_seq=10 ttl=50 time=25.9 ms

--- 52.3.228.11 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9014ms
rtt min/avg/max/mdev = 25.472/26.126/28.214/0.858 ms

from GCP Taiwan

$ ping -c 10 52.3.228.11
PING 52.3.228.11 (52.3.228.11) 56(84) bytes of data.
64 bytes from 52.3.228.11: icmp_seq=1 ttl=43 time=177 ms
64 bytes from 52.3.228.11: icmp_seq=2 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=3 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=4 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=5 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=6 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=7 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=8 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=9 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=10 ttl=43 time=176 ms

--- 52.3.228.11 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9012ms
rtt min/avg/max/mdev = 176.327/176.526/177.823/0.632 ms
$ ping -c 10 52.3.228.11
$ ping -c 10 52.3.228.11
PING 52.3.228.11 (52.3.228.11) 56(84) bytes of data.
64 bytes from 52.3.228.11: icmp_seq=1 ttl=43 time=177 ms
64 bytes from 52.3.228.11: icmp_seq=2 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=3 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=4 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=5 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=6 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=7 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=8 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=9 ttl=43 time=176 ms
64 bytes from 52.3.228.11: icmp_seq=10 ttl=43 time=176 ms

--- 52.3.228.11 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9011ms
rtt min/avg/max/mdev = 176.300/176.541/177.912/0.565 ms

AWS us-west-2 (Oregon) にpingした結果

from Tokyo

$ ping -c 10 34.216.30.36
PING 34.216.30.36 (34.216.30.36): 56 data bytes
64 bytes from 34.216.30.36: icmp_seq=0 ttl=37 time=206.265 ms
64 bytes from 34.216.30.36: icmp_seq=1 ttl=37 time=224.116 ms
64 bytes from 34.216.30.36: icmp_seq=2 ttl=37 time=244.222 ms
64 bytes from 34.216.30.36: icmp_seq=3 ttl=37 time=172.717 ms
64 bytes from 34.216.30.36: icmp_seq=4 ttl=37 time=191.367 ms
64 bytes from 34.216.30.36: icmp_seq=5 ttl=37 time=312.121 ms
64 bytes from 34.216.30.36: icmp_seq=6 ttl=37 time=142.860 ms
64 bytes from 34.216.30.36: icmp_seq=7 ttl=37 time=249.518 ms
64 bytes from 34.216.30.36: icmp_seq=8 ttl=37 time=269.046 ms
64 bytes from 34.216.30.36: icmp_seq=9 ttl=37 time=184.281 ms

--- 34.216.30.36 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 142.860/219.651/312.121/47.787 ms
$ ping -c 10 34.216.30.36
PING 34.216.30.36 (34.216.30.36): 56 data bytes
64 bytes from 34.216.30.36: icmp_seq=0 ttl=37 time=233.640 ms
64 bytes from 34.216.30.36: icmp_seq=1 ttl=37 time=231.621 ms
64 bytes from 34.216.30.36: icmp_seq=2 ttl=37 time=172.331 ms
64 bytes from 34.216.30.36: icmp_seq=3 ttl=37 time=192.670 ms
64 bytes from 34.216.30.36: icmp_seq=4 ttl=37 time=208.165 ms
64 bytes from 34.216.30.36: icmp_seq=5 ttl=37 time=229.815 ms
64 bytes from 34.216.30.36: icmp_seq=6 ttl=37 time=254.917 ms
64 bytes from 34.216.30.36: icmp_seq=7 ttl=37 time=175.174 ms
64 bytes from 34.216.30.36: icmp_seq=8 ttl=37 time=191.814 ms
64 bytes from 34.216.30.36: icmp_seq=9 ttl=37 time=224.648 ms

--- 34.216.30.36 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 172.331/211.480/254.917/26.259 ms

from Tokyo VPS

$ ping -c 10 34.216.30.36
PING 34.216.30.36 (34.216.30.36) 56(84) bytes of data.
64 bytes from 34.216.30.36: icmp_seq=1 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=2 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=3 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=4 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=5 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=6 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=7 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=8 ttl=40 time=114 ms
64 bytes from 34.216.30.36: icmp_seq=9 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=10 ttl=40 time=113 ms

--- 34.216.30.36 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9004ms
rtt min/avg/max/mdev = 113.771/113.859/114.013/0.079 ms
$ ping -c 10 34.216.30.36
PING 34.216.30.36 (34.216.30.36) 56(84) bytes of data.
64 bytes from 34.216.30.36: icmp_seq=1 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=2 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=3 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=4 ttl=40 time=114 ms
64 bytes from 34.216.30.36: icmp_seq=5 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=6 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=7 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=8 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=9 ttl=40 time=113 ms
64 bytes from 34.216.30.36: icmp_seq=10 ttl=40 time=114 ms

--- 34.216.30.36 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9011ms
rtt min/avg/max/mdev = 113.700/113.986/114.653/0.384 ms

from US VPS

$ ping -c 10 34.216.30.36
PING 34.216.30.36 (34.216.30.36) 56(84) bytes of data.
64 bytes from 34.216.30.36: icmp_seq=1 ttl=48 time=80.4 ms
64 bytes from 34.216.30.36: icmp_seq=2 ttl=48 time=80.7 ms
64 bytes from 34.216.30.36: icmp_seq=3 ttl=48 time=85.4 ms
64 bytes from 34.216.30.36: icmp_seq=4 ttl=48 time=80.3 ms
64 bytes from 34.216.30.36: icmp_seq=5 ttl=48 time=81.2 ms
64 bytes from 34.216.30.36: icmp_seq=6 ttl=48 time=80.2 ms
64 bytes from 34.216.30.36: icmp_seq=7 ttl=48 time=81.4 ms
64 bytes from 34.216.30.36: icmp_seq=8 ttl=48 time=81.8 ms
64 bytes from 34.216.30.36: icmp_seq=9 ttl=48 time=80.2 ms
64 bytes from 34.216.30.36: icmp_seq=10 ttl=48 time=80.5 ms

--- 34.216.30.36 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9013ms
rtt min/avg/max/mdev = 80.245/81.253/85.425/1.508 ms
$ ping -c 10 34.216.30.36
PING 34.216.30.36 (34.216.30.36) 56(84) bytes of data.
64 bytes from 34.216.30.36: icmp_seq=1 ttl=48 time=80.5 ms
64 bytes from 34.216.30.36: icmp_seq=2 ttl=48 time=80.8 ms
64 bytes from 34.216.30.36: icmp_seq=3 ttl=48 time=80.5 ms
64 bytes from 34.216.30.36: icmp_seq=4 ttl=48 time=82.4 ms
64 bytes from 34.216.30.36: icmp_seq=5 ttl=48 time=82.6 ms
64 bytes from 34.216.30.36: icmp_seq=6 ttl=48 time=80.5 ms
64 bytes from 34.216.30.36: icmp_seq=7 ttl=48 time=80.6 ms
64 bytes from 34.216.30.36: icmp_seq=8 ttl=48 time=80.6 ms
64 bytes from 34.216.30.36: icmp_seq=9 ttl=48 time=80.4 ms
64 bytes from 34.216.30.36: icmp_seq=10 ttl=48 time=82.2 ms

--- 34.216.30.36 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9011ms
rtt min/avg/max/mdev = 80.451/81.145/82.616/0.901 ms

from GCP Taiwan

$ ping -c 10 34.216.30.36
PING 34.216.30.36 (34.216.30.36) 56(84) bytes of data.
64 bytes from 34.216.30.36: icmp_seq=1 ttl=43 time=139 ms
64 bytes from 34.216.30.36: icmp_seq=2 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=3 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=4 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=5 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=6 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=7 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=8 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=9 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=10 ttl=43 time=138 ms

--- 34.216.30.36 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9011ms
rtt min/avg/max/mdev = 138.135/138.336/139.613/0.612 ms
$ ping -c 10 34.216.30.36
PING 34.216.30.36 (34.216.30.36) 56(84) bytes of data.
64 bytes from 34.216.30.36: icmp_seq=1 ttl=43 time=140 ms
64 bytes from 34.216.30.36: icmp_seq=2 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=3 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=4 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=5 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=6 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=7 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=8 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=9 ttl=43 time=138 ms
64 bytes from 34.216.30.36: icmp_seq=10 ttl=43 time=138 ms

--- 34.216.30.36 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9010ms
rtt min/avg/max/mdev = 138.099/138.414/140.374/0.659 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment