Possible Duplicate:
Any good utility to track outgoing traffic and requests from win PC?

Some program I'm running is constantly uploading to the Internet. It's uploaded 300MB in the last few hours. I could reboot and see if it stops, but I'd prefer to find out what it is if possible. I've tried using the resource monitor but it's totally nonsensical - even if I run a broadband speedtest, it barely registers any traffic.

Ideally I'd like to find a tool which can tell me the current bandwidth of each application. I think NetLimiter used to work on XP but it's not supported for Windows 7.

link|improve this question
I found out in the end, it was a video I'd uploaded to facebook, which somehow was still uploading even though I'd cancelled the upload, quit the browser (Firefox) AND ensured it wasn't running in task manager. It must have been using a plugin which uploads out-of-process. Still need the answer to the question though as this is certainly not the first time I've had issues like this! – Nick G Mar 28 '10 at 19:37
feedback

closed as exact duplicate by random Mar 29 '10 at 2:33

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

I have noticed earlier versions of ZoneAlarm showed what programs are uploading & downloading. I don't find that anymore probably because i am using a version that's free.

link|improve this answer
feedback

Two suggestions:

  • Use TCPView to determine the process involved, remote host, etc.
  • Use Ethereal to see the traffic's content (in addition to the remote address, but not the local process).

If your goal is to determine which program is generating a large volume of traffic, it may make sense to use both in combination -- use Ethereal to determine what the traffic is, and what the local and remote ports are; then use TCPView to determine which local program is responsible.

link|improve this answer
feedback

On windows netstat /all in command prompt (start->run->cmd) it will show everything, but I imagine with uploading that much in such a short space of time, it will have a big number in the 3rd column. In a *nix, just netstat -a

link|improve this answer
feedback

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