Samplers
Samplers are very powerful. They can tell you realtime, tons of about your server.
Samplers
ID
DESCRIPTION
EXAMPLE
event-handles-per-tick
How many plugin event triggers are happening every tick (Average).
1875 EVENT/t
events-listeners
How many plugin related things are listening to triggered events
88 LISTENERS
event-time
Time it takes for the aforementioned triggers to complete and trigger the events.
2.34 EVENT TIME
processor-outside
The CPU use not including the Minecraft server/instance IE: the other 90% of the machine, what is it using?
48% xCPU
processor-process-load
The CPU that the current instance react is running on is using.
28% pCPU
processor-system-load
The load of both the 2 previous aforementioned loads combined. Process of the total load on the system.
77% CPU
react-async-tick-time
How long does it take react to tick.
0.24ms RTT
react-job-budget
React's current allocation to do its jobs.
2.4ms OVER
react-job-queue-time
How long the job queue is backed up by.
24s JQT
react-jobs-queue
How many queued jobs are currently waiting to be ran.
178 JOBS
react-sync-tick-time
The time on the main thread react is using.
0.2ms RSTT
ticks-per-second
Server's TRUE ticks per second
19.98 TPS
tick-time
how long to tick the game.
0.20ms
Last updated