QuestionQ7

Performance Management and Tuning

Which command gives an overview of memory and paging-space usage to identify memory bottlenecks caused by excessive paging?

  • A ps -mem all
  • B memstat -a
  • C svmon -G
  • D lsps -a
Explanation

In AIX, svmon -G displays global, system-wide statistics for real memory and paging space in use. Its output provides the memory and paging-space overview required to assess paging-related memory pressure.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!