Why is the CPU Usage History pane "split" in Windows Task Manager / Performance

4

In Windows Task Manager, under the Performance tab, Page File Usage History is shown in a continuous pane, while the CPU Usage History is split up into 8 narrow panes, which make it look like the graph is just "overlaid" with the pane separators.

Why is this? Why not show the graph in a continuous pane?

Tomas Aschan

Posted 2010-07-20T13:26:27.813

Reputation: 2 294

2You can also change it back, with View => CPU History => One Graph, All CPUs. – Hello71 – 2010-07-20T15:16:42.280

Answers

6

Each for one processor core. Unless it is an Intel chip with Hyperthreading (HT), in which case there are two panes per core, one for each core and one for its HT. For example, a quad-core chip with HT will show eight panes rather than four.

mbq

Posted 2010-07-20T13:26:27.813

Reputation: 727

Ah! So simple! I was sitting on remote desktop to our production server, but the thought that the server actually has 8 cores didn't occur to me - I'm so used to working on laptops that dual core is enough, and quad is cool :P – Tomas Aschan – 2010-07-20T13:30:43.290

6

You are presumably using a quad-core processor with hyperthreading, which makes it look like an 8-core processor in Task Manager. Task Manager by default shows each core as a separate graph. If you would prefer a single graph, select the View -> CPU History -> One Graph, All CPUs menu option.

coneslayer

Posted 2010-07-20T13:26:27.813

Reputation: 7 494

0

Most desktop CPUs from the P4 era onwards will show at least 2 charts, whether the cores are physical (multi-core CPU like Core2 Duo), logical (hyper-threaded like in P4) or both (Core i7).

As coneslayer says, you most likely have a quad-core CPU with hyper-threading, like a Core i7.

Lunatik

Posted 2010-07-20T13:26:27.813

Reputation: 4 973