6c238b26a1
- Rename namespace to "top-level" szutil_*. - Merge improvements from sztest. - New utils: chatsock, consock, logtrace, usagesurvey. - Lagometer/logtrace are chat-command-togglable.
14 lines
685 B
Plaintext
14 lines
685 B
Plaintext
------------------------------------------------------------------------
|
|
|
|
Display a simple HUD meter showing an estimate of current server "lag,"
|
|
i.e. the size of "steps" the server is running. 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 lag calculation is done indepdendently of /status's max_lag, and
|
|
some parameters can be tuned. See init.lua for configuration details.
|
|
|
|
Players will see the lagometer iff they have the "lagometer" priv.
|
|
The meter displays just above the health bar.
|
|
|
|
------------------------------------------------------------------------ |