Thread pool counters

Name Key Description Granularity Type Level
Thread creates threadPoolModule.threadCreates Total number of threads created Per thread pool CountStatistic Low
Thread destroys threadPoolModule.threadDestroys Total number of threads destroyed Per thread pool CountStatistic Low
Active threads threadPoolModule.activeThreads The number of concurrently active threads Per thread pool RangeStatistic High
Pool size threadPoolModule.poolSize Average number of threads in pool Per thread pool BoundedRangeStatistic High
Percent maxed threadPoolModule.percentMaxed Average percent of the time that all threads are in use Per thread pool RangeStatistic High

 

See Also

Performance data organization