Version: v1.2.1
This plugin allows a server admin to gather Statistics on their minecraft server
These statistics are exported through JMX. Meaning you get all the JVM level
statistics as well as the minecraft specific statistics. This can then be imported
into a monitoring application
Plugin is hosted on GitHub https://github.com/dkhenry/Minecraft-JMX-Plugin
You can download the most recent compiled jar from BukkitDev
Any Server Administrator who is interested can have their Server added to my Instance of performanceondemand.com
Send me an PM and I will get you set up with access. It will give you nice graphs and reports from these stats
Just drop the .jar file in your plugins directory. the plugin takes care of starting the PlatformMbean Server.
On first run it will make a MineJMX.properties file. Edit this file and change the username , password and port
You can then connect to the JMX serving using JConsole MX4J or any other JMX client
The default connection string is
service:jmx:rmi:///jndi/rmi://<Your IP>:9999/jmxrmi
If you are trying to connect to the server that is behind a NAT then you will need to add an additional field to the config file the hostname field needs to be set to your public IP address. Also you will need to forward the JMX port thropugh your router.
Version 1.2.1
Version 1.1.1
Version 1.1.0
Version 1.0.1
Version 1.0.0
Version 0.0.2
Version 0.0.1