Multiple choice technology operating systems

Which command can be used to see the size of the free-page list?

  1. SHOW SYSTEM/FULL

  2. MONITOR MEMORY

  3. MONITOR PAGE

  4. SHOW MEMORY/FULL

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The MONITOR PAGE command in OpenVMS provides real-time statistics regarding the system's paging dynamics, including the size of the Free Page List and the Modified Page List. While SHOW MEMORY provides a snapshot, MONITOR is the standard tool for observing these dynamic lists over time.