The statistics listed here belong to the worker thread resource group.
ID | Description | Default value | Data type |
---|---|---|---|
WT_CALLOC | The current number of worker threads that are being used by connection managers. Another way of viewing this value is the number of worker threads processing requests. | 0 | Integer |
WT_CCURR | The current number of worker threads created. | 0 | Integer |
WT_IALLOCHI | The peak number of worker threads concurrently allocated to connection manager threads. This number represents a high water mark for WT_CALLOC. | <WT_CALLOC> | Integer |
WT_ITIMEOUTS | The number of times the Gateway daemon failed to allocate a worker thread to a connection manager within the defined workertimeout length of time. | 0 | Integer |
WT_LTIMEOUTS | The number of times the Gateway daemon failed to allocate a worker thread to a connection manager within the defined workertimeout length of time. | 0 | Integer |
WT_SINIT | The initial number of worker threads initworker created by the Gateway daemon. | 0 | Integer |
WT_SMAX | The maximum number of parallel requests maxworker that the Gateway daemon can process. | 0 | Integer A value of -1 indicates no limit. |