nerdexam
IBM

000-221 · Question #93

An LPAR has 32 CPUs, and is reporting hundreds of page-ins and page-outs per second. At what level of paging should the administrator become concerned?

The correct answer is C. Above 10 pages per CPU per second. AIX paging concern thresholds scale with CPU count, so the standard guideline is 10 pages per CPU per second rather than a fixed absolute value.

Performance Monitoring and Tuning

Question

An LPAR has 32 CPUs, and is reporting hundreds of page-ins and page-outs per second. At what level of paging should the administrator become concerned?

Options

  • AAbove the size of the paging space size in 4KB pages
  • BAbove 50 pages per second
  • CAbove 10 pages per CPU per second
  • DAbove 10 pages per GB of allocated memory per second
  • EAbove the number of paging space disks

How the community answered

(28 responses)
  • B
    7% (2)
  • C
    86% (24)
  • D
    4% (1)
  • E
    4% (1)

Why each option

AIX paging concern thresholds scale with CPU count, so the standard guideline is 10 pages per CPU per second rather than a fixed absolute value.

AAbove the size of the paging space size in 4KB pages

Paging space size in 4KB pages is a capacity metric, not a performance rate threshold, and has no defined relationship to when paging rates become problematic.

BAbove 50 pages per second

A flat 50 pages per second ignores CPU count entirely, making it meaninglessly restrictive for large LPARs and too permissive for small ones.

CAbove 10 pages per CPU per secondCorrect

IBM AIX performance guidelines define the paging concern threshold as 10 pages per CPU per second, which scales the threshold proportionally to the system's processing capacity. For this 32-CPU LPAR, that yields a 320 pages-per-second threshold, providing a CPU-relative baseline that accounts for the system's workload capacity rather than an arbitrary fixed number.

DAbove 10 pages per GB of allocated memory per second

IBM's paging concern guideline is CPU-relative, not memory-relative; allocated memory size is not the scaling factor used in AIX performance tuning standards.

EAbove the number of paging space disks

The number of paging space disks is a storage configuration value that affects throughput capacity, not a defined rate threshold for performance concern.

Concept tested: AIX paging performance threshold per CPU

Source: https://www.ibm.com/docs/en/aix/7.3?topic=performance-monitoring-tuning-guide

Topics

#paging#memory performance#page-ins#performance thresholds

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice