threadpool - Monitor idle threads in Tomcat -


is there quick way monitor total no of idle threads in tomcat thread pool in runtime?

something useful :

say suppose total of threads in thread pool : (m + n) , see :  num of working threads : m  num of idle threads : n 

i understand, if attach agent yourkit, jmx - achieved. other can dump info @ intervals?

thanks in advance !

you can use tomcat manager app (in-built) same.


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -