CICS® Transaction Gateway CM statistics use this format for writing SMF records.
Field name | Statistic ID | Description | Type | Offset | Length (bytes) |
---|---|---|---|---|---|
CTG_CM_CALLOC | CM_CALLOC | Currently allocated connection managers | Integer | 0 | 4 |
CTG_CM_CCURR | CM_CCURR | Current number of connection managers | Integer | 4 | 4 |
CTG_CM_CWAITING | CM_CWAITING | Number of connection managers waiting | Integer | 8 | 4 |
CTG_CM_LTIMEOUTS | CM_LTIMEOUTS | Number of times connect timeout reached | Integer | 12 | 4 |
CTG_CM_SINIT | CM_SINIT | Initial number of connection managers | Integer | 16 | 4 |
CTG_CM_SMAX | CM_SMAX | Maximum number of connection managers | Signed Integer | 20 | 4 |
CTG_CM_ITIMEOUTS | CM_ITIMEOUTS | Number of times connect timeout reached | Integer | 24 | 4 |
CTG_CM_IALLOCHI | CM_IALLOCHI | Peak number of allocated connection manager threads | Integer | 28 | 4 |
CTG_CM_ICREATED | CM_ICREATED | Number of connection manager threads created | Integer | 32 | 4 |
CTG_CM_IALLOC | CM_IALLOC | Number of times a connection manager thread was allocated | Integer | 36 | 4 |
CTG_CM_LALLOC | CM_LALLOC | Number of allocations for connection manager threads representing the number of connections that have been established from remote clients. | Integer | 40 | 4 |
Reserved | 44 | 4 |