Re: Tomcat monitoring

2005-01-05 Thread Peter Lin
I believe you would have to add those to the Thread MBean. What you see in the status servlet is what is maintained currently. peter On Wed, 05 Jan 2005 13:24:02 -0600, Jess Holle <[EMAIL PROTECTED]> wrote: > I'd like to be able to monitor the maximum requests active (within a > connector threa

Tomcat monitoring

2005-01-05 Thread Jess Holle
I'd like to be able to monitor the maximum requests active (within a connector thread pool) that are used at any time (and reset this maximum). I'd like to be able to monitor the backlog (ala acceptCount) at a given point in time and the maximum to date (and reset this maximum). [I already noti