Application Threads Pool
The Application Thread Manager is responsible for handling application threads. For more information, see Thread System in the Administration Manual.
Server
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 |
MinimumThreadPoolSize |
The minimum size of the thread pool |
ThreadPoolCapacityRate |
The ratio of current thread pool size to maximum pool size. The outcome is presented as a percentage. |
ThreadPoolUsageRate |
The ratio of active threads count to maximum pool size. The outcome is presented as a 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 |
WaitingTasksUsageRate |
The ratio of the current size of the waiting tasks queue to the maximum configured size. |