!--a11y-->
Application Threads Pool 
The Application Thread Manager is responsible for handling application threads. For more information, see Thread System in the Administration Manual.
Dispatcher
Monitored Unit |
Description |
ActiveThreadsCount |
The number of threads from the thread pool which are executing a Runnable task pool |
CurrentThreadPoolSize |
The current number of threads created in the thread pool |
InitialThreadPoolSize |
The initial size of the thread pool |
MaximumThreadPoolSize |
The maximum size of the thread pool |
ThreadPoolIncrementStep |
The step by which the thread pool is incremented when new threads need to be created in it |
ThreadPoolPercentageUsage |
The current usage of the thread pool, in percentage |
WaitingTasksCount |
The number of Runnable tasks waiting for available thread from the thread pool to be executed |
WaitingTasksQueueOverflow |
The number of threads waiting to deposit a Runnable task in the request queue if it is full |
WaitingTasksQueueSize |
The capacity of the request queue where the tasks waiting for execution are stored |
