Re: Current thread count monitoring

2008-05-16 Thread Amit Bhargava
Hi Dave, Thanks for the link. Will try it out. Regards, Amit DaveyS wrote: Hi, You could use a J2EE monitoring solution such as FusionReactor: http://www.fusion-reactor.com/ http://www.fusion-reactor.com/ We have a Demo on our site and you can get lots of feedback including JDBC monitori

Re: Current thread count monitoring

2008-05-16 Thread DaveyS
gt; -- View this message in context: http://www.nabble.com/Current-thread-count-monitoring-tp17229058p17271980.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@t

Re: Current thread count monitoring

2008-05-15 Thread Amit Bhargava
Hi Chuck, Thank you for the clarifications. I guess I'll experiment with perfmon to see what I can dig up... Regards, Amit Caldarale, Charles R wrote: From: Amit Bhargava [mailto:[EMAIL PROTECTED] Subject: Re: Current thread count monitoring My understanding is that '

RE: Current thread count monitoring

2008-05-14 Thread Caldarale, Charles R
> From: Amit Bhargava [mailto:[EMAIL PROTECTED] > Subject: Re: Current thread count monitoring > > My understanding is that 'maxThreads' determines how many > threads will be created by the Connector to deal with > requests. That's the maximum number of thr

Re: Current thread count monitoring

2008-05-14 Thread Amit Bhargava
<[EMAIL PROTECTED]> To: Sent: Wednesday, May 14, 2008 1:43 PM Subject: Current thread count monitoring Hi, I'm new to Tomcat monitoring. I have an installation of Tomcat 5.5 on Windows 2003 server. I am trying to monitor Tomcat using JConsole (part of JDK 6). Could someone please tell m

Re: Current thread count monitoring

2008-05-14 Thread Johnny Kewl
. --- - Original Message - From: "Amit Bhargava" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 14, 2008 1:43 PM Subject: Current thread count monitoring Hi, I'm new to Tomcat monitoring. I have an installation of Tomcat 5.5 on Windows 2003 server. I am trying to monitor Tomcat us

Current thread count monitoring

2008-05-14 Thread Amit Bhargava
Hi, I'm new to Tomcat monitoring. I have an installation of Tomcat 5.5 on Windows 2003 server. I am trying to monitor Tomcat using JConsole (part of JDK 6). Could someone please tell me how I can get the current thread queue length in Tomcat? Regards, Amit -