nerdexam
IBM

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.

Performance Monitoring and Tuning

Question

Which command can be used to monitor I/O activity?

Options

  • Acpio
  • Balstat
  • Ciostat
  • Dvmstat

How the community answered

(15 responses)
  • B
    7% (1)
  • C
    7% (1)
  • D
    87% (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.

Acpio

cpio is a file archiving and copy utility used for backup and restore operations, not a performance monitoring tool.

Balstat

alstat is not a standard AIX system monitoring command and has no role in I/O performance analysis.

Ciostat

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.

DvmstatCorrect

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

#vmstat#I/O monitoring#iostat#performance commands

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice