Hi Team, I'm Vikram Jain. My first query to Tomcat user group, looking forward to hear from you. :)
I am working on Tomcat monitoring solution for a project and when it comes to monitoring 'Thread usage', I am wondering whether I should be comparing 'currentThreadCount' or 'currentThreadBusy' attribute against 'maxThread' to generate an alert. Is currentThreadBusy the actual represntation of the activeThread count ? If currentThreadCount increases when there is an increase in need of request processing threads and once the requests are processed, whether the currentThreadCount drops ? Please assist. If you find it relevant, please also update the docs to the benefit of other users :) Regards, Vikram