PDA

View Full Version : CPU Usage history color identification


GEVan
May 11th 07, 11:57 PM
What does the red line indicate in the Task Manager CPU Usage History? At
very low CPU usage, there are always a RED line and a Yellow line. What do
they mean?

Rock
May 12th 07, 12:02 AM
"GEVan" wrote
> What does the red line indicate in the Task Manager CPU Usage History? At
> very low CPU usage, there are always a RED line and a Yellow line. What do
> they mean?

Red shows the amount of time spent in kernel mode, the other shows the time
spent in user mode.

--
Rock [MS-MVP User/Shell]

GEVan
May 12th 07, 12:22 AM
thanx.

What is kernel mode?


"Rock" wrote:

> "GEVan" wrote
> > What does the red line indicate in the Task Manager CPU Usage History? At
> > very low CPU usage, there are always a RED line and a Yellow line. What do
> > they mean?
>
> Red shows the amount of time spent in kernel mode, the other shows the time
> spent in user mode.
>
> --
> Rock [MS-MVP User/Shell]
>
>

Rock
May 12th 07, 02:00 AM
"GEVan" > wrote in message
...
> thanx.
>
> What is kernel mode?
>
>
> "Rock" wrote:
>
>> "GEVan" wrote
>> > What does the red line indicate in the Task Manager CPU Usage History?
>> > At
>> > very low CPU usage, there are always a RED line and a Yellow line. What
>> > do
>> > they mean?
>>
>> Red shows the amount of time spent in kernel mode, the other shows the
>> time
>> spent in user mode.


The x86 processor in your computer runs in two modes, user and protected or
kernel mode. Programs run in user mode, the windows core processes such as
the Windows Executive, Hal, drivers, and the graphics subsystem run in
kernel mode. This is to separate user programs from the OS internals for a
variety of reasons. It's too involved to get into in a newsgroup. Do some
reading on it. A Google search is a good place to start.

http://www.google.com/search?hl=en&q=kernel+mode

--
Rock [MS-MVP User/Shell]

Google