Skip to content

Instantly share code, notes, and snippets.

@akirak
Last active February 23, 2017 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akirak/8d62ced221cdb27fea0f40870f9bc4ea to your computer and use it in GitHub Desktop.
Save akirak/8d62ced221cdb27fea0f40870f9bc4ea to your computer and use it in GitHub Desktop.
ping to various server locations
# Google Compute Engine asia-east-a micro
❯ ping -c 9 107.167.188.160
PING 107.167.188.160 (107.167.188.160) 56(84) bytes of data.
64 bytes from 107.167.188.160: icmp_seq=1 ttl=60 time=11.4 ms
64 bytes from 107.167.188.160: icmp_seq=2 ttl=60 time=11.1 ms
64 bytes from 107.167.188.160: icmp_seq=3 ttl=60 time=11.1 ms
64 bytes from 107.167.188.160: icmp_seq=4 ttl=60 time=11.0 ms
64 bytes from 107.167.188.160: icmp_seq=5 ttl=60 time=11.1 ms
64 bytes from 107.167.188.160: icmp_seq=6 ttl=60 time=13.1 ms
64 bytes from 107.167.188.160: icmp_seq=7 ttl=60 time=10.3 ms
64 bytes from 107.167.188.160: icmp_seq=8 ttl=60 time=11.1 ms
64 bytes from 107.167.188.160: icmp_seq=9 ttl=60 time=11.1 ms
--- 107.167.188.160 ping statistics ---
9 packets transmitted, 9 received, 0% packet loss, time 8010ms
rtt min/avg/max/mdev = 10.385/11.303/13.115/0.707 ms
# Vultr instance in New Jersey
❯ ping 45.63.11.100
PING 45.63.11.100 (45.63.11.100) 56(84) bytes of data.
64 bytes from 45.63.11.100: icmp_seq=1 ttl=45 time=250 ms
64 bytes from 45.63.11.100: icmp_seq=2 ttl=45 time=272 ms
64 bytes from 45.63.11.100: icmp_seq=3 ttl=45 time=281 ms
64 bytes from 45.63.11.100: icmp_seq=4 ttl=45 time=215 ms
64 bytes from 45.63.11.100: icmp_seq=5 ttl=45 time=238 ms
64 bytes from 45.63.11.100: icmp_seq=6 ttl=45 time=260 ms
64 bytes from 45.63.11.100: icmp_seq=7 ttl=45 time=283 ms
64 bytes from 45.63.11.100: icmp_seq=8 ttl=45 time=203 ms
64 bytes from 45.63.11.100: icmp_seq=9 ttl=45 time=225 ms
^C
--- 45.63.11.100 ping statistics ---
9 packets transmitted, 9 received, 0% packet loss, time 8011ms
rtt min/avg/max/mdev = 203.727/248.061/283.026/27.376 ms
# Vultr instance in Singapore
❯ ping 45.32.119.133
PING 45.32.119.133 (45.32.119.133) 56(84) bytes of data.
64 bytes from 45.32.119.133: icmp_seq=1 ttl=50 time=70.1 ms
64 bytes from 45.32.119.133: icmp_seq=2 ttl=50 time=69.5 ms
64 bytes from 45.32.119.133: icmp_seq=3 ttl=50 time=65.9 ms
64 bytes from 45.32.119.133: icmp_seq=4 ttl=50 time=65.5 ms
64 bytes from 45.32.119.133: icmp_seq=5 ttl=50 time=67.5 ms
64 bytes from 45.32.119.133: icmp_seq=6 ttl=50 time=69.8 ms
64 bytes from 45.32.119.133: icmp_seq=7 ttl=50 time=65.3 ms
64 bytes from 45.32.119.133: icmp_seq=8 ttl=50 time=69.4 ms
64 bytes from 45.32.119.133: icmp_seq=9 ttl=50 time=75.0 ms
^C
--- 45.32.119.133 ping statistics ---
9 packets transmitted, 9 received, 0% packet loss, time 8012ms
rtt min/avg/max/mdev = 65.315/68.709/75.029/2.894 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment