Network Statistics

element

Freshman
Joined
Oct 29, 2003
Messages
26
Location
Portsmouth, UK
Hello,

Is there any way to retrieve network statistics like the total bytes transferred during a network session on a NIC adapter?

I've had a look in the Performance Counters under Network Interface but there is only bytes/sec counters.

Any help is appreciated,
Thanks, Tom
 
As no-one else has posted, i will have a go with an idea. I have never tried it myself but... you could try something called winpcap or something like that. Its used for network security so that you can detect all information going in and out of your computer. It might be a little bit too specific for what you want but other than that I cant think of a better idea.
 
wildfire1982,

Thank you for your response! I have investigated the winpcap library (http://winpcap.polito.it/docs/default.htm) and it looks interesting. It certainly appears to be able to provide some network statistics, which is great!

When I figure out how to use it (it's all in C++ :S), and what it can really do, I shall post some examples/classes here so everyone can do it!

Thanks again, Tom
 
There are plenty GUI's out there for winpcap, unfortunately the c# one mentioned above hasnt been relesed yet. A nice one is called ANALYZER and comes from politecnico di torino.
 
Back
Top