Opis: Difference between revisions

16 bytes added ,  5 months ago
m
(use of the Players & Entities sub-tab in Tracking.)
 
(One intermediate revision by the same user not shown)
Line 24:
| Tick time || Also known as MSPT, or milliseconds per tick. How long the server is taking to compute each tick, of which there should be twenty per second when all is well. If tick time >50ms, the server isn't able to process all the data fast enough and tps (ticks per second) goes down. This is a common source of [[lag]]. Tick time is the other real time graphing option on the bottom of the summary screen.
|-
| World tick || Total time spent updating the world. This includes block lighting updates, random ticks for growth (crops, trees, etc.) and server-side spawn calculation. Hover over the World tick update time to see a breakdown by [[dimension]].
|-
| TileEntities || Total time spent updating tileEntities, and how many there are being simulated. TileEntities are blocks with additional data storage. This may be used to keep an inventory (chests, furnaces, hoppers, etc.) or a state (monster spawners) or used as part of the rendering (enchanting table's floating book, end portal frame particle effect).
Line 43:
 
==== Players ====
In this tab, you'll see all the players online, the [[dimension]] they are in, as well as their coordinates in the dimension. You can also teleport yourself to them or pull them to you even across dimensions. This tab is dynamic and updates in real time without needing to run profiling. Center Map will show a heatmap of activity, loaded entities and coordinates.
[[File:Players tab.png|center|frameless|939x939px]]
 
Line 55:
 
==== Dimensions ====
In this tab, you'll be able to see the load caused by entities and tile entities in each dim. '''It should be noted that it's only entities and tile entities load, not the total load by [[dimension]] (for instance, AE2 can do some additional load that Opis cannot see).''' The purge buttons will ask you to [[trash]] any mob in the dimension, any item on the ground, as well as purging chunks to only let force loaded chunks. '''Keep in mind that it's not a proper way of unloading a chunk, so you may cause unintended behaviors sometimes by doing this.''' In the screenshot below, you can see that an empty dim is taking some load even if the dim is not loaded, this is why it is recommanded for public or semi-public servers to limit the amount of personal dims, as the cumulated load is not neglectible.
[[File:Dimension tab.png|center|frameless|945x945px]]
 
4,389

edits