Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tracert on Windows Returns Slower than on Linux

I have two computers, one Windows and one Linux sitting side by side on my desk, both connecting to the same internet. If I run a tracert on www.stackoverflow.com and traceroute www.stackoverflow.com, both return the same data. However, tracert on Windows takes 3x as long (with the same params) as traceroute on Linux (linux tr is almost instantaneous)

I tried tracert -d but no real difference to speak of.

How can I get Windows tracert to return at the same speed?

Thanks

like image 521
Paul Avatar asked Apr 06 '11 23:04

Paul


1 Answers

As a tip, you can speed up traceroute in Windows by disabling resolving with tracert -d.

like image 110
Erik van Velzen Avatar answered Oct 06 '22 01:10

Erik van Velzen