nerdexam
IBM

000-221 · Question #16

Given the following characteristics, tuning which resource will provide the greatest benefit? CPU=80% busy Physical Memory=90% used Disks=80% busy Network=80% used File systems are 90%full.

The correct answer is C. Disks. When multiple resources are near saturation, the resource whose improvement produces cascading relief across other subsystems should be tuned first - in this scenario the disk I/O bottleneck compounds with near-full filesystems.

Performance Monitoring and Tuning

Question

Given the following characteristics, tuning which resource will provide the greatest benefit? CPU=80% busy Physical Memory=90% used Disks=80% busy Network=80% used File systems are 90%full.

Options

  • AMemory
  • BNetwork
  • CDisks
  • DFilesystems

How the community answered

(40 responses)
  • A
    8% (3)
  • B
    3% (1)
  • C
    78% (31)
  • D
    13% (5)

Why each option

When multiple resources are near saturation, the resource whose improvement produces cascading relief across other subsystems should be tuned first - in this scenario the disk I/O bottleneck compounds with near-full filesystems.

AMemory

While memory at 90% is high and causes paging, adding memory addresses only the paging component of disk I/O; the remaining disk busy load from filesystem operations and application I/O would keep disks heavily utilized.

BNetwork

Network at 80% utilization is not the highest single metric and does not compound with other subsystems in the way disk I/O and filesystem fullness interact.

CDisksCorrect

Disks at 80% busy combined with filesystems at 90% full represents a compounded I/O bottleneck - near-full filesystems cause fragmentation and inefficient allocation, increasing the I/O burden on already-saturated disks. Additionally, physical memory at 90% used drives active paging to disk, meaning disk improvements simultaneously relieve paging pressure, reducing the impact of the memory constraint as well.

DFilesystems

Filesystem fullness at 90% is a capacity symptom of the disk subsystem; tuning the disk subsystem directly (choice C) addresses both the I/O busy percentage and the capacity issue simultaneously.

Concept tested: AIX performance bottleneck identification and disk I/O tuning

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

Topics

#performance bottleneck analysis#disk I/O#resource utilization#tuning priority

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice