PDA

View Full Version : Weird network activity



dtc
24-08-10, 18:33
Hi...

My computer at the office is powered on 24/7. Staffs have no right to alter the setting of the anti-virus software of the computer. The system was OK last Friday. Yesterday, my computer prompted for "chkdsk" and then kept on rebooting. Then, when I got the chance to enter the Windows (XP Pro SP3) and the system became stable, I note that the network icon at the system tray continuously shows some network activity (see image below) even though I do not surfing. Kindly comment.

http://www.upload3r.com/serve/240810/1282668743.png

Spaceboy
24-08-10, 18:35
netstat -no

check for PIDs with a lot of network connections, match that to the PID in task manager (view -> select columns -> Process ID)

dtc
24-08-10, 19:06
netstat -no

check for PIDs with a lot of network connections, match that to the PID in task manager (view -> select columns -> Process ID)

Thanks I will give a trial...

dtc
24-08-10, 19:13
"netstat -no" shows PID with "0".

From Windows Task Manager, the process with "0" PID is "System Idle Process" and its "CPU" usage is "99". Do you think it's normal?

Spaceboy
24-08-10, 19:21
I've got a few of those too (XP SP3) so I'd say yeah it's normal (mine are all time_wait connections to port destination:port80).

the netstat -no shows you all your current network activity - which should equate to flashy lights on the taskbar. Then it's just a case of matching up PID's and finding out which are expected.

dtc
25-08-10, 11:41
Mine are all "Time_Wait" connections too...