Enabling JMX for Joule
Activate JMX monitoring for Joule with configurable settings
Overview
This article explains how to enable JMX for monitoring the Joule process.
Various monitoring tools compatible with JMX are recommended at the end of the article for enhancing the user experience.
Enabling JMX
JMX is off by default due to runtime overhead, but can be activated by applying specific configurations to the Joule process execution path.
The following snippet shows this configuration and will enable tools to directly connect to the Joule process:
As a baseline example, the use case projects provide a Joule start script which contain JMX setting to enable process monitoring.
This can be found with the bin/startJoule.sh
file.
Learn about how to use the monitoring and management using JMX technology
Tool recommendation
Any monitor tools that supports JMX can be used. We recommend some of these tools:
Further tools can be researched through BetterStack
Last updated