Each CICS Transaction Gateway statistics record has one instance, except for CSx statistics for EXCI and IPIC, for which multiple instances of the records occur in one SMF record, because each server has one CSx statistics record uniquely identified by the netname of the server. The server name that is configured in the configuration file (CTG_CSx_SININAME) is unique for each CSx statistics record. If the server name contains one or more underscore characters (_), they are replaced by minus characters (-).
One record is written in an SMF interval, when the data collected is less than 30 KB. If the data exceeds 30 KB, multiple records are written. Correlation of multiple SMF records is achieved using the COLTIME field, in the product section data structure, because this is unique for each interval.
Field name | Statistic ID | Description | Type | Offset | Length (bytes) |
---|---|---|---|---|---|
CTG_CSx_SININAME | Not applicable | CICS server name | String | 0 | 8 |
CTG_CSx_IREQDATA | CSx_IREQDATA | Amount of CICS request data | Integer | 8 | 8 |
CTG_CSx_LREQDATA | CSx_LREQDATA | Amount of CICS request data | Integer | 16 | 8 |
CTG_CSx_IRESPDATA | CSx_IRESPDATA | Amount of CICS response data | Integer | 24 | 8 |
CTG_CSx_LRESPDATA | CSx_LRESPDATA | Amount of CICS response data | Integer | 32 | 8 |
CTG_CSx_IALLREQ | CSx_IALLREQ | Number of requests processed | Integer | 40 | 4 |
CTG_CSx_LALLREQ | CSx_LALLREQ | Number of requests processed | Integer | 44 | 4 |
CTG_CSx_ICONNFAIL | CSx_ICONNFAIL | Number of connection failures | Integer | 48 | 4 |
CTG_CSx_LCONNFAIL | CSx_LCONNFAIL | Number of lost connections | Integer | 52 | 4 |
CTG_CSx_ILOSTCONN | CSx_ILOSTCONN | Number of lost connections | Integer | 56 | 4 |
CTG_CSx_LLOSTCONN | CSx_LLOSTCONN | Number of lost connections | Integer | 60 | 4 |
CTG_CSx_IIDLETIMEOUT | CSx_IIDLETIMEOUT | Number of timed out connections | Integer | 64 | 4 |
CTG_CSx_LIDLETIMEOUT | CSx_LIDLETIMEOUT | Number of timed out connections | Integer | 68 | 4 |
CTG_CSx_SIPADDR | CSx_SIPADDR | CICS server TCP/IP address | String | 72 | 104 |
CTG_CSx_SIPPORT | CSx_SIPPORT | CICS server TCP/IP port | Integer | 176 | 4 |
CTG_CSx_CSESSCURR | CSx_CSESSCURR | Number of IPIC sessions in use | Integer | 180 | 4 |
CTG_CSx_ CSESSMAX | CSx_ CSESSMAX | Number of negotiated IPIC sessions | Integer | 184 | 4 |
CTG_CSx_ SSESSMAX | CSx_ SSESSMAX | Number of requested IPIC sessions | Integer | 188 | 4 |
CTG_CSx_LSESSFAIL | CSx_LSESSFAIL | Number of IPIC session failures | Integer | 192 | 4 |
CTG_CSx_ISESSFAIL | CSx_ISESSFAIL | Number of IPIC session failures | Integer | 196 | 4 |
CTG_CSx_SPROTOCOL | CSx_SPROTOCOL | CICS server protocol | String | 200 | 8 |
CTG_CSx_LCOMMSFAIL | CSx_LCOMMSFAIL | Number of CICS communication failures | Integer | 208 | 4 |
CTG_CSx_ICOMMSFAIL | CSx_ICOMMSFAIL | Number of CICS communication failures | Integer | 212 | 4 |
CTG_CSx_CWAITING | CSx_CWAITING | Number of requests waiting on a response | Integer | 216 | 4 |
CTG_CSx_IAVRESP | CSx_IAVRESP | Average CICS response time | Integer | 220 | 4 |
CTG_CSx_LAVRESP | CSx_LAVRESP | Average CICS response time | Integer | 224 | 4 |
CTG_CSx_CAPPLIDQ | CSx_CAPPLIDQ | APPLID qualifier of the connected CICS server | String | 228 | 8 |
CTG_CSx_CAPPLID | CSx_CAPPLID | APPLID of the connected CICS server | String | 236 | 8 |
Reserved | 244 | 4 |