Howto obtain Per-Interface statistics on windows
Posted
by Canacourse
on Stack Overflow
See other posts from Stack Overflow
or by Canacourse
Published on 2009-08-14T16:21:57Z
Indexed on
2010/03/25
11:03 UTC
Read the original article
Hit count: 211
winapi
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...
© Stack Overflow or respective owner