The statistics listed here belong to the CICS® server (all) resource group.
ID | Description | Default value | Data type |
---|---|---|---|
CS_CORPHANREQ | The number of requests currently waiting for a response from CICS for which the owning application has timed out or ended. | 0 | Integer |
CS_CREQCURR | The current number of active requests in the Client daemon. The maximum number of active requests is defined by CS_SREQMAX | 0 | Integer |
CS_CSESSCURR | The number of IPIC sessions in use with CICS servers. | 0 | Integer |
CS_CSESSMAX | The number of IPIC sessions negotiated with CICS servers. | 0 | Integer |
CS_CTERM | The current number of installed terminals including EPI, cicsterm and cicsprnt. | 0 | Integer |
CS_CWAITING | The number of requests currently waiting for a response from a CICS server. | 0 | Integer |
CS_ICOUNT | The number of CICS servers to which requests have been sent. This number equals the number of CICS servers in CS_ILIST. | 0 | Integer |
CS_ILIST | The list of CICS servers to which requests have been sent. | <empty string> | String |
CS_ISESSFAIL | The number of failures on IPIC sessions to CICS servers. | 0 | Integer |
CS_LALLREQ | The number of requests to CICS servers (successful and failed) that have been processed. | 0 | Integer |
CS_LAVRESP | The average time taken (in milliseconds) for a connected CICS server to respond to the Gateway daemon over the lifetime of the current Gateway daemon. | 0 | Integer |
CS_LCONNFAIL | The number of times an attempt to connect to a CICS server has failed. | 0 | Integer |
CS_LCOUNT | The number of CICS servers to which requests have been sent. This number equals the number of CICS servers in CS_LLIST. | 0 | Integer |
CS_LIDLETIMEOUT | The number of times a connection to a CICS server has timed out. | 0 | Integer |
CS_LLIST | The list of CICS servers to which requests have been sent. | <empty string> | String |
CS_LLOSTCONN | The number of times an established connection with a CICS server has been lost. | 0 | Integer |
CS_LORPHANREQ | The number of requests that have had to wait for a response from CICS for which the owning application has timed out or ended. | 0 | Integer |
CS_LRESPDATA | The amount of response data (in bytes) received from connected CICS servers. This amount includes both application and CICS protocol data. For Client daemon and IPIC, the data comprises COMMAREA and CICS headers. | 0 | Long |
CS_LREQDATA | The amount of request data (in bytes) sent to connected CICS servers. This amount includes both application and CICS protocol data. For Client daemon and IPIC, the data comprises COMMAREA and CICS headers. | 0 | Long |
CS_LSESSFAIL | The number of failures on IPIC sessions to CICS servers. | 0 | Integer |
CS_LTERMINST | The number of terminal installs processed by the Client daemon including EPI, cicsterm and cicsprnt. Successful and failed requests are included. | 0 | Integer |
CS_LTERMUNINST | The number of terminals uninstalled by the Client daemon including EPI, cicsterm and cicsprnt. An uninstall event might be triggered by an application request or cleanup processing. | 0 | Integer |
CS_SCOUNT | The number of CICS servers defined in the configuration file. | 0 | Integer |
CS_SLIST | The list of all CICS servers defined in the configuration file. | <empty string> | String |
CS_SREQMAX | The defined maximum number of active requests in the Client daemon. For the client this value is the same as the configuration file parameter MAXREQUEST | 0 | Integer |