โœจ Spark Report And Profiler

Root commands: `/spark
Worlds: Spawn, Overworld, Underworld-A, Underworld-B, Pit
Access Level: Admin

Spark is a performance analyzation plugin that we use on the server. It provides a wide range of tools for investigating server performance. There are a variety of ways that it can be used, and this will go over some of the main ones that are particularly beneficial for the server.

Checking TPS and General Performance

To check TPS and take a quick glimpse at current server performance, simply grab a health report:
/spark healthreport

Server Profiling

To get more information about what is going on with a server, such as entity counts, loaded chunks, TPS rates, and more, first start a profiler:
/spark profiler start

You can grab a temporary link at any time while the profiler is running:
/spark profiler open

When you are finished letting the profiler run, stop it and review the full profile report:
/spark profiler stop

More Information

For more information, please see the following resources:
Spigot Plugin Page: https://www.spigotmc.org/resources/spark.57242/
Plugin Docs: https://spark.lucko.me/docs
**GitHub Repo: https://github.com/lucko/spark