How can I ID process accessing Net??

wazooda

Weaksauce
Joined
Jul 8, 2002
Messages
108
Just put together a new system (see sig).

I use DU Meter to monitor network traffic. On my old system, it stayed steady zero for u/l & d/l when I was not using the net.

Now, however, I've got activity on both even though not using the net.

Is there a utility to find out what process is accessing the net?

TIA,

Wazoo
 
Goto start/run type in "cmd" then <enter>.
At the command prompt type "netstat -o" <enter>.
This should show any active connections and any ports an app is listening on...

The process id from the "PID" column can be matched to processes in task manager.

Here is how to use netstat
 
Back
Top