tags:

views:

65

answers:

2

I am trying to find the most used Network card on windows 200 or XP. I planned to obtain the number of packets sent trough each NIC to determine the main NIC.

I thought IP Helper might give me this information but also it looks like the functions in IP helper only give stats for all interfaces. I know this can be done. Any ideas?

Many Thanks...

A: 

Have you looked at WMI ? Here's an example of interrogating the set of network adaptors. Note that it includes stats such as the number of forwarded packets for each adaptor.

Brian Agnew
A: 

You could use from any number of available packet sniffer programs out there: Top Packet Sniffers

Also look here: wiki

Paul Sasik
Need to determine the busiest interface as soon as my app starts. A packets sniffer would take time.
Canacourse