Re: Tomcat Monitoring - Thread usage - currentThreadCount or currentThreadBusy

2013-08-16 Thread Vikram Jain
Thank you, Christopher. Regards, Vikram On Fri, Aug 16, 2013 at 7:42 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Vikram, > > On 8/14/13 9:42 PM, Vikram Jain wrote: > > I am working on Tomcat monitoring solution for a pro

Re: Tomcat Monitoring - Thread usage - currentThreadCount or currentThreadBusy

2013-08-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vikram, On 8/14/13 9:42 PM, Vikram Jain wrote: > 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' >

Re: Tomcat Monitoring - Thread usage - currentThreadCount or currentThreadBusy

2013-08-15 Thread Leon Rosenberg
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 wrote: > Hi Team, > > I'm Vikram Jain. My first query to Tomcat user group, looking forward to > hear fr

Tomcat Monitoring - Thread usage - currentThreadCount or currentThreadBusy

2013-08-14 Thread Vikram Jain
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' att