szutilpack-cd2025/szutil_lagometer
Aaron Suen d32a2c856c Build mod summary list automatically
Instead of maintaining the short description of each sub-mod
manually in a giant README file, distribute the short descriptions
into each relevant mod, and then build the README listings
automatically at deploy time.

This should:
- Make it harder to forget to add/remove mods in the list
- Prevent them from being out of alphabetical order
- Ensure each mod has a description for in-menu use
2023-06-20 07:30:35 -04:00
..
2023-06-20 07:30:35 -04:00
2021-03-10 09:16:09 -05:00

------------------------------------------------------------------------

Display a full near-realtime analysis of server "lag", i.e. globalstep
dtimes.  This allows admins to monitor system performance, or mod
authors to monitor code performance impact, continuously, instead of
having to do /status over and over.

The visualization is a weighted histogram.  See the description of the
lagometer command (i.e. /help lagometer) for more detail.

Players will see the lagometer if they have the "lagometer" priv, and
enable the lagometer toggle via the /lagometer command.  The meter
displays on the bottom right of the screen.

------------------------------------------------------------------------