6
3
I don't know if there's any instruction that could make the CPU idle. And I also notice that there's a System Idle Process that use 99% of the CPU when the CPU usage is shown to be 0%. What is this System Idle Process? If it is using 99% of the CPU, why is the CPU temperature lower than other process taking 99% of CPU?
Allow me to put it a little further, how is the usage percentage of CPU is calculated?
Maybe this is a dumb question. Hope the geeks here won't feel tedious.... ;)
Thanks...
1Blongs on superuser? – Binary Worrier – 2010-07-28T14:08:09.587
1
Migrate to superuser. In the meantime, read http://www.codinghorror.com/blog/2007/05/why-is-the-system-idle-process-hogging-all-the-resources.html to see that if it takes 99% of your time, then 99% of your time is empty.
– None – 2010-07-28T14:08:40.287I am not sure...Please give this question a chance... ;) – smwikipedia – 2010-07-28T14:09:00.307
2Just because the question doesn't belong on Stack Overflow doesn't mean it's not a valid question. Don't take the migration to Super User the wrong way. And don't read the double-negatives not the right way :P – Matt Ball – 2010-07-28T14:10:54.793
What we mean with migrate is that it'll be on superuser.com, another site that is more suited for this question. Please don't do anything yourself, it will be migrated automatically after enough votes are collected. – None – 2010-07-28T14:12:35.770
I can see this one being valid on Stack Overflow. It relates heavily to processor design, which relates heavily to assembly. It makes sense to me as a programmer. – None – 2010-07-28T14:13:43.053