The statistics are described in detail in the DFHNCS4D data area.
The individual fields have the following meanings.
Statistic name | Field | Description |
---|---|---|
Structure: | ||
Lists | ||
S4NAME | Full name of list structure | |
S4PREF | First part of structure name | |
S4POOL | Pool name part of structure name | |
S4CNNAME | Name for connection to structure | |
S4CNPREF | Prefix for connection name | |
S4CNSYSN | Own MVS™ system name from CVTSNAME | |
Size | S4SIZE | Current allocated size for the list structure. |
Max size | S4SIZEMX | Maximum size to which this structure could be altered. |
Entries | ||
In Use | S4ENTRCT | Number of entries currently in use. |
Max Used | S4ENTRHI | Maximum number of entries in use (since last reset). |
Min Free | S4ENTRLO | Minimum number of free entries (since last reset). |
Total | S4ENTRMX | Total entries in the currently allocated structure (initially set at structure connection time and updated on completion of any structure alter request). |
Requests | ||
Create | S4CRECT | Create counter |
Get | S4GETCT | Get and increment counter |
Set | S4SETCT | Set counter |
Delete | S4DELCT | Delete counter |
Inquire | S4KEQCT | Inquire KEQ |
Browse | S4KGECT | Inquire KGE |
Responses | ||
Asynch | S4ASYCT | Number of requests for which completion was asynchronous. |
Unavail | S4RSP9CT | Structure temporarily unavailable, for example during rebuild. |
Normal | S4RSP1CT | Number of normal responses. |
Not Fnd | S4RSP2CT | The specified entry (table or item) was not found. |
Vers Chk | S4RSP3CT | A version check failed for an entry being updated, indicating that another task had updated it first. |
List Chk | S4RSP4CT | A list authority comparison failed, usually meaning that the table is in the process of being deleted. |
Str Full | S4RSP5CT | The list structure became full. |
I/O Err | S4RSP6CT | Some other error code was returned by IXLLIST. |