Question:
System Idle process uses %80+ of cpu?
Lou
2009-06-17 05:08:18 UTC
System Idle process uses %80+ of cpu. When I turn my machine on in the morning you can hear the hard drive grinding away working and the System idle uses 80+ of the cpu for about the first 1 - 2 hours. What is causing this? It slows my machine down greatly during this time.
Four answers:
Brian A
2009-06-17 05:14:09 UTC
It could be that your Antivirus program is running a full scan in the background everytime you start your pc. Check your AV settings.
anonymous
2009-06-17 05:13:25 UTC
In computing, an idle task is a special task loaded by the OS scheduler only when there is nothing for the computer to do. The idle task can be hard-coded into the scheduler, or it can be implemented as a separate task with the lowest possible priority. An advantage of the latter approach is that programs monitoring the system status can see the idle task along with all other tasks; an example is Windows NT's System idle process.



On modern processors, where a HLT (halt) instruction saves significant amounts of power and heat, the idle task almost always consists of a loop which repeatedly executes HLT instructions. However, on older computers, where temperature dissipation was almost constant with CPU load, the program would often do useless things, like blink the front panel lights in an amusing or recognizable pattern.



Often, this had the effect on timeshared systems that if one was lucky enough to have access to the computer room, one could glance at the front panel lights to see how busy the machine was. If the idle pattern very rarely showed up, the machine was heavily loaded, and one might go for lunch before waiting for a job to finish; on the other hand, if it was clearly blinking the idle pattern, one might run the job immediately.



In Unix-like operating systems such as Linux, the idle task has process ID zero, and never exits. Another specially distinguished task on Unix-like operating systems is the init process, which does little more than wait around for its child processes to die.



In other words, if the idle task is "chewing up 80 percent of the processor's cycles", that's normal: it simply means your CPU isn't working very hard on anything at the moment.
anonymous
2009-06-17 05:13:56 UTC
The System Idle Process isn't using any CPU, it shows you how much is free. If it's telling you it's running at 80%, that means 20% of your CPU is being used. It doesn't cause slow-down.



In fact, the problem is that you're using up 20% of your CPU without knowing it. It probably shouldn't be running higher than 5% while nothing is running. Do virus and spyware scans.
?
2016-05-22 04:00:19 UTC
System Idle doesn't "eat CPU cycles". If your Task Manager shows System Idle at 97%, that means that you're only using 3% and 97% is available for use. venny


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...