RedisTPS allows you to get all your network's server's TPS from a web page.
Example:
Requirements:
How to Install:
- This plugin is based on redis, so you have to install redis-server:
(for Ubuntu/Debian)Code (Text):apt-get install redis-server
Follow instructions on https://github.com/MSOpenTech/redis for Windows.- A web server (apache, nginx, ...)
- One or more spigot (or bukkit) instance
- Download RedisTPS.zip file
- Unzip the file
- In this file, move "web" to your web server public directory
- Edit ajax.php in "web" and set your Redis server access informations
- Move RedisTPS.jar to your server's plugin directory
- Start then stop your server
- Edit configuration in plugins/RedisTPS/config.yml to add your Redis server access informations
- Restart your server
Features:
Planned:
- Redis based, no need to have at least a player on each server
- NTP synchronized
- View servers' status
Metrics:
- Add a link to source code on github
- Add a way to view down servers
This plugin utilizes Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org: A unique identifier, whether the server is in offline or online mode, the server's version of Java, the plugin's version, the server's version, the OS version/name, the core count for the CPU and the number of players online. You can disable this changing opt-out to true in the config.yml.
Source code
If you liked this plugin please help me to create others awesome plugins! My paypal address is: [email protected]

RedisTPS 0.8
Get TPS of all servers on your network with a web page (Redis-based)
Recent Updates
- Added Metrics (MCstats), code clean up and bug fix Dec 22, 2014
- More features and configuration + more security + code cleanup Aug 28, 2014
- Add down servers support Aug 21, 2014