CPU Usage

T

Travis King

Why does my CPU Usage show 100%, but nothing other than
the items in my taskbar are running? I have another
program called CPUIdle, that is supposed to keep my CPU
cooler by disabling the processor when it is in idle. It
says that my processor's idle is 99%. So, I have the
task manager saying the usage is 100% (or the idle is 0%)
and I have CpuIdle saying that the idle is 99% (or 1%
usage) Does the task manager not work right or is there
a conflict?
 
D

David Jones

TLet me put it this way:

You have a program that "turns off" the processor when it
is idle (simplification but good enough).

If it does its job, the processor will never be truly
idle, because the program turns it off when it otherwise
would be idle.

Since the processor is never truly idle, Task Manager
never sees it idle, and as such your CPU usage is 100%.
 
B

Bill James

This is because of the way Windows XP calculates processor usage. Basically, it starts with 100% then subtracts idle time to determine the percentage of processor in use. Because CPUIdle causes the CPU to halt instead of idle it screws up the calculation (if there is zero idle time then usage always shows 100%).

--

Bill James
Microsoft MVP·DTS

Win9x VBScript Utilities » www.billsway.com/vbspage/
Windows Tweaks & Tips » www.billsway.com/notes_public/
 

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