PocketMine-MP Version 5.0.0-BETA2+dev
Sample time 1.17 m (Ticks: 1401)
Main thread CPU time spent 8.13 s
Average Entities 0.81
Average Players 0.60
Average TPS 19.98
Main Thread Load 11.59%
Submitted 2023-03-29 17:34:45 +00:00
Minecraft (Tree View) Total: 8.127 s Pct: 11.59%
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Full Server Tick[?]
11.59% 1.61 ms 45 N/A 3.6 5.0k
Server Mid-Tick Processing
5.96% 1.15 ms 29 N/A 2.6 3.6k
Connection Handler[?]
2.70% 446.58 μs 29 N/A 3.0 4.2k
World Generation Callback
2.03% 456.43 μs 0 N/A 2.2 3.1k
[self][?]
1.23% 237.42 μs 0 N/A 2.6 3.6k
Player Data Load
0.01% 4.52 ms 0 N/A 0.0 1
Server Tick Update Cycle
5.63% 2.82 ms 14 N/A 1.0 1.4k
1.14.60.5-upgraded - World Tick
2.27% 1.13 ms 0 N/A 1.0 1.4k
Connection Handler[?]
2.05% 1.02 ms 14 N/A 1.0 1.4k
Memory Manager
1.08% 539.36 μs 0 N/A 1.0 1.4k
Server Command
0.06% 28.35 μs 0 N/A 1.0 1.4k
[self][?]
0.05% 26.44 μs 0 N/A 1.0 1.4k
Scheduler[?]
0.04% 19.12 μs 0 N/A 1.0 1.4k
worldf - World Tick
0.03% 17.10 μs 0 N/A 1.0 1.4k
Scheduler - Async Tasks
0.02% 10.06 μs 0 N/A 1.0 1.4k
world2 - World Tick
0.02% 8.21 μs 0 N/A 1.0 1.4k
Console Title Tick
0.02% 153.26 μs 0 N/A 0.0 70
Minecraft Total: 8.127 s Pct: 11.59%
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Full Server Tick[?] 11.59% 1.61 ms 45 N/A 3.6 5.0k
Connection Handler (11 combined)[?] 5.11% 382.32 μs 43 N/A 6.7 9.4k
Player Network Send (21 combined) 2.61% 217.36 μs 14 N/A 6.0 8.4k
1.14.60.5-upgraded - World Tick 2.27% 1.13 ms 0 N/A 1.0 1.4k
World Generation Callback 2.03% 456.43 μs 0 N/A 2.2 3.1k
World Population (2 combined) 1.90% 42.97 μs 3 N/A 22.2 31.1k
Player Network Receive 1.28% 1.14 ms 13 N/A 0.6 785
Memory Manager 1.08% 539.36 μs 0 N/A 1.0 1.4k
Garbage Collector 1.07% 10.76 ms 0 N/A 0.0 70
World Load (5 combined) 0.46% 29.07 μs 1 N/A 7.9 11.1k
Show 10 more rows
Minecraft - Breakdown (counted by other timings)
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Server Mid-Tick Processing 5.96% 1.15 ms 29 N/A 2.6 3.6k
Server Tick Update Cycle 5.63% 2.82 ms 14 N/A 1.0 1.4k
Player Network Send - Chunks (3 combined) 2.48% 261.73 μs 14 N/A 4.7 6.6k
1.14.60.5-upgraded - Random Chunk Updates 1.90% 947.81 μs 0 N/A 1.0 1.4k
1.14.60.5-upgraded - Player Send Chunk Prepare (2 combined) 0.98% 201.91 μs 9 N/A 2.4 3.4k
Show 145 more rows
HardnessCalculator v0.0.1 Total: 871.900 μs Pct: 0.00%
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Main->onBlockBreak(BlockBreakEvent) 0.00% 59.11 μs 0 N/A 0.0 13
Show 1 more rows
AimTP v0.1.0 Total: 449.100 μs Pct: 0.00%
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Main->onBreakBlock(BlockBreakEvent) 0.00% 34.55 μs 0 N/A 0.0 13
LiveXYZ v1.0.1 Total: 6.100 μs Pct: 0.00%
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Show 1 more rows
LightLevelHUD v0.0.1 Total: 3.800 μs Pct: 0.00%
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Show 1 more rows
Connection Handler (previously labeled Player Tick) includes a wide variety of other things, such as sending network packets, handling incoming network packets, packet compression, and packet encryption.

Since received packets can trigger a wide variety of other events (e.g. PlayerMoveEvent, PlayerInteractEvent, EntityDamageByEntityEvent, BlockPlaceEvent, BlockBreakEvent), a high value for this entry might indicate performance problems in plugins, or it may mean that your server simply can't handle the number of players online.

Look for plugin event timings to see if any of them might be causing performance problems.
Full Server Tick is the total of all other timers. If this hits 100%, your server will begin losing TPS.

Full Server Tick cannot be improved directly. Look at other timers to find out where time is being spent.
Scheduler is the total of all Task timings. This includes all time spent running plugin tasks. Look at "Task: " entries to find out which tasks are taking the most time.

Note: Async Tasks are not counted here, since they run in a separate thread.
Self Timings account for time when the parent timer was active, but none of its child timers were active. For example, Entity Movement might use specialized timers to cover certain parts of the movement code, leaving the remainder to self timings.
This timer accounts for the combined CPU time spent by all server Async Task worker threads. This is subdivided into timings for individual async tasks. High numbers here don't directly affect TPS and usually aren't a cause for concern. However, slow async tasks can cause other problems, such as delayed terrain loading.

You might see very large Pct Total numbers here. A value of 100% means that async tasks are maxing out 1 CPU core on average. It will be larger than 100% if multiple workers (and therefore multiple CPU cores) are being used. For example, if you have 4 async workers and they are all maxed out, you would see a value close to 400%.