neoLegacy/tools/performance-monitor/start.bat
itsRevela be17d4028f feat: add performance monitor tool
DLL injector + Python GUI for real-time server metrics.
Hooks into tick loop, chunk generation, and player chunk map
to collect timing data over TCP, displayed in a tkinter dashboard.
Includes bot spawner for load testing.
2026-04-05 15:49:52 -05:00

4 lines
42 B
Batchfile

@echo off
cd /d "%~dp0"
python main.py %*