Is there network monitor program for windows servers can keep tracking throughput, pkt transmitted/received/discard/re-transmitted BY TIME? I am trying to find the reason causing my server network instability. Thanks!
feedback
|
migrated from stackoverflow.com Jan 7 '10 at 10:00
This question came from our site for professional and enthusiast programmers.
|
You might want to check out the networking performance counters within the Windows Performance Monitor (Perfmon.exe). You can launch this from the Administrative Tools in Windows Server 2003. You can also configure it to save your logging data on your file system, or in a database. | ||||
|
feedback
|
|
A great network monitoring program is WireShark, which probably has everything you need. | |||||
feedback
|