Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you detect packet-loss on Windows Server 2003?

Is there any way to detect packet loss with the help of performance counters or am I better of using a 3rd-party tool? What tools would you recommend?

like image 326
Mathias Avatar asked Nov 06 '08 10:11

Mathias


1 Answers

netstat -s will show you the total count of retransmissions. Wireshark can capture traffic and got an "expert info" (under Analyze) that will tell you about obious network related errors.

like image 57
Helge Olav Helgesen Avatar answered Oct 23 '22 14:10

Helge Olav Helgesen