Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Managing CPU_COUNT for micro-partitioning on AIX
Here is what I see from vmstat and lparstat:
/opt/oracle ->vmstat 5 5
System configuration: lcpu=10 mem=16384MB ent=2.50
kthr memory page faults cpu
----- ----------- ------------------------ ------------ -----------------------
Note the following:
lcpu=10
ent=2.5 - means I am entitled to 2.5 of the 4 physical CPUs, which are
being partitioned as 4 logical CPUs per physical CPU, but could be
partitioned as small as 10 logical CPUs per physical CPU.
Here are the definitions of "pc" and "ec" from the AIX manual:
pc - Number of physical processors consumed. Displayed only if the partition is running with shared processor. ec - The percentage of entitled capacity consumed. Displayed only if the partition is running with shared processor.
Also - here is a new command I just found
/opt/oracle ->lparstat
System configuration: type=Shared mode=Uncapped smt=On lcpu=10 mem=16384 psize=4 ent=2.50
%user %sys %wait %idle physc %entc lbusy vcsw phint ----- ---- ----- ----- ----- ----- ------ ---- ----- 3.9 1.1 1.8 93.2 0.14 5.8 6.5 3454 28
/opt/oracle ->lparstat -i
Node Name : ******** Partition Name : ******** Partition Number : 2 Type : Shared-SMT Mode : Uncapped Entitled Capacity : 2.50 Partition Group-ID : 32770 Shared Pool ID : 0 Online Virtual CPUs : 5 Maximum Virtual CPUs : 40 Minimum Virtual CPUs : 2 Online Memory : 16384 MB Maximum Memory : 20480 MB Minimum Memory : 12288 MB Variable Capacity Weight : 128 Minimum Capacity : 2.00 Maximum Capacity : 4.00 Capacity Increment : 0.01 Maximum Physical CPUs in system : 4 Active Physical CPUs in system : 4 Active CPUs in Pool : 4 Unallocated Capacity : 0.00 Physical CPU Percentage : 50.00% Unallocated Weight : 0 ________________________________
From: Mark Brinsmead [mailto:pythianbrinsmead_at_gmail.com]
CPU_COUNT increased from 8 to 10? How "big" was the microLPAR to begin with?
Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Jul 06 2006 - 12:15:58 CDT
![]() |
![]() |