From 6b37ce21ed57851377bff6d3af4ea43115e7f6ba Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Thu, 5 Aug 2021 13:20:19 +0200 Subject: [PATCH] removed section about turning timings off --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index b04e862..07eb58f 100644 --- a/README.md +++ b/README.md @@ -486,13 +486,6 @@ Paper offers a `/mspt` command that will tell you how much time the server took Great way to see what might be going on when your server is lagging are timings. Timings is a tool that lets you see exactly what tasks are taking the longest. It's the most basic troubleshooting tool and if you ask for help regarding lag you will most likely be asked for your timings. To get timings of your server you just need to execute the `/timings paste` command and click the link you're provided with. You can share this link with other people to let them help you. It's also easy to misread if you don't know what you're doing. There is a detailed [video tutorial by Aikar](https://www.youtube.com/watch?v=T4J0A9l7bfQ) on how to read them. - -However, when timings are on a % of the server thread is used by the timings itself. This can vary from 3-20%. Meaning if timings are not needed it is best to disable them either by `/timings off` (This would need to be done after every restart), or disabling timings in paper.yml -``` -timings: -. . . - enabled: false - ``` ## spark [Spark](https://github.com/lucko/spark) is a plugin that allows you to profile your servers CPU and memory usage. You can read on how to use it [on its wiki](https://spark.lucko.me/docs/). There's also a guide on how to find the cause of lag spikes [here](https://spark.lucko.me/docs/guides/Finding-lag-spikes).