jmxtrans

Connect to JVMs and query their attributes via JMX

brewmacoslinux
Try with needOr install directly
Source

About

Tool to connect to JVMs and query their attributes

Commands

jmxtrans

Examples

Start jmxtrans with a configuration file to monitor JVM metrics$ jmxtrans -f /etc/jmxtrans/jmxtrans.json
Run jmxtrans in the foreground for debugging purposes$ jmxtrans -f /path/to/config.json -v
Query a specific JVM's memory metrics and output to a file$ jmxtrans -f monitoring-config.json > /var/log/jmxtrans.log