PocketMine-MP Version 4.18.4+dev
Sample time 1.03 m (Ticks: 1232)
Main thread CPU time spent 6.35 s
Average Entities 181.36
Average Players 1.00
Average TPS 19.98
Main Thread Load 10.30%
Submitted 2023-04-10 23:21:39 +00:00
Minecraft (Tree View) Total: 6.353 s Pct: 10.30%
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Full Server Tick[?]
10.30% 1.31 ms 5 N/A 3.9 4.9k
Server Tick Update Cycle
9.84% 4.92 ms 5 N/A 1.0 1.2k
flat - World Tick
9.40% 4.70 ms 4 N/A 1.0 1.2k
Connection Handler[?]
0.18% 89.98 μs 0 N/A 1.0 1.2k
[self][?]
0.13% 63.28 μs 1 N/A 1.0 1.2k
Server Command
0.04% 17.60 μs 0 N/A 1.0 1.2k
1.6.1 - World Tick
0.03% 13.77 μs 0 N/A 1.0 1.2k
Scheduler[?]
0.03% 13.17 μs 0 N/A 1.0 1.2k
1.8.1 - World Tick
0.01% 6.29 μs 0 N/A 1.0 1.2k
1.9.0 - World Tick
0.01% 5.57 μs 0 N/A 1.0 1.2k
Scheduler - Async Tasks
0.01% 5.45 μs 0 N/A 1.0 1.2k
Console Title Tick
0.01% 89.73 μs 0 N/A 0.1 62
Memory Manager
0.00% 965.21 ns 0 N/A 1.0 1.2k
Server Mid-Tick Processing
0.47% 78.94 μs 0 N/A 2.9 3.6k
Connection Handler[?]
0.34% 147.58 μs 0 N/A 1.2 1.4k
[self][?]
0.10% 17.29 μs 0 N/A 2.9 3.6k
World Generation Callback
0.02% 127.16 μs 0 N/A 0.1 111
Minecraft Total: 6.353 s Pct: 10.30%
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Full Server Tick[?] 10.30% 1.31 ms 5 N/A 3.9 4.9k
flat - World Tick 9.40% 4.70 ms 4 N/A 1.0 1.2k
Connection Handler (14 combined)[?] 0.69% 28.75 μs 0 N/A 12.1 14.9k
Player Network Receive 0.30% 146.16 μs 0 N/A 1.0 1.3k
Player Network Send (20 combined) 0.27% 11.68 μs 0 N/A 11.4 14.1k
Player Movement (2 combined) 0.09% 32.48 μs 0 N/A 1.4 1.7k
Player Order Chunks 0.07% 1.52 ms 0 N/A 0.0 27
Server Command 0.04% 17.60 μs 0 N/A 1.0 1.2k
1.6.1 - World Tick 0.03% 13.77 μs 0 N/A 1.0 1.2k
Scheduler[?] 0.03% 13.17 μs 0 N/A 1.0 1.2k
Show 7 more rows
Minecraft - Breakdown (counted by other timings)
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Server Tick Update Cycle 9.84% 4.92 ms 5 N/A 1.0 1.2k
flat - Random Chunk Updates 6.07% 3.03 ms 0 N/A 1.0 1.2k
Entity Tick (4 combined) 3.13% 391.71 μs 2 N/A 4.0 4.9k
flat - Tick Entities 3.13% 1.57 ms 2 N/A 1.0 1.2k
Entity Tick - ItemEntity 1.69% 4.73 μs 0 N/A 179.3 220.9k
Show 99 more rows
Events Total: 22.627 ms Pct: 0.04%
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
DataPacketSendEvent (26 combined) 0.01% 613.78 ns 0 N/A 9.4 11.6k
DataPacketDecodeEvent (9 combined) 0.01% 2.40 μs 0 N/A 1.4 1.7k
BlockUpdateEvent 0.01% 481.57 ns 0 N/A 5.5 6.7k
PlayerMoveEvent 0.00% 2.78 μs 0 N/A 0.5 631
DataPacketReceiveEvent (9 combined) 0.00% 1.01 μs 0 N/A 1.4 1.7k
Show 27 more rows
HardnessCalculator v0.0.1 Total: 125.600 μs Pct: 0.00%
Event % Total Time ÷ Count Violations Peak Count ÷ Ticks Count
Show 2 more rows
test v0.0.1 Total: 51.900 μ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%.