Skip to main content

JMX monitoring

Atoti uses the JMX (Java Management Extensions) Technology defined by Oracle (please refer to Oracle JMX for more information), to allow clients to monitor its internal state through managed Java Objects called MBeans.

Once this MBean implementation is enabled it can be connected to and monitored using any client which is able to talk to JMX Technology. Java's client for JMX is called JConsole and is included in the JDK. JConsole is the client that is used in the screenshots throughout this article. You can find all the documentation about configuring and connecting to servers on the Oracle website's JConsole documentation or Java VisualVM documentation.