Connection manager statistics
The statistics listed here belong to the connection manager resource group.
Note: Web services work is not included in these
statistics.
| ID | Description | Default value | Data type |
|---|---|---|---|
| CM_CALLOC | The current number of connection manager threads allocated to clients. | 0 | Integer |
| CM_CCURR | The current number of connection manager threads created. | 0 | Integer |
| CM_CWAITING | The current number of connection managers waiting for a worker thread to become available. | 0 | Integer |
| CM_IALLOC | The number of allocations for connection manager threads representing the number of connections that have been established from remote clients. A low value represents efficient connection reuse. | 0 | Integer |
| CM_IALLOCHI | The peak number of connection manager threads concurrently allocated to client applications. This number represents a high water mark for CM_CALLOC. | <CM_CALLOC> | Integer |
| CM_ICREATED | The number of connection manager threads created. | 0 | Integer |
| CM_ITIMEOUTS | The number of times that the Gateway daemon failed to allocate a connection manager thread to a client application within the defined connecttimeout length of time. | 0 | Integer |
| CM_LALLOC | The number of allocations for connection manager threads representing the number of connections that have been established from remote clients. A stable value represents efficient connection reuse. | 0 | Integer |
| CM_LTIMEOUTS | The number of times that the Gateway daemon failed to allocate a connection manager thread to a client application within the defined (connecttimeout) length of time. | 0 | Integer |
| CM_SINIT | The initial number of connection manager threads initconnect created by the Gateway daemon. | 0 | Integer |
| CM_SMAX | The maximum number of connection manager threads maxconnect that can possibly be created and allocated by the Gateway daemon. | 0 | Integer Note: A value of -1 indicates no limit.
|