Compatibility
Minecraft: Java Edition
1.20.1โ1.20.6
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed ARR
Published 6 months ago
Lag Spike Diary
๐ Description
Lag Spike Diary is a "black box" for diagnosing lags in Minecraft. The mod automatically tracks FPS freezes and TPS spikes, saves detailed reports, and provides a convenient way to quickly attach diagnostics to an issue.
๐ฏ Main features
- Automatic freeze detection โ monitors FPS and frametime in real time
- Context collection โ Saves coordinates, measurement, velocity and other information around the spike
- Detailed Reports โ generates JSON files with full information about the system, mods and events
- Userโfriendly interface - Pause menu buttons and a hotkey for quick access
- Integration with Spark โ shows hints if Spark mod is installed
๐ Quick Start
- Install the mod in the
mods/folder - Start the game โ the mod works automatically
- When freezing, open the pause menu (ESC) and press "Report last spike"
- Send the created report to the developer
โ๏ธ Settings
All settings are in the file config/lag_spike_diary.json:
- `frameSpikeMsThreshold' (150) โ frametime threshold in milliseconds
contextBufferSeconds(10) โ how many seconds of context to store- `maxReports' (20) โ maximum reports on disk
- `autoNotifyOnSpike' (true) โ show notifications in the chat
๐ฎ Management
- The buttons in the pause menu are in the lower right corner
- Hotkey โ configurable in Controls โ "Lag Spike Diary" โ "Report Last Spike"
- Command
/testspikeโ to test the mod (creates an artificial frieze)
, Reports
The reports are saved in the lag_spike_reports/ folder next to the configs. Each report contains:
summary.jsonโ spike summary (FPS, frametime, time)timeline.jsonโ timeline of events around the spikeenvironment.jsonโ system information (Java, OS, Minecraft version)mods.jsonis a list of all installed mods.
๐ Languages
The mod supports:
- English (default)
- Russian
๐ง Technical Details
- Minimal performance impact โ Data collection is very easy
- Automatic cleaning โ old reports are deleted automatically
- Compatibility โ works with large modpacks, does not conflict with other mods
Note: This mod does not replace Spark as a full-fledged profiler. It focuses on user-friendliness and quick creation of reports for developers.


