Search code examples
javatomcatjmxmbeans

List all registered JMX Beans


Can anyone give a hint on how to retrieve all registered JMX Beans within a java application. I can use an application motitoring tool such as jconsole where I can see all my managed beans but what I'm looking for is an out-of-the-box tool that gives managed beans in a text-style list.

Note: I'm runnig a web app hosted in a Tomcat AS.


Solution

  • JMXTerm seems to be the tool you are looking for.