> Hi guys and gals,
>
[quoted text clipped - 7 lines]
>
> Kind regards!
Not sure if you are meaning TCP connections in your application? Or
TCP connections currently in Windows? You don't need WinPCap as there
are bandwidth meters around that just install straight away.
I would recommend using WMI (Windows Management Instrumentation) to
attach to your network adapter. There are several performance
counters available to use like bytes received/sec and bytes sent/sec.
I recommend using the .NET System.Diagnostics namespace (look at
PerformanceCounter classes on MSDN documentation).
P.s. right click My Computer -> Manager -> Performance Monitor , you
can add counters and see what the different ones do.
Hope this helps.
OPM - 25 Feb 2007 10:08 GMT
Thanks for the reply.
Already aware of PerfMon and Performance Counters, should have been a bit
clearer...
I would like to see the bandwidth being utilised on a per-connection basis,
for example if Internet Explorer is downloading, look at the speed it is
downloading at.
Any ideas?
Cheers
>> Hi guys and gals,
>>
[quoted text clipped - 25 lines]
>
> Hope this helps.