Hello Vikram, if you are working on a monitoring solution for tomcat I suggest you take a look at moskito: http://www.moskito.org.
regards Leon On Thu, Aug 15, 2013 at 3:42 AM, Vikram Jain <rahulvi...@gmail.com> wrote: > 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 >