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.
feedback
|
migrated from stackoverflow.com Sep 12 '10 at 7:16
This question came from our site for professional and enthusiast programmers.
|
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. | |||
|
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. | |||
|
feedback
|