Get active threads from Tomcat thread pool

When to use:

Gets information about the active threads for a given Tomcat thread pool

Query:

          # Tokens: APP_NAME, AGENT_ID, AGENT_PID, SESSION_ID # Get active threads from Tomcat thread Pool {"O":"Catalina:type=Executor,name=tomcatThreadPool","A":"activeCount"}
         
Note: For more information about using tokens, see OEJMX utility .

Result:

Returns 10 as activeCount.


         {"activeCount":
         10}