System Storage Analysis

Specifics - System storage analysis:

This is a deeper dive into storage information. These details can be used to better determine storage issues.


The storage subsystem analysis should be done top down:


Helpful ESAMON screens/ESAMAP reports:


ESAMDC - Shows minidisk cache activity.

?

  • Avg - This shows the average minidisk caching storage. Watch for large changes.
  • Stls - This shows page steals. This is when the storage subsystem takes pages from MDC. If this number grows, it would indicate a storage issue.

  • ESAVDSK - Shows VDISK paging activity.

    ?

  • AddSpc Pages - This shows the average virtual disk space in pages that have been allocated.
  • Resident - This shows the number of address space pages that are resident. Watch the resident pages for large changes.

  • ESADCSS - Shows NSS/DCSS paging activity.

    ?

  • <2GB >2GB - This shows how many pages are in storage for DCSS/NSS segments.
  • Page Rates/Second/Stolen - This shows the number of pages stolen from an NSS/DCSS. This is a problem.
  • Reserved DScan Count - This shows the number of times a demand scan could not move frames. This could also indicate an issue.

  • ESAFREE - Shows free storage analysis information.

    ?

  • Requests - Defer Task - This shows the number of unsatisfied free storage requests. If there are more than two requests deferred, the storage available is insufficient.

  • ESAME - Shows memory extention analysis information - free list replenishment and contention for frames.

    ?

  • Deferred Tasks - This shows CP deffered tasks waiting for a page frame. This indicates a storage shortage.
  • Emergency Page Steals/Sec - These show the number of pages harvested in an emergency pass. This also indicates a storage shortage. If pages are harvested from NSS/DCSS's, this will impact monitor applications severely.
  • Demand Scan/Sec - This shows the evolution of demands - a first pass, a second pass, then an emergency pass. The numbers should usually be 0. If they show more than 2, then there is a severe storage shortage.

  • ESAASPC - Shared Address Space Analysis - Shows configuration, utilization and paging activity for shared address spaces

    ?

  • Pages per Second Stolen - This shows the number of pages stolen from the address space. This also indicates a storage shortage.

  • Back to top of page
    Back to Flow Chart main page