A collection of small utilities for investigating Minecraft server performance.
These tools are primarily built around my own workflow and are intended to automate repetitive profiling tasks. The focus is on producing useful output rather than providing polished end-user applications.
Note
Most utilities started as quick internal scripts. AI-assisted code generation is used extensively where it accelerates development, with manual changes made where needed for correctness or usability.
| Utility | Description |
|---|---|
| Spark Thread Analyzer | Browser userscript for https://spark.lucko.me that summarizes CPU usage and allocation hotspots directly from Spark profiles. |
| Thread Starvation Parser | CLI utility that groups and counts thread names from Minecraft crash reports to make starvation reports easier to inspect. |
Each utility contains its own README with installation instructions and examples.
This repository is licensed under the MIT License.