JMX Console

This add-on provides a web UI to monitor and manage the application components through the standard Java Management Extensions (JMX) API. It is a convenient alternative to such tools as JConsole or VisualVM.

The JMX Console view shows all MBeans registered in the JVM of the application. A user can view and change MBean attributes and invoke operations.

Installation

For automatic installation through Jmix Marketplace, follow instructions in the Add-ons section.

For manual installation, add the following dependency to your build.gradle:

implementation('io.jmix.jmxconsole:jmix-jmxconsole-starter')