Using the Common Storage Summary panel
The Common Storage Summary panel, shown in the following figure, displays the total amount of common storage that is currently in use (that is, storage for which a GETMAIN has been issued without a subsequent FREEMAIN).
Common storage is divided into CSA (common service area) and SQA (system queue area) above and below the 16-MB line.
COMMAND ===> SCROLL ===> PAGE
TARGET - EVKCS
--- Commands ---
S - Select (line command) O - Order list by any field name
D - Display allocation detail G - Graph allocated storage
F - Find a name in the list
V - Overview 20% 40% | 40% 20%
B - Bar graph detail CSA--> | | | | | | | <--SQA
ECSA-> | | | | | | | <-ESQA
*
Name X ASID CSA ECSA SQA ESQA Total %
------------------------------------------------------------------------------
*SYSTEM* * 0 152936 11888712 1051696 8551472 21644816 27.00
*MASTER* 1 111216 4292208 98848 3091640 7593912 9.47
CNMNETE 77 22816 3332960 0 5656 3361432 4.19
XTSTKCAS 100 864 3204592 0 768 3206224 4.00
DC$TCPIE 103 136 3026616 0 7272 3034024 3.78
TCPIP 111 136 3019376 0 2472 3021984 3.77
DC$PAS 83 13168 2718656 0 2368 2734192 3.41
DC$BCSS 69 88888 2458528 2416 26112 2575944 3.21
DC$BBIE 27 33096 2531088 0 8800 2572984 3.21
XTSTKPAS 102 17392 2111216 0 3360 2131968 2.66
XTSTQPAS 105 17056 2025968 0 2976 2046000 2.55
XTST7PAS 160 17056 1969264 0 2368 1988688 2.48
DB2KMSTR 452 33200 1657640 896 112984 1804720 2.25
RRS 35 272 1681328 0 2416 1684016 2.10
DB2KDIST 117 136 1494472 64 5960 1500632 1.87
DC$ESTR 74 29224 1109000 0 1424 1139648 1.42
SVOS6 81 60792 809224 0 672 870688 1.09
XTSTQCAS 106 864 836800 0 896 838560 1.05
WLM 12 0 109728 0 721280 831008 1.04
XCFAS 6 0 1728 1480 804352 807560 1.01
DC$CAS 82 1000 804824 0 768 806592 1.01
Each unique job name/ASID combination to which storage is attributed is represented by a row on the screen. The screen is initially sorted in descending order by the Total allocated storage column. An asterisk (*) appears above that column.
The following table shows the tasks you can perform from the Common Storage Summary panel.
To perform this action | Type this command | For more information, see |
---|---|---|
Find the summary line for a job name | F name where name is the job name that you want to find | not applicable |
Order (sort) on output column | O name where name is the output column that you want to order | |
Graph common storage areas allocated by individual address spaces | G | |
Summarize the status of the COMMON STORAGE MONITOR data collector | STAT (Only used when CSMON collects the data.) | |
Display detail allocation data | DETAIL (D) or S (line command) | |
Summarize common storage usage | OVER |
The Common Storage Summary panel contains the following output fields:
Field | Description |
---|---|
CSA | size of the Common Service Area (CSA) and the percentage currently allocated |
ECSA | size of the Extended Common Service Area (ECSA) and the percentage currently allocated |
SQA | size of the System Queue Area (SQA) and the percentage currently allocated |
ESQA | size of the Extended System Queue Area (ESQA) and the percentage currently allocated The percentage allocated does not include fragmented available storage. The OVER command provides fragmentation information. |
Name | name of the address space (job, TSO user ID, and so on) to which ownership of the storage is attributed When IBM VSM tracking data is used, this is the name assigned according to the OWNER parameter on the GETMAIN or STORAGE macro. |
X | column where an asterisk (*) indicates that the storage is still allocated but the job that allocated the storage has been terminated |
ASID | address space identifier (in decimals) of the address space that was active when the common storage area was acquired |
Total | total amount of common storage allocated by the address space |
% | percentage of total allocated common storage used by the address space |
Related topic