Skip to content

Instantly share code, notes, and snippets.

@nodesocket
Created December 7, 2012 19:43
Show Gist options
  • Select an option

  • Save nodesocket/4235924 to your computer and use it in GitHub Desktop.

Select an option

Save nodesocket/4235924 to your computer and use it in GitHub Desktop.
➜ ~ traceroute 108.161.180.114
traceroute to 108.161.180.114 (108.161.180.114), 64 hops max, 52 byte packets
1 10.0.0.1 (10.0.0.1) 1.832 ms 0.579 ms 0.752 ms
2 c-76-102-196-1.hsd1.ca.comcast.net (76.102.196.1) 40.506 ms 16.166 ms 30.490 ms
3 te-7-2-ur02.sfpine.ca.sfba.comcast.net (68.87.197.245) 9.425 ms 10.611 ms 9.763 ms
4 te-1-12-0-1-ar01.oakland.ca.sfba.comcast.net (68.85.154.150) 12.814 ms 14.308 ms 15.567 ms
5 he-2-12-0-0-cr01.sacramento.ca.ibone.comcast.net (68.86.90.129) 23.996 ms 24.649 ms 23.833 ms
6 pos-0-7-0-0-cr01.sanjose.ca.ibone.comcast.net (68.86.85.46) 15.802 ms 17.429 ms 20.595 ms
7 pos-0-3-0-0-pe01.11greatoaks.ca.ibone.comcast.net (68.86.87.18) 20.829 ms 20.385 ms 19.979 ms
8 173.167.57.122 (173.167.57.122) 21.958 ms 18.516 ms 20.206 ms
9 ae0-80g.cr1.sjc1.us.nlayer.net (69.22.143.117) 17.752 ms 19.028 ms 18.874 ms
10 ae2-20g.cr1.sfo1.us.nlayer.net (69.22.143.162) 19.650 ms 20.907 ms 62.669 ms
11 108.161.180.114 (108.161.180.114) 18.835 ms 19.946 ms 18.905 ms
➜ ~ ping 108.161.180.114
PING 108.161.180.114 (108.161.180.114): 56 data bytes
64 bytes from 108.161.180.114: icmp_seq=0 ttl=52 time=19.827 ms
64 bytes from 108.161.180.114: icmp_seq=1 ttl=52 time=20.167 ms
64 bytes from 108.161.180.114: icmp_seq=2 ttl=52 time=19.949 ms
^C
--- 108.161.180.114 ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 19.827/19.981/20.167/0.141 ms
➜ ~ ping 108.161.180.114
PING 108.161.180.114 (108.161.180.114): 56 data bytes
64 bytes from 108.161.180.114: icmp_seq=0 ttl=52 time=22.534 ms
64 bytes from 108.161.180.114: icmp_seq=1 ttl=52 time=19.342 ms
64 bytes from 108.161.180.114: icmp_seq=2 ttl=52 time=19.320 ms
^C
--- 108.161.180.114 ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 19.320/20.399/22.534/1.510 ms
➜ ~ ping 108.161.180.114
PING 108.161.180.114 (108.161.180.114): 56 data bytes
64 bytes from 108.161.180.114: icmp_seq=0 ttl=52 time=19.036 ms
64 bytes from 108.161.180.114: icmp_seq=1 ttl=52 time=21.867 ms
64 bytes from 108.161.180.114: icmp_seq=2 ttl=52 time=19.462 ms
^C
--- 108.161.180.114 ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 19.036/20.122/21.867/1.246 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment