On Windows, is there an easy way to determine which process is currently accessing the network? The wifi icon is always lit(telling me it is transferring sth.), I am curious what process is causing this.

link|improve this question
shouldn't this question be asked on SuperUser ! – Manaf Abo.Rous Sep 12 '10 at 6:43
@Echo Lu - I agree with Manaf, throw a block of code in your question so it doesn't get close. Knowing how to find this information is useful to windows programmers in some cases. – JMC Sep 12 '10 at 6:55
feedback

migrated from stackoverflow.com Sep 12 '10 at 7:16

This question came from our site for professional and enthusiast programmers.

2 Answers

There's a number of ways how to do that.

One is you use WireShark, another is tcpview (quick link: http://live.sysinternals.com/Tcpview.exe).

WireShark gives you more info, but is not as easy to use as tcpview.

link|improve this answer
feedback

A packet sniffer like wireshark is useful if you want to see exactly what is going on, but if you just want to see what process is using data then netlimiter (netlimiter.com) is very useful. The free monitor version should work fine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown