Skip to content

Instantly share code, notes, and snippets.

@calvinchengx
Created July 4, 2015 05:47
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 calvinchengx/5870ce2ea574e7809dd2 to your computer and use it in GitHub Desktop.
Save calvinchengx/5870ce2ea574e7809dd2 to your computer and use it in GitHub Desktop.
Simple latency check
CalvinMBP s004 Sat 4 Jul 9:33 | ~ |
calvin % traceroute gitlab.algoaccess.com
traceroute to gitlab.algoaccess.com (103.3.62.131), 64 hops max, 52 byte packets
1 192.168.1.1 (192.168.1.1) 2.686 ms 2.725 ms 6.624 ms
2 172.20.0.1 (172.20.0.1) 10.174 ms 14.087 ms 12.919 ms
3 40ge-103-6-148-45.myrepublic.com.sg (103.6.148.45) 12.223 ms 9.926 ms 13.172 ms
4 10gigabitethernet1-1.core1.sin1.he.net (202.79.197.81) 20.239 ms 4.098 ms 9.642 ms
5 74.82.46.190 (74.82.46.190) 40.570 ms 44.519 ms 43.983 ms
6 te0-2-0-0.wr1.sin0.asianetcom.net (61.14.157.129) 48.056 ms
be3.wr2.sin0.asianetcom.net (61.14.157.164) 42.724 ms
te0-2-0-0.wr1.sin0.asianetcom.net (61.14.157.129) 50.061 ms
7 xe0-2-0.gw1.sin2.pacnet.net (202.147.52.66) 40.512 ms
xe-0-1-1.gw1.sin2.pacnet.net (202.147.52.64) 50.726 ms
xe0-2-0.gw1.sin2.pacnet.net (202.147.52.66) 49.866 ms
8 ip-61-14-147-179.asianetcom.net (61.14.147.179) 49.891 ms 47.754 ms
gw1.sin1.sg.linode.com (61.14.147.177) 48.249 ms
9 139.162.0.2 (139.162.0.2) 43.963 ms 49.714 ms
139.162.0.6 (139.162.0.6) 49.028 ms
10 li818-131.members.linode.com (103.3.62.131) 43.953 ms 42.710 ms 44.127 ms
CalvinMBP s004 Sat 4 Jul 9:34 | ~ |
calvin % ping gitlab.algoaccess.com
PING gitlab.algoaccess.com (103.3.62.131): 56 data bytes
64 bytes from 103.3.62.131: icmp_seq=0 ttl=53 time=51.411 ms
64 bytes from 103.3.62.131: icmp_seq=1 ttl=53 time=44.094 ms
64 bytes from 103.3.62.131: icmp_seq=2 ttl=53 time=53.031 ms
64 bytes from 103.3.62.131: icmp_seq=3 ttl=53 time=51.554 ms
64 bytes from 103.3.62.131: icmp_seq=4 ttl=53 time=45.733 ms
# Github's latency from my home network
calvin % ping github.com
PING github.com (192.30.252.131): 56 data bytes
64 bytes from 192.30.252.131: icmp_seq=0 ttl=54 time=379.695 ms
64 bytes from 192.30.252.131: icmp_seq=1 ttl=54 time=316.101 ms
64 bytes from 192.30.252.131: icmp_seq=2 ttl=54 time=423.132 ms
64 bytes from 192.30.252.131: icmp_seq=3 ttl=54 time=441.510 ms
64 bytes from 192.30.252.131: icmp_seq=4 ttl=54 time=254.655 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment