mark2
mark2 copied to clipboard
Show ticks per second in mark2 console
This dropping below the norm seems to be a pretty good indicator of lag issues, could this end up in the console among the cpu/mem/load stats?
open scripts.txt insert the following line:
# Runs the tps command every 5 minutes
*/5 * * * * /tps
We run this on our vanilla server:
*/5 * * * * $mark2 send debug start; sleep 10; mark2 send debug stop
It creates many debug logs, but another script takes care of them.