riak_jmx
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Riak JMX Application
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

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。