On apache side i assume we are talking about worker MPM.
I usually do it with ps -eLf | grep apache ( or what ever user apache is
running on )

or

enable "server-status" in the apache config and hit
https://yourserver/server-status. this will even give u the state of thread.

On Wed, Sep 16, 2009 at 3:03 PM, Roger David Powers <prog...@yahoo.com>wrote:

> The 'manager' web app status page gives the number of
> threads in use by connector.
>
> Try hitting http://a.b.c.d/manager/status to bring up
> this page.
>
> I've also used JMX and jconsole to monitor such things.
> I used chapter 16 of "Professional Apache Tomcat 6" as
> a reference of how to use JMX with Tomcat.
>
> Can't help w/ the Apache side.
>
> RDP
>
> --- On Mon, 9/7/09, keeplearning <p_sodh...@yahoo.com> wrote:
>
> > From: keeplearning <p_sodh...@yahoo.com>
> > Subject: Number of threads
> > To: users@tomcat.apache.org
> > Date: Monday, September 7, 2009, 5:50 PM
> >
> > How do I know how many threads are being used during a test
> > run (both tomcat
> > and apache)? We used to have some tools for that but not
> > currently in the
> > new environment.
> >
> > Thanks in advance
> > --
> > View this message in context:
> http://www.nabble.com/Number-of-threads-tp25336823p25336823.html
> > Sent from the Tomcat - User mailing list archive at
> > Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to