Skip to content

redhat-consulting/threadpool-exporter-jmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Replace the jbossweb.sar/META-INF/jboss-beans.xml with the attached, and place the JAR file in jbossweb.sar.

Go into your JMX Consult (http://localhost:8080/jmx-console/). You will see com.rhc in the left menu, and a JMX service called: "service=JmxThreadPoolMonitor"

That will expose the following operations:

       public int getActiveCount();
       public int getCorePoolSize();
       public int getMaximumPoolSize();
       public int getPoolSize();
       public long getTaskCount();
       public int getLargestPoolSize();

About

Exports a Thread Pool's Sizing and Counts to JMX for EAP 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages