Figure 79 shows the format of the Temporary Storage Main -- Storage Subpools Report. This report is produced using the EXEC CICS® COLLECT STATISTICS STORAGE command. The statistics data is mapped by the DFHSMDDS DSECT. The field headings and contents are described in Table 203.
Applid IYK2Z1V1 Sysid CJB1 Jobname CI07CJB1 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 51
Temporary Storage Main - Storage Subpools Report
Subpool Initial Getmain Freemain Current Current Current % of Peak
Name Location Access Free Requests Requests Elements Element Stg Page Stg DSA Page Stg
__________________________________________________________________________________________________________________________________
TSMAIN ECDSA CICS 0K 0 0 0 0 0K 0.00% 0K
TSMN0064 ???? ???? 0K 0 0 0 0 0K 0.00% 0K
TSMN0128 ???? ???? 0K 0 0 0 0 0K 0.00% 0K
TSMN0192 ???? ???? 0K 0 0 0 0 0K 0.00% 0K
TSMN0256 ???? ???? 0K 0 0 0 0 0K 0.00% 0K
TSMN0320 ???? ???? 0K 0 0 0 0 0K 0.00% 0K
TSMN0384 ???? ???? 0K 0 0 0 0 0K 0.00% 0K
TSMN0448 ???? ???? 0K 0 0 0 0 0K 0.00% 0K
TSMN0512 ???? ???? 0K 0 0 0 0 0K 0.00% 0K
__________________________________________________________________________________________________________________________________
Totals 0 0 0 0 0K
Field Heading | Description |
---|---|
Temporary Storage | |
Subpool Name | The name of the temporary storage main subpool.
Source field: SMDSPN |
Location | The abbreviated name of the CICS dynamic storage
area in which the subpool resides. ???? means that there has been no temporary
storage main activity for this subpool.
Source field: SMDDSANAME |
Access | The storage key of the subpool. This can
be either CICS (key 8) or USER (key 9). ???? means that there has been no temporary
storage main activity for this subpool.
Source field: SMDACCESS |
Initial Free | The total number of kilobytes of the elements
that are initially allocated when the subpool is preallocated.
Source field: SMDIFREE |
Getmain Requests | The number of GETMAIN requests issued for
this subpool.
Source field: SMDGMREQ |
Freemain Requests | The number of FREEMAIN requests issued for this subpool.
Source field: SMDFMREQ |
Current Elements | The number of elements left after FREEMAIN requests;
that is, it is the difference between the number of GETMAIN and FREEMAIN requests.
Source field: SMDCELEM |
Current Element Stg | The amount of storage in bytes of the current elements.
Source field: SMDCES |
Current Page Stg | The current amount of page storage in kilobytes for
this subpool.
Source field: SMDCPS |
% of DSA | The current element storage of the subpool as a percentage
of the DSA in which it resides.
Source field: ((SMDCPS / dsasize) * 100) |
Peak Page Stg | The peak amount of page storage in kilobytes for this
subpool.
Source field: SMDHWMPS |