I'm looking for a simple way to measure the amount of data that goes through a network adapter or a TCP socket. I want to build a small tool, that shows the current capacity of a network connection (nice would be download / upload) like the sysmon tool.
I could only find functions in the performance counter API, but this seems to work only for NT/2K/XP. Some other tools work with an own VXD, but this is too much effort for me.
I could only find functions in the performance counter API, but this seems to work only for NT/2K/XP. Some other tools work with an own VXD, but this is too much effort for me.
I believe this would give you a good start.
Find TCPtable here:
http://asmsource.cjb.net/
Includes source.
Regards, P1 :cool:
Find TCPtable here:
http://asmsource.cjb.net/
Includes source.
Regards, P1 :cool:
GREAT!! That's exactly what I was looking for :D