XQS3D - Shared TS Queue Server storage statistics

    CONTROL BLOCK NAME = DFHXQS3D
    NAME OF MATCHING PLS CONTROL BLOCK = None
    DESCRIPTIVE NAME = CICS TS (XQ) Statistics for server storage.
           Licensed Materials - Property of IBM
            Restricted Materials of IBM 
           5655-Y04
           (C) Copyright IBM Corp. 1995, 2002 
    FUNCTION = XQ Statistics for server main storage usage.
    LIFETIME = N/A
    STORAGE CLASS = N/A
    LOCATION = N/A
           N/A
    NOTES :
       DEPENDENCIES = S/370
       MODULE TYPE = Control block definition
   ---------------------------------------------------------------------
Table 1.
Offset Hex Type Len Name (Dim) Description
(0) STRUCTURE 0 DFHXQS3D , XQ main storage statistics record
(0) FULLWORD 4 S3 (0) Start of record
(0) ADDRESS 2 S3LEN Length of data area
(0) .111 1.11   S3IDE "0123" XQ main storage stats mask
(2) ADDRESS 2 S3ID XQ main storage stats id
(2) .... ...1   S3VERS "X'01'" DSECT version number mask
(4) ADDRESS 1 S3DVERS XQ main storage stats version
(5) BITSTRING 3   Reserved
  These are the statistics returned by the AXM page pool management
  routines for the pools AXMPGANY and AXMPGLOW. Storage in these
  pools is allocated in multiples of 4K pages on a 4K boundary.
  The most frequent use is for segments of LIFO stack storage.
  Storage is initially allocated from the pool using a bit map.
  For faster allocation, free areas are not normally returned to the
  pool but are added to a vector of free chains depending on the size
  of the free area (1 to 32 pages). When storage is being acquired,
  this vector is checked before going to the pool bit map.
  If there are no free areas of the right size and there is not
  enough storage left in the pool, free areas in the vector are put
  back into the pool, starting from the smallest end, until a large
  enough area has been created. This action appears as a compress
  attempt in the statistics. If there is still insufficient storage
  to satisfy the request, the request is failed.
  Statistics for LOC=ANY storage pool.
(8) CHARACTER 8 S3ANYNAM Pool name AXMPGANY
(10) FULLWORD 4 S3ANYSIZ Size of storage pool area
(14) ADDRESS 4 S3ANYPTR Address of storage pool area
(18) FULLWORD 4 S3ANYMX Total pages in the storage pool
(1C) FULLWORD 4 S3ANYUS Number of used pages in the pool
(20) FULLWORD 4 S3ANYFR Number of free pages in the pool
(24) FULLWORD 4 S3ANYLO Lowest free pages (since reset)
(28) FULLWORD 4 S3ANYRQG Storage GET requests
(2C) FULLWORD 4 S3ANYRQF Storage FREE requests
(30) FULLWORD 4 S3ANYRQS GETs which failed to get storage
(34) FULLWORD 4 S3ANYRQC Compress (defragmentation) attempts
  Statistics for LOC=BELOW storage pool.
(38) CHARACTER 8 S3LOWNAM Pool name AXMPGLOW
(40) FULLWORD 4 S3LOWSIZ Size of storage pool area
(44) ADDRESS 4 S3LOWPTR Address of storage pool area
(48) FULLWORD 4 S3LOWMX Total pages in the storage pool
(4C) FULLWORD 4 S3LOWUS Number of used pages in the pool
(50) FULLWORD 4 S3LOWFR Number of free pages in the pool
(54) FULLWORD 4 S3LOWLO Lowest free pages (since reset)
(58) FULLWORD 4 S3LOWRQG Storage GET requests
(5C) FULLWORD 4 S3LOWRQF Storage FREE requests
(60) FULLWORD 4 S3LOWRQS GETs which failed to get storage
(64) FULLWORD 4 S3LOWRQC Compress (defragmentation) attempts
(64) .11. 1...   S3END "*"
(64) .11. 1...   S3CLEN "*-S3LEN" Length of this DSECT