000-221 · Question #158
Which command can be used to monitor I/O activity?
The correct answer is D. vmstat. On AIX, vmstat reports virtual memory, paging, and disk I/O activity, making it a standard tool for monitoring overall system I/O alongside CPU and memory.
Question
Which command can be used to monitor I/O activity?
Options
- Acpio
- Balstat
- Ciostat
- Dvmstat
How the community answered
(15 responses)- B7% (1)
- C7% (1)
- D87% (13)
Why each option
On AIX, vmstat reports virtual memory, paging, and disk I/O activity, making it a standard tool for monitoring overall system I/O alongside CPU and memory.
cpio is a file archiving and copy utility used for backup and restore operations, not a performance monitoring tool.
alstat is not a standard AIX system monitoring command and has no role in I/O performance analysis.
While iostat does exist on some AIX systems for disk statistics, vmstat is the primary and most broadly applicable command cited for monitoring I/O activity in this context.
The vmstat command on AIX provides a comprehensive view of system activity including disk I/O wait statistics, page-in and page-out rates, and block device throughput. It is widely used to identify I/O bottlenecks by examining fields such as wa (I/O wait) in the CPU column and bi/bo (blocks in/out) in the I/O section.
Concept tested: AIX performance monitoring command for I/O activity
Source: https://www.ibm.com/docs/en/aix/7.3?topic=v-vmstat-command
Topics
Community Discussion
No community discussion yet for this question.