THREAD_POOL_GROUPS Table
THREAD_POOL_GROUPS provides information about a thread group.
Field |
Description |
|---|---|
GROUP_ID |
Thread group ID |
CONNECTIONS |
Number of connections in a thread group. The value increases by 1 when a connection is set up. |
THREADS |
Number of threads in a thread group, including active, waiting, and idle threads. |
ACTIVE_THREADS |
Number of active threads in a thread group. The value:
|
STANDBY_THREADS |
Number of waiting threads in a thread group.
|
QUEUE_LENGTH |
Total length of the priority queue and common queue in a thread group, that is, the number of tasks waiting to be processed in the thread group. The value:
|
HAS_LISTENER |
Whether a listener thread exists in a thread group. Possible cases:
|
IS_STALLED |
Whether a thread group is stalled. If neither the common queue nor the priority queue is empty, and no new task is put into the queues or no task is pulled out for processing in a period of time, the thread group is stalled. Possible cases:
|