Skip to content

Instantly share code, notes, and snippets.

@dtan4
Created November 12, 2015 04:36
Show Gist options
  • Save dtan4/fce81b5e32564bae7bf3 to your computer and use it in GitHub Desktop.
Save dtan4/fce81b5e32564bae7bf3 to your computer and use it in GitHub Desktop.
Ping to ap-northeast-1 (Tokyo), ap-southeast-1 (Singapore) from Hong Kong

From

csl Wi-Fi Hot Spot in HKUST

Instance Spec

  • AMI: CoreOS beta 835.4.0
  • Type: t2.micro
  • Storage: 8GB gp2

Result

ap-northeast-1 (Tokyo)

$ ping -c 5 52.192.175.13
PING 52.192.175.13 (52.192.175.13): 56 data bytes
64 bytes from 52.192.175.13: icmp_seq=0 ttl=55 time=58.160 ms
64 bytes from 52.192.175.13: icmp_seq=1 ttl=55 time=62.849 ms
64 bytes from 52.192.175.13: icmp_seq=2 ttl=55 time=58.824 ms
64 bytes from 52.192.175.13: icmp_seq=3 ttl=55 time=57.414 ms
64 bytes from 52.192.175.13: icmp_seq=4 ttl=55 time=58.799 ms

--- 52.192.175.13 ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 57.414/59.209/62.849/1.891 ms

ap-southeast-1 (Singapore)

$ ping -c 5 54.254.160.216
PING 54.254.160.216 (54.254.160.216): 56 data bytes
64 bytes from 54.254.160.216: icmp_seq=0 ttl=55 time=40.882 ms
64 bytes from 54.254.160.216: icmp_seq=1 ttl=55 time=42.278 ms
64 bytes from 54.254.160.216: icmp_seq=2 ttl=55 time=41.002 ms
64 bytes from 54.254.160.216: icmp_seq=3 ttl=55 time=42.257 ms
64 bytes from 54.254.160.216: icmp_seq=4 ttl=55 time=41.034 ms

--- 54.254.160.216 ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 40.882/41.491/42.278/0.636 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment