dustbuster
Programmer
- Dec 19, 2002
- 95
I need to see how much data each running process transmits over the network. Is there a way to do this?
It should
- List the process
- Inbound and outbound data size
- based on time period (last minute, hour, day, etc.)
So it would be something like this for the last day:
Process Inbound Outbound
--------------------------------------------
process1.exe 10MB 10MB
process2.exe 20MB 1MB
Thanks!
It should
- List the process
- Inbound and outbound data size
- based on time period (last minute, hour, day, etc.)
So it would be something like this for the last day:
Process Inbound Outbound
--------------------------------------------
process1.exe 10MB 10MB
process2.exe 20MB 1MB
Thanks!