Network speed of each application

  • Thread starter Thread starter Dirk Reske
  • Start date Start date
D

Dirk Reske

Hello,

how can I determine, how many network traffic each running application
causes?

thx
 
There's an excellent free network logging tool called "Ethereal" that is
highly configurable.
Peter
 
Yes, I know!
but i look for a way to get these informations about the speed of each
app by my own application!
 
Dirk Reske said:
Hello,

how can I determine, how many network traffic each running application
causes?

thx

You can't. The reason is that there are no per application counters
maintained by the OS, only global per network interface counters.

Willy.
 
but where does apps like "Net Limiter" get their infos from?
it shows me the up und down speed of each running application
 
They are implemented as Network Filter drivers, which is not the domain of
managed code.


Willy.
 
Back
Top