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.
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)- A8% (3)
- B3% (1)
- C78% (31)
- D13% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.