How do you get ethernet collision stats in XP?

Status
Not open for further replies.
Joined
May 7, 2004
Messages
14,966
Location
Nokesville, VA
Under Linux I can do this to find out how many collisions an Ethernet interface has had:

#ifconfig eth0

eth0 Link encap:Ethernet HWaddr 00:0E:0C:B9:44:1A
inet addr:192.168.1.95 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:18058814 errors:10 dropped:0 overruns:0 frame:7
TX packets:14900061 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:337608736 (321.9 MiB) TX bytes:3777499154 (3.5 GiB)
Base address:0xa800 Memory:d7800000-d7820000

I cannot find a way to get similar information on a Windows XP box. netstat -e doesn't show collision information.

Anyone know how? Is it even possible?
 
Status
Not open for further replies.
Back
Top