Skip to content

How to monitor JBoss CPU usage ?

Increadibly useful find regarding jboss AS ,that may help tell me a bit more about some of the issues we are having:

If you want to inspect jBoss Thread CPU’s usage you have a shortcut from the jmx-console,point at the Mbean ServerInfo under the domain jboss.system.

http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.system%3Atype%3DServerInfo

now invoke the operation listThreadCpuUtilization() (i.e push Invoke button)

Credit to here:

www.mastertheboss.com/en/jboss-howto/42-jboss-config/83-jboss-cpu-monitor.html