Services.exe at 100%

D

Don

SERVICES.EXE is running at 100% sporadically and hogging
all system resources. Previous posts here said to remove
MS Hotfix 835732, which has been done with no improvement.

Any suggestions on what the problem might be and how to
fix it? Anti-virus and Spybot came up clean.

Thanks
Don
 
J

John Herbster

Don said:
SERVICES.EXE is running at 100% sporadically and hogging
all system resources. ... Any suggestions ...?

While you are waiting for an authoritative answer, you might
like to search for
100 "Services exe"
in Google Groups. Regards, JohnH
 
J

Jason Hall [MSFT]

--------------------
Content-Class: urn:content-classes:message
From: "Don" <[email protected]>
Sender: "Don" <[email protected]>
Subject: Services.exe at 100%
Date: Fri, 30 Apr 2004 15:47:39 -0700

SERVICES.EXE is running at 100% sporadically and hogging
all system resources. Previous posts here said to remove
MS Hotfix 835732, which has been done with no improvement.

Any suggestions on what the problem might be and how to
fix it? Anti-virus and Spybot came up clean.

Thanks
Don
---------------------

Troubleshooting high CPU in a host process (services.exe, svchost.exe,
etc.) is done as follows:
1) In Performance Monitor, load the Thread object and select the "%
Processor Time", for instances, select all the the threads from the problem
host process
2) When you have noted the thread(s) that you would like to examine, add
the "Start Address" counter, choose the instance(s) as needed
3) Use calc.exe to convert the displayed start address from decimal to HEX
4) Run Pstat.exe
(http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/pstat-o
.asp)
5) At the bottom of the output, you will see the start address of all the
loaded modules:

ModuleName Load Addr Code Data Paged LinkDate
----------------------------------------------------------------------------
--
ntoskrnl.exe 80400000 450752 99840 739584 Tue Jun 10 17:42:11 2003

Reply with any questions and/or the module name that is causing the high CPU


--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

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

Top