Any suggestions? If this was a previous post, I wasn't savvy enough to locate it and apologize.
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.System Idle Process CPU at Capacity
#1
Posted 14 December 2007 - 11:35 AM
Any suggestions? If this was a previous post, I wasn't savvy enough to locate it and apologize.
#2
Posted 14 December 2007 - 11:38 AM
No. Try not. Do... or do not. There is no try.
#3
Posted 14 December 2007 - 11:49 AM
#4
Posted 14 December 2007 - 08:19 PM
posted with Opera
#5
Posted 15 December 2007 - 05:18 AM
#6
Posted 19 December 2007 - 01:42 PM
#7
Posted 08 January 2008 - 03:09 PM
DaChew, on Dec 14 2007, 11:38 AM, said:
Not when your total CPU usage is at 100%. Several processes use the system idle process. Get TCPview from support.microsoft.com/systernals and you will be able to see what is using this.
I was getting high CPU usage and Process explorer was showing that “system idle processes” was taking up 98% of the cpu time.
I used TCPview & you can see what processes are using that process and end them. They were mostly just web ads and network domain connections that just came back after ending. One thing that uses system idle processes is windows updates, so if you can, turn off automatic updates. You may also want to turn of automatic system restore, and delete files in the Temp, downloaded files, downloded programs folders and any such temporary folders.
So, I did a google search and did 3 things. Now I have a bunch of stuff loaded on my laptop and cpu usage is at 0%. The problem still comes back once in awhile, when using Office 2007, so I am looking into that, but my overall cpu usage is much lower now.
This is what I did:
1) The right click visual effect can kick off the high cpu usage. Follow the steps in this picture:

2) Saved the following to a batch file and ran it (this will re-register files that are used by automatic updates):
Net stop wuauserv
Net stop bits
Net stop cryptsvc
regsvr32 %windir%\system32\atl.dll /s
regsvr32 %windir%\system32\jscript.dll /s
regsvr32 %windir%\system32\msxml3.dll /s
regsvr32 %windir%\system32\softpub.dll /s
regsvr32 %windir%\system32\wuapi.dll /s
regsvr32 %windir%\system32\wuaueng.dll /s
regsvr32 %windir%\system32\wuaueng1.dll /s
regsvr32 %windir%\system32\wucltui.dll /s
regsvr32 %windir%\system32\wups.dll /s
regsvr32 %windir%\system32\wuweb.dll /s
regsvr32 %windir%\system32\wuauserv.dll /s
regsvr32 %windir%\system32\wupdmgr.exe /s
regsvr32 %windir%\system32\wups2.dll /s
3) Rebooted.
#8
Posted 04 April 2008 - 04:04 PM
wwwbaytest1.microsoft.com
I was curious, so I entered http://wwwbaytest1.microsoft.com in my web browser and I was surprised at what I found!
To remedy this, I entered the following line in my c:\windows\system32\drivers\etc\hosts and lmhosts and lmhosts.sam files:
127.0.0.1 wwwbaytest1.microsoft.com
Now I have been running databases and database imports on my workstation for the last 36 hours and without any high cpu usage at all.
This post has been edited by Paldrion: 04 April 2008 - 04:05 PM
#9
Posted 05 April 2008 - 07:36 AM
It's sorta like high blood pressure. You're not supposed to have high blood pressure - but if you're about to be eaten by a monster, it's probably OK to have high blood pressure.
Basically, the System Idle Process counts the stuff that isn't accounted for in the other processes. From my reading, this is mostly DPC and Interrupt processing (if you're using Process Explorer, you'll see DPC and Interrupts listed as processes - but they really aren't processes - but are just included for convenience). A decent article on it is here: http://en.wikipedia.org/wiki/System_idle_process More detailed information is available in Windows Internals, 4th Edition, page 348 (I'm currently reading this).
I'm not real happy with the description in either reference tho' - because they don't include enough detail to explain the "why" of your situation.
**If you need a more detailed explanation, please ask for it. I have the Knack. **
#10
Posted 07 April 2008 - 09:33 AM
usasma, on Apr 5 2008, 08:36 AM, said:
The problem with Microsoft's design is that anything without a specific thread is thrown into system idle processes. What ends up happening is that programmers that don't want you to easily discover what they are doing will just program their app without a specific thread, including Microsoft's own programmers.

Help

Back to top











