# riak_jmx **Repository Path**: mirrors_basho/riak_jmx ## Basic Information - **Project Name**: riak_jmx - **Description**: Riak JMX Application - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Hi! Welcome to the exciting world of riak_jmx development. It you want to run the riak_jmx java server outside of the riak_jmx_monitor, try the command below ``` java -server -Dcom.sun.management.jmxremote.authenticate=false \ -Dcom.sun.management.jmxremote.ssl=false \ -Dcom.sun.management.jmxremote.port=41110 \ -jar ./priv/riak_jmx.jar 127.0.0.1 riak 127.0.0.1 ``` The riak_jmx java code usese DynamicMBean populated by a JInterface call to stats. More information on classes used below: https://weblogs.java.net/blog/emcmanus/archive/2006/11/a_real_example.html http://www.erlang.org/doc/apps/jinterface/java/index.html