Centos – mpstat not showing all CPUs on CentOS 5.5 (64 bit)

centosmulti-core

I have two Quad Core XEON processors. When I run "mpstat" then it just shows combine figure of all CPUs like this:

12:16:44 AM  CPU   %user   %nice    %sys %iowait    %irq   %soft  %steal   %idle    intr/s
12:16:44 AM  all   19.93    0.01    9.25    0.08    0.00    0.02    0.00   70.70    430.73

How can I see individual CPU load?

Thanks

Best Answer

-P cpu | ALL option indicate the processor number for which statistics are to be reported:

  mpstat -P ALL