I need something to give me traffic usage (in real-time) per process. I remember 'Online Armor' did something like this but that app is too bloated for my purposes.

I hope this isn't a dupe – I've seen questions about traffic monitoring (tools like Netlimiter, DU Meter were suggested) but I need something that will give me even more control.

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

There is Process Explorer

view..select columns..process network Then click Receive bytes and Send bytes. Then sort by one of those columns e.g. Receive bytes. You can scroll right the right hand (window) pane, so you reach those 2 columns for bytes sent/received, and you still see process name as you see in the pic 'cos process name is in the left hand pane.

It shows a total rather than a rate.

process explorer window with amendments

link|improve this answer
amazing, thanks – Gjon Jul 30 '11 at 11:50
feedback

In Windows Vista/Windows 7:

  1. Start Task Manager (Ctrl+Shift+Escape)
  2. Go to the "Performance" tab
  3. Click "Resource Monitor" at the bottom of the pane
  4. Go to the "Network" tab

Resource Monitor screenshot

link|improve this answer
You should mention that this "Resource Monitor" feature is not an option in XP – barlop Jul 30 '11 at 13:08
Good point. Done! – RJFalconer Aug 1 '11 at 23:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.