nerdexam
IBM

000-221 · Question #50

In the following output, what do the ec and pc columns mean?

The correct answer is B. Physical processors consumed and entitled capacity consumed. In AIX LPAR performance output from tools such as lparstat, 'pc' represents physical processors consumed and 'ec' represents entitled capacity consumed, both expressed as fractions of a physical processor.

Performance Monitoring and Tuning

Question

In the following output, what do the ec and pc columns mean?

Exhibit

000-221 question #50 exhibit

Options

  • AProgram counter and entitled CPUs
  • BPhysical processors consumed and entitled capacity consumed
  • CProcessor count and extra cores
  • DPages compressed and elapsed context switches
  • EPool compression and external compression

How the community answered

(41 responses)
  • A
    2% (1)
  • B
    78% (32)
  • C
    2% (1)
  • D
    5% (2)
  • E
    12% (5)

Why each option

In AIX LPAR performance output from tools such as lparstat, 'pc' represents physical processors consumed and 'ec' represents entitled capacity consumed, both expressed as fractions of a physical processor.

AProgram counter and entitled CPUs

Program counter is an internal CPU register concept unrelated to LPAR performance reporting, and 'entitled CPUs' is not a standard column label in AIX performance tools.

BPhysical processors consumed and entitled capacity consumedCorrect

On AIX systems running in shared processor LPAR mode, 'pc' (physical processors consumed) shows the actual physical CPU cycles used by the partition, while 'ec' (entitled capacity consumed) shows utilization relative to the partition's assigned entitlement. These two columns together reveal whether a partition is using more or less than its guaranteed share of the shared processor pool.

CProcessor count and extra cores

Processor count and extra cores describe static configuration values, not the dynamic consumption metrics that AIX continuously reports for shared LPAR environments.

DPages compressed and elapsed context switches

Pages compressed and elapsed context switches are memory and scheduler metrics tracked under different column names in AIX performance output, not under pc and ec.

EPool compression and external compression

Pool compression and external compression are not valid AIX LPAR performance metric names and do not correspond to any standard lparstat or topas output columns.

Concept tested: AIX LPAR shared processor performance metrics pc and ec

Source: https://www.ibm.com/docs/en/aix/7.3?topic=l-lparstat-command

Topics

#lparstat#entitled capacity#physical processors#LPAR metrics

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice