mark2 icon indicating copy to clipboard operation
mark2 copied to clipboard

Show ticks per second in mark2 console

Open prophile opened this issue 11 years ago • 2 comments

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?

prophile avatar Oct 16 '13 13:10 prophile

open scripts.txt insert the following line:

     # Runs the tps command every 5 minutes
     */5 * * * * /tps

gsand avatar Oct 17 '13 01:10 gsand

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.

johnmlang avatar Oct 28 '13 19:10 johnmlang