Bukkit/Bungee/Velocity plugin to send Minecraft data to JMX for monitoring purpose
The following beams are available when using Spigot or one of its forks
Name: me.fabrimat.minecrafttojmx:type=BukkitJMX
Name | Type | Description |
---|---|---|
OnlinePlayers | int | Amount of players online |
SchedulerActiveWorkers | int | Amount of active workers in the Bukkit scheduler. |
SchedulerPendingTasks | int | Amount of pending tasks in the Bukkit scheduler. |
WorldChunkLoaded | int | Total amount of chunks loaded in the server. |
WorldEntities | int | Total amount of entities loaded in the server. |
Requires Spark
Name: me.fabrimat.minecrafttojmx:type=SparkJMX
Name | Type |
---|---|
TpsLast5Sec | double |
TpsLast10Sec | double |
TpsLast1Min | double |
TpsLast5Min | double |
TpsLast15Min | double |
MSPTLast10Sec | double |
MSPTLast1Min | double |
The following beams are available when using Bungeecord or one of its forks
Name: me.fabrimat.minecrafttojmx:type=BungeeJMX
Name | Type |
---|---|
ConnectedPlayers | int |
The following beams are available when using Velocity
Name: me.fabrimat.minecrafttojmx:type=VelocityJMX
Name | Type |
---|---|
PlayerCount | int |