You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by akshay hiremath <ak...@yahoo.com> on 2011/10/21 14:43:18 UTC

Regarding thread pool utilization monitoring using ThreadPool MBeans

Hi,

I'm using Tomcat 7.0.20.

I'm writing java code for automated Thread utilization monitoring and alert system.


I'm struggling to find the Mbean descriptor for Mbeans under Catalina.ThreadPool.

Can anyone provide any reference?

The big question I've is what the currentThreadCount indicates if these are no. of active threads then what is currentThreadsBusy, also minSpareThreads, maxSpareThreads, acceptorThreadCount.

I tried to find the descriptors in Tomcat Source Code but didn't get any.

Any help on this is really appreciated.



Regards,
Akshay