System CPU Usage?

G

Guest

One of our servers at work seems to be having an issue

Every day for a few hours on & off, going into Task Manager, Processes, then
sorting by CPU Usage will show that the 'System' process uses between 60-90%
constantly. Is there any way to find out what this 'System' is. Im guessing
that its the general windows system and if thats the case, is there any way
to find out what part of the system is using it? This is becoming quite
tedious, and since its our domain controller & file server, alot of things
are becoming quite s l o w ..

thanks
 
D

Dave Patrick

From a command prompt;
netstat -aon
then;
tlist -s
now match up the PID > Image name

You can extract the tlist.exe utility from the Support.cab file from the
Windows 2000 installation CD's Support\Tools folder

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| One of our servers at work seems to be having an issue
|
| Every day for a few hours on & off, going into Task Manager, Processes,
then
| sorting by CPU Usage will show that the 'System' process uses between
60-90%
| constantly. Is there any way to find out what this 'System' is. Im
guessing
| that its the general windows system and if thats the case, is there any
way
| to find out what part of the system is using it? This is becoming quite
| tedious, and since its our domain controller & file server, alot of things
| are becoming quite s l o w ..
|
| thanks
 
G

Guest

Ah

I should've mention it was a win2k server, not win2k3. the netstat on win2k
doesn't have the -o option, is there any way to get the win2k3 netstat to run
 
D

Dave Patrick

You can also use Task Manager|Processes tab. Choose to display the PID
column.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"brian" <wrote:
| Ah
|
| I should've mention it was a win2k server, not win2k3. the netstat on
win2k
| doesn't have the -o option, is there any way to get the win2k3 netstat to
run
| on win2k? I get an error about loading some module.
 
G

Guest

Yep

But how do I see what connection is causing it? I've got

System, with a PID of 8, using 92% CPU Usage

I can't run the netstat.exe from windows 2003 server, on a windows 2000 server
 
D

Dave Patrick

I thought you were after the process detail.
tlist -s

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Yep
|
| But how do I see what connection is causing it? I've got
|
| System, with a PID of 8, using 92% CPU Usage
|
| I can't run the netstat.exe from windows 2003 server, on a windows 2000
server
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

CPU utilization and system CPU utilization 1
100% CPU usage 18
High CPU usage when no programs are running 5
My CPU usage is always 100% 2
CPU usage 5
100% CPU Usage 1
cpu usage 2
CPU Usage 1

Top