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

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -