The statistics listed here belong to the CICS® server (all) resource group.
ID | Description | Default value | Data type |
---|---|---|---|
CS_CALLOC | The current number of allocated EXCI pipes across all CICS servers. | 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_CWAITING | The number of requests currently waiting for a response from a CICS server. | 0 | Integer |
CS_IALLOCFAIL | The number of times the Gateway daemon has tried and failed to allocate a pipe to a CICS server. | 0 | Integer |
CS_IALLREQ | The number of requests to CICS servers (successful and failed) that have been processed. | 0 | Integer |
CS_IAVRESP | The average time taken (in milliseconds) for a connected CICS server to respond to the Gateway daemon over the course of this interval. | 0 | Integer |
CS_ICOMMSFAIL | The number of times communication with a CICS server has failed after a connection has already been established, or when there has been a failure with the link during communication with the server. | 0 | Integer |
CS_ICONNFAIL | The number of times an attempt to connect to a CICS server has failed. | 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_IIDLETIMEOUT | The number of times a connection to a CICS server has timed out. | 0 | Integer |
CS_ILIST | The list of CICS servers to which requests have been sent. | <empty string> | String |
CS_ILOSTCONN | The number of times an established connection with a CICS server has been lost. | 0 | Integer |
CS_IREALLOC | The number of times that a worker thread has to deallocate its existing pipe and reallocate a new pipe because the existing pipe points to a different CICS server from that required by the request. This statistic applies only when the environment variable CTG_PIPE_REUSE is set to ONE. Cases where the pipe for the worker thread was deallocated and reallocated because the CICS server was not available are excluded. | 0 | Integer |
CS_IREQDATA | The amount of request data (in bytes) sent to connected CICS servers. This amount includes both application and CICS protocol data. | 0 | Long |
CS_IRESPDATA | The amount of response data (in bytes) received from connected CICS servers. This amount includes both application and CICS protocol data. | 0 | Long |
CS_ISESSFAIL | The number of failures on IPIC sessions to CICS servers. | 0 | Integer |
CS_LALLOCFAIL | The number of times the Gateway daemon has tried and failed to allocate a pipe to a CICS server. | 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_LCOMMSFAIL | The number of times communication with a CICS server has failed after a connection has already been established, or when there has been a failure with the link during communication with the server. In EXCI, a pipe was available but the request failed. | 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_LREALLOC | The number of times that a worker thread has to deallocate its existing pipe and reallocate a new pipe because the existing pipe points to a different CICS server from that required by the request. | 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 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 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_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_SLOGONLIM | The maximum EXCI pipe allocation for each MVS™ address space. This value is the equivalent to the CICS subsystem initialization parameter LOGONLIM. | 100 | Integer |
CS_SNETNAME | The NETNAME of the specific pipe used for EXCI calls or empty string if generic pipes are being used. The NETNAME is defined by the environment variable DFHJVPIPE. | <empty string> | String |