2 Replies Latest reply on Aug 27, 2012 12:10 PM by taras.tielkes

    JBoss AS 7.1: determining current request activity (a la old /status page in 4.2.2)

    taras.tielkes

      Hi,

       

      I'm interested in knowing the current activity in terms of HTTP requests.

       

      In particular:

      1) How many requests are currently executing (ideally grouped into "waiting for request to complete" versus "waiting for response to complete")

      2) What is the high watermark in terms of concurrently executing requests since startup?

      3) If a thread pool is being used to service requests, what is the maximum it will grow to?

      4) What's the average processing time?

       

      In JBoss 4.2.2, by default, a "/status" URL exposed basic data on current request activity.

      I'm trying to obtain similar data (through JMX or otherwise) from JBoss AS 7.1, but so far not finding much in the official docs.

       

      Is this simply not exposed, or am I looking in the wrong places?

       

      Thanks in advance,

      Taras