TickProfiler是一个Minecraft Forge mod,可以帮助服务器管理员查找导致 Tps 降低的实体以及其他分析功能。
基本命令用法:
/profile - Shows list of commands.
/profile e - Runs entity profiling in all worlds for 30 seconds.
/profile p - Runs packet profiling for 30 seconds.
/profile u - Runs CPU utilization profiling for 240 seconds.
/profile l - Runs lock contention profiling for 240 seconds.
/profile s - Runs lag spike detection profiling for 600 seconds.
/profile c - Runs profiling for the chunk you're standing in for 30 seconds.
/tps - Lists how many ticks per second the server is running at (anything less than 20.00 means lag).
命令选项:
[以秒为单位的时间] - 适用于所有配置文件命令,指定命令将运行多少秒。
例如/profile e 10 - 将运行实体分析10秒钟。
[dimension id] - 指定配置文件将在哪个维度中运行。
例如/profile e 10 0 - 将在维度0(实体)中运行实体分析10秒钟。
[区块] - 可用于/profile c,指定要运行实体分析的区块。
例如/profile c 1 1 10 0-将在整体中在区块1,1中运行实体分析10秒钟。
提示 - 您可以通过将Minecraft坐标除以16(向下取舍为整数)来找到块坐标。
以上内容来自官方wiki。