How to traceroute traffic for a domain? Follow
You can use the command line tool traceroute to check the pathway packets take from one computer (usually your local machine) to the domain hosted on Section.
For example, you can see from this example a slow ADSL connection is slowing down traffic.
➜ traceroute -I mysection.io
traceroute to mysection.io (45.154.183.183), 64 hops max, 72 byte packets
1 10.13.0.1 (10.13.0.1) 46.755 ms 30.246 ms 43.518 ms
2 * * *
3 10.64.10.24 (10.64.10.24) 43.329 ms 30.219 ms 32.910 ms
4 138.197.249.160 (138.197.249.160) 34.809 ms 30.611 ms 40.208 ms
5 138.197.249.176 (138.197.249.176) 31.920 ms 31.163 ms 30.242 ms
6 138.197.244.241 (138.197.244.241) 37.052 ms 43.127 ms 31.825 ms
7 equinix-ix.sjc2.packet.net (206.223.117.17) 44.980 ms 35.008 ms 44.775 ms
8 * * *
9 0.et-0-0-3.bbr3.sjc1.packet.net (198.16.6.245) 53.658 ms 39.664 ms 40.057 ms
10 0.et-0-0-0.dsr2.r00c02.sjc1.packet.net (198.16.6.3) 47.721 ms 64.128 ms 52.305 ms
11 147.75.200.9 (147.75.200.9) 60.255 ms 48.761 ms 47.303 ms
12 45.154.183.183 (45.154.183.183) 34.314 ms 39.316 ms 40.857 ms
Comments
0 comments
Article is closed for comments.