MONITOR GSTORAGE command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
 
Line 7: Line 7:
</dl>
</dl>
==Syntax==
==Syntax==
<p class="syntax">MONITOR GSTORAGE
<p class="syntax"><b>M</b>ONITOR <b>GS</b>TORAGE</p>
</p>
 
<p>or</p>
<p class="syntax">MONITOR GS
</p>
<p>or</p>
<p class="syntax">M GS
</p>
==Format==
==Format==
<p>MONITOR GSTORAGE displays data in the following format:  </p>
<p>MONITOR GSTORAGE displays data in the following format:  </p>

Latest revision as of 16:26, 13 April 2017

Summary

Privileges
System administrator
Function
The MONITOR GSTORAGE (monitor grande storage) command displays statistics on allocated storage and 1 MB pages.

Syntax

MONITOR GSTORAGE

Format

MONITOR GSTORAGE displays data in the following format:

NAME START SIZE (MB) 1M SIZE PGFIX

Where:

  • NAME - name of the memory object.

    Buffers are allocated in chunks and presented in one line using name "BUFFERS" and accumulated data for all chunks.

  • START - starting address of the memory object. For buffers it is the address of the first chunk.

  • SIZE (MB) - Size in MB of the memory object. For buffers it is the accumulated size of all chunks.

  • 1M SIZE - Size in MB of memory object backed by z/OS 1MB pages.

    For buffers some chunks may be backed by 1MB pages and some by 4K pages, so values in columns SIZE (MB) and 1M SIZE may be different.

  • PGFIX - a letter "Y" in this column indicates the storage is page fixed.

Usage notes

There are three statistical messages printed below the table, indicating the total amount of storage allocated above the bar, total amount of storage allocated with 1MB pages, and total amount of page fixed storage. All amounts are in MB. Data presented by the MONITOR GSTORAGE command represent current values.

Example

The following example shows output from a MONITOR GSTORAGE command, showing the amount of storage that could - and could not - be allocated above the bar and in 1MB pages:

11.238 AUG 26 14.30.43 PAGE 1 NAME START SIZE (MB) 1M SIZE PGFIX RECLTBL 00000048_00100000 1 1 Y CCASERVR 00000048_00C00000 10 10 CCATEMP 00000048_08C00000 118 CCATDBCD 00000048_10300000 1 1 BUFFHASH 00000048_10500000 1 1 Y BUFFCNTL 00000048_10A00000 4 4 CCAAPSY 00000048_1FE00000 2 BUFFERS 00000048_11200000 119 72 Total amount of storage allocated above the bar: 256 Total amount of storage backed by 1 MB pages  : 89 Total amount of storage page fixed  : 2