SimpleStats is a plugin for the Minecraft wrapper Bukkit that allows administrators to track and log various metrics on their server to a database for further analysis. This could be used to create average player graphs, estimate the maximum number of player you server can comfortably hold or to help troubleshoot performance problems.
- Calcuate the number of ticks per second over a configurable interval
- Count the number of players on your server (triggered when a player joins or leaves)
- Track how much memory is being used and is available to the server perodicially.
- All statistics are logged to the database.
- Bukkit Persistence needs to be configured in bukkit.yml
Before installing, you need to make sure you are running at least the latest recommended build for Bukkit. Support is only given for problems when using a recommended build. This does not mean that the plugin will not work on other versions of Bukkit, the likelihood is it will, but it is not supported.
The best way to install SimpleStats is to use the symbolic link to the latest version. This link always points to the latest version of SimpleStats, so is safe to use in scripts or update plugins. Additionally you can to use the RSS feed provided by BukkitDev as this also includes a version changelog.
Alternatively older versions are available as well, however they are not supported. If you are forced to use an older version for whatever reason, please let me know why by opening a issue on GitHub.
All documentation for SimpleStats is available on the GitHub wiki, including example usage.