Worker thread statistics

The statistics listed here belong to the worker thread resource group.

Note: All these statistics include web services work.
Table 1. Worker thread statistics
ID Description Default value Data type
WT_CALLOC The current number of worker threads that are processing requests. 0 Integer
WT_CCURR The current number of worker threads created. 0 Integer
WT_IALLOCHI The peak number of worker threads concurrently in use. This number represents a high water mark for WT_CALLOC. <WT_CALLOC> Integer
WT_ITIMEOUTS The number of times a worker thread could not be allocated within the defined workertimeout length of time. 0 Integer
WT_LTIMEOUTS The number of times a worker thread could not be allocated 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.