System Idle Process

  • Thread starter Thread starter tonyk
  • Start date Start date
T

tonyk

System Idle Process...what is it? It looks like something
that issues a "halt" (?) command.

tonyk
 
It's the computer equivalent of "Drumming your Fingers".
When the CPU has nothing to do - it does this.
 
tonyk said:
System Idle Process...what is it? It looks like something
that issues a "halt" (?) command.

tonyk


Break out a dictionary and look up the word "idle," sometime. ;-}
The "System Idle Process" metric is the amount/percentage of time that
your CPU has nothing to do. A reading of 98-99% is generally
considered a good thing, and readings above 90% are normal. Think of
it like a car's engine idling in your driveway before you place the
car in gear.


--

Bruce Chambers

Help us help you:



You can have peace. Or you can have freedom. Don't ever
count on having both at once. - RAH
 
What does a computer do when it has no program to run? What is a car doing if
the engine is running but the car is not moving.
 
tonyk said:
System Idle Process...what is it? It looks like something
that issues a "halt" (?) command.

Yes, it does. It is the little loop the system goes round when there is
absolutely nothing to do, waiting for an interrupt and just keeping an
eye on IO completion. It has a HLT in it so it provides a cooling
function without having to run one of the utilities that did the same
thing
 
Yes, it does. It is the little loop the system goes round when there is
absolutely nothing to do, waiting for an interrupt and just keeping an
eye on IO completion. It has a HLT in it so it provides a cooling
function without having to run one of the utilities that did the same
thing

Thanks, that's what I thought it was. Others asked me to research the word
"idle". BTW it doesn't work as well as CPUIdle, my temp has gone up 20c in
10 minutes.

tonyk
 

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

Back
Top