Skip to content

Instantly share code, notes, and snippets.

@webjay
Last active December 28, 2015 23:08
Show Gist options
  • Save webjay/7576147 to your computer and use it in GitHub Desktop.
Save webjay/7576147 to your computer and use it in GitHub Desktop.
$ ping google.com
PING google.com (74.125.228.101): 56 data bytes
64 bytes from 74.125.228.101: icmp_seq=0 ttl=52 time=18.023 ms
64 bytes from 74.125.228.101: icmp_seq=1 ttl=52 time=81.646 ms
64 bytes from 74.125.228.101: icmp_seq=2 ttl=52 time=81.636 ms
64 bytes from 74.125.228.101: icmp_seq=3 ttl=52 time=22.099 ms
64 bytes from 74.125.228.101: icmp_seq=4 ttl=52 time=79.649 ms
64 bytes from 74.125.228.101: icmp_seq=5 ttl=52 time=78.707 ms
64 bytes from 74.125.228.101: icmp_seq=6 ttl=52 time=36.977 ms
Request timeout for icmp_seq 7
64 bytes from 74.125.228.101: icmp_seq=8 ttl=52 time=29.780 ms
64 bytes from 74.125.228.101: icmp_seq=9 ttl=52 time=40.754 ms
64 bytes from 74.125.228.101: icmp_seq=10 ttl=52 time=48.294 ms
64 bytes from 74.125.228.101: icmp_seq=11 ttl=52 time=18.704 ms
64 bytes from 74.125.228.101: icmp_seq=12 ttl=52 time=66.691 ms
64 bytes from 74.125.228.101: icmp_seq=13 ttl=52 time=16.844 ms
64 bytes from 74.125.228.101: icmp_seq=14 ttl=52 time=76.088 ms
64 bytes from 74.125.228.101: icmp_seq=15 ttl=52 time=76.085 ms
64 bytes from 74.125.228.101: icmp_seq=16 ttl=52 time=76.612 ms
Request timeout for icmp_seq 17
Request timeout for icmp_seq 18
Request timeout for icmp_seq 19
Request timeout for icmp_seq 20
Request timeout for icmp_seq 21
Request timeout for icmp_seq 22
$ traceroute google.com
traceroute: Warning: google.com has multiple addresses; using 74.125.228.101
traceroute to google.com (74.125.228.101), 64 hops max, 52 byte packets
1 10.0.1.1 (10.0.1.1) 100.536 ms 0.955 ms 1.126 ms
2 cpe-68-174-116-1.nyc.res.rr.com (68.174.116.1) 21.820 ms 17.382 ms 22.379 ms
3 cpe-24-168-130-178.nj.res.rr.com (24.168.130.178) 25.362 ms 12.674 ms *
4 bun102.nyquny91-rtr001.nyc.rr.com (184.152.112.87) 1822.153 ms 46.035 ms 12.009 ms
5 107.14.19.22 (107.14.19.22) 29.399 ms * 3308.890 ms
6 * 107.14.17.172 (107.14.17.172) 214.411 ms 11.684 ms
7 107.14.17.224 (107.14.17.224) 28.614 ms *
107.14.17.226 (107.14.17.226) 289.652 ms
8 66.109.9.118 (66.109.9.118) 36.424 ms 72.411 ms 32.288 ms
9 72.14.238.232 (72.14.238.232) 54.199 ms
209.85.255.68 (209.85.255.68) 33.117 ms
72.14.238.232 (72.14.238.232) 44.683 ms
10 209.85.252.242 (209.85.252.242) 27.224 ms 27.315 ms
209.85.252.250 (209.85.252.250) 27.991 ms
11 209.85.249.11 (209.85.249.11) 40.516 ms 20.486 ms 19.484 ms
12 72.14.236.147 (72.14.236.147) 22.317 ms 22.887 ms 87.272 ms
13 72.14.238.253 (72.14.238.253) 32.659 ms 28.290 ms 45.751 ms
14 iad23s08-in-f5.1e100.net (74.125.228.101) 19.886 ms 17.063 ms 17.022 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment