This is a small Mod that adds an /perfhud
command that can be executed by everyone who has the interact
privilege.
The command creates a little HUD in the bottom of the screen with yellow text that shows these informations (if available):
- Current max lag reported by the engine (in seconds)
- Most laggy Mesecons chunk and current penalty there (needs the
mesecons_debug
mod) - biome_lib queue length (needs the
biome_lib
mod) - RAM used by Lua
You can set how fast the HUD gets updated by the perfhud_update_interval
setting. Valid intervals are between 0.5 and 5 seconds.