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
Post a Comment