Skip to content

Instantly share code, notes, and snippets.

@jeresig
Created November 19, 2008 14:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jeresig/26517 to your computer and use it in GitHub Desktop.
$ traceroute code.jquery.com.s3.amazonaws.com
traceroute to s3-directional-w.amazonaws.com (72.21.207.134), 64 hops max, 40 byte packets
1 192.168.0.1 (192.168.0.1) 0.539 ms 0.161 ms 0.155 ms
2 * * *
3 ge-2-5-ur02.cambridge.ma.boston.comcast.net (68.85.160.229) 7.691 ms 9.447 ms 7.466 ms
4 te-8-1-ur01.cambridge.ma.boston.comcast.net (68.87.144.69) 8.023 ms 9.065 ms 8.108 ms
5 te-9-2-ar01.foxboro.ma.boston.comcast.net (68.85.162.65) 9.744 ms 10.947 ms 9.697 ms
6 po-11-ar01.berlin.ct.hartford.comcast.net (68.87.146.33) 12.761 ms 21.855 ms 13.481 ms
7 po-10-ar01.chartford.ct.hartford.comcast.net (68.87.146.29) 15.397 ms 13.348 ms 14.229 ms
8 te-0-4-0-1-cr01.newyork.ny.ibone.comcast.net (68.86.90.61) 16.442 ms 22.821 ms 15.768 ms
9 xe-11-3-0.edge1.newyork2.level3.net (4.71.186.5) 16.137 ms 15.550 ms 16.624 ms
10 vlan89.csw3.newyork1.level3.net (4.68.16.190) 15.192 ms vlan69.csw1.newyork1.level3.net (4.68.16.62) 15.538 ms vlan79.csw2.newyork1.level3.net (4.68.16.126) 28.502 ms
11 ae-71-71.ebr1.newyork1.level3.net (4.69.134.69) 16.377 ms 17.227 ms ae-81-81.ebr1.newyork1.level3.net (4.69.134.73) 18.693 ms
12 ae-3.ebr3.washington1.level3.net (4.69.132.89) 22.527 ms 29.652 ms 21.262 ms
13 ae-63-63.csw1.washington1.level3.net (4.69.134.162) 22.637 ms ae-64-64.csw1.washington1.level3.net (4.69.134.178) 21.927 ms ae-63-63.csw1.washington1.level3.net (4.69.134.162) 35.047 ms
14 ae-1-69.edge1.washington1.level3.net (4.68.17.16) 22.254 ms 22.814 ms 21.808 ms
15 amazoncom.edge1.washington1.level3.net (4.79.20.14) 22.637 ms 21.562 ms 25.571 ms
16 72.21.199.17 (72.21.199.17) 22.037 ms 23.168 ms 39.255 ms
17 72.21.222.147 (72.21.222.147) 23.067 ms 23.331 ms 23.886 ms
18 72.21.209.18 (72.21.209.18) 53.068 ms 77.412 ms 199.804 ms
$ traceroute code.jquery.com
traceroute: Warning: code.jquery.com has multiple addresses; using 216.137.41.169
traceroute to dklrepsbi7q2o.cloudfront.net (216.137.41.169), 64 hops max, 40 byte packets
1 192.168.0.1 (192.168.0.1) 0.532 ms 0.158 ms 0.129 ms
2 * * *
3 ge-2-6-ur02.cambridge.ma.boston.comcast.net (68.85.160.233) 9.372 ms 8.068 ms 8.147 ms
4 te-8-1-ur01.cambridge.ma.boston.comcast.net (68.87.144.69) 7.809 ms 9.497 ms 7.952 ms
5 te-9-2-ar01.foxboro.ma.boston.comcast.net (68.85.162.65) 9.344 ms 9.540 ms 10.073 ms
6 po-11-ar01.berlin.ct.hartford.comcast.net (68.87.146.33) 12.159 ms 14.434 ms 12.737 ms
7 po-10-ar01.chartford.ct.hartford.comcast.net (68.87.146.29) 13.063 ms 13.686 ms 13.680 ms
8 pos-0-3-0-0-cr01.chicago.il.ibone.comcast.net (68.86.90.57) 15.916 ms 17.063 ms 16.840 ms
9 xe-10-3-0.edge1.newyork2.level3.net (4.71.184.1) 23.937 ms 17.597 ms 15.642 ms
10 vlan69.csw1.newyork1.level3.net (4.68.16.62) 15.750 ms vlan89.csw3.newyork1.level3.net (4.68.16.190) 18.505 ms vlan99.csw4.newyork1.level3.net (4.68.16.254) 27.655 ms
11 ae-61-61.ebr1.newyork1.level3.net (4.69.134.65) 18.035 ms 17.561 ms ae-81-81.ebr1.newyork1.level3.net (4.69.134.73) 25.534 ms
12 ae-2-2.ebr1.newark1.level3.net (4.69.132.98) 24.550 ms 33.907 ms 18.227 ms
13 ae-12-51.car2.newark1.level3.net (4.68.99.6) 68.892 ms ae-12-53.car2.newark1.level3.net (4.68.99.70) 168.180 ms ae-12-55.car2.newark1.level3.net (4.68.99.134) 166.617 ms
14 amazoncom.car2.newark1.level3.net (4.79.190.182) 18.028 ms 18.920 ms 17.030 ms
15 216.137.41.169 (216.137.41.169) 19.853 ms 17.540 ms 17.902 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment