Hi,
we have a LPAR which has 5 CPUs assigned. Afaik, those Power 5 CPUs have 2 cores each.
I was monitoring CPU usage with
and got
I don't know how those "cpu" column is assigned to CPUs, ie. if 0 & 1 = 1 CPU or if it's a random assignment. What I noticed is, that always one of those "cpu" ie. cores is very busy, while the next is idling. Can anybody explain this to me? Do I have to ignore those "idlers" because they are just displayed and don't take into account?
laters
zaxxon
we have a LPAR which has 5 CPUs assigned. Afaik, those Power 5 CPUs have 2 cores each.
I was monitoring CPU usage with
Code:
sar -PALL 1 100
Code:
AIX srdwhv05 3 5 00C6C33F4C00 06/20/08
System configuration: lcpu=10 ent=5.00 mode=Capped
11:06:57 cpu %usr %sys %wio %idle physc %entc
11:06:58 0 1 51 0 48 0.01 0.3
1 4 44 0 52 0.01 0.2
2 99 1 0 0 0.91 18.2
3 0 1 0 99 0.09 1.8
4 0 6 0 94 0.09 1.8
5 98 2 0 0 0.91 18.2
6 99 1 0 0 0.91 18.2
7 0 1 0 99 0.09 1.8
8 98 2 0 0 0.92 18.4
9 0 1 0 99 0.08 1.6
U - - 0 20 0.98 19.5
- 72 1 0 27 4.02 80.5
11:06:59 0 1 68 0 31 0.01 0.2
1 6 44 0 50 0.01 0.1
2 99 1 0 0 0.91 18.2
3 0 1 0 99 0.09 1.8
4 0 8 0 92 0.09 1.8
5 98 2 0 0 0.91 18.2
6 99 1 0 0 0.91 18.2
7 0 1 0 99 0.09 1.8
8 98 2 0 0 0.92 18.4
9 0 1 0 99 0.08 1.6
U - - 0 20 0.99 19.7
- 72 1 0 27 4.01 80.3
laters
zaxxon