https://issues.apache.org/bugzilla/show_bug.cgi?id=57004

            Bug ID: 57004
           Summary: Get number of stuck threads from
                    StuckThreadDetectionValve through jmx
           Product: Tomcat 8
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: jiri.pejc...@gmail.com

It would be nice if the number of stuck threads reported by
StuckThreadDetectionValve was available through jmx (e.g. stuckThreadCount).

The number of stuck threads is stored in the stuckCount variable. However there
is no jmx attribute for it, there is only getter for stuckThreadIds which is
long[].


I usually use tool like jmxtrans to get the value and plot a graph with
graphite.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to