What's the Ethernet packet collision rate in Windows OS?

What's the Ethernet packet collision rate in Windows OS?

Is there a way to know the Ethernet packet collision count/rate in a Windows OS? In Linux it can be easily seen using the ifconfig command. In Solaris it can be seen using the netstat -i -f inet command. Why isn't there one in Windows? Even the Ethernet OIDs (RFC 1284) doesn't give any information about this. How will I get the collision rate in Windows?

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Viewing statistics such as the collision rate is not supported by Windows itself. You will require third-party software that will monitor your network connection and provide you with this information.

If you happen to be running a managed switch, you might be able to obtain this information from it; otherwise, any good packet sniffer will give you greater detail on packet statistics of your network.

In closing, if you only require the collision rate, then I'd suggest you perform a quick search on Google where you'll find many great utilities that will give you the information you need.

For more information, you may also find these Ask the Expert responses useful:

This was first published in April 2008