⚡ Stop Guessing, Start Measuring! The Ultimate High-Precision Server Benchmark. Detect Bottlenecks & Calculate Player Capacity with Real-World Stress Tests. [1.20+]
Stop guessing your server's capacity. Measure it.
ServerLimitGauge is a professional benchmarking tool designed specifically for Minecraft servers (Spigot, Paper, Purpur, Folia). Unlike generic hardware benchmarks (like Geekbench), this plugin measures "actual Minecraft performance".
It stresses the server with real-world scenarios—Chunk Generation, Entity AI processing, and Math physics—to calculate a reliable "Recommended Player Count" and "Server Rank" (SSS to C).
Why use this?
plugins/ServerLimitGauge/logs/./benchmark start.Note: The benchmark creates temporary entities and loads chunks, but cleans them up immediately.
| Command | Description | Permission |
|---|---|---|
| /benchmark start | Starts the performance benchmark. | slg.admin |
| /benchmark reload | Reloads the configuration file. | slg.admin |
(By default, slg.admin is granted to OPs)
You can customize the stress load and safety limits.
# ==========================================
# ServerLimitGauge Configuration
# ==========================================
# Save benchmark results to a text file in /logs folder.
save-logs: true
# Safety Settings
safety:
# If true, the benchmark will abort if MSPT exceeds 250ms (TPS < 4) to prevent crashing.
# Set to false if you want to test low-spec machines to their absolute limit.
enable-mspt-limit: true

High-End Environment (i9-11900KF): Shows SSS Rank and high player capacity.
=============== [Result Report] ===============
OS: Windows 11 (amd64)
CPU Model: 11th Gen Intel(R) Core(TM) i9-11900KF @ 3.50GHz
CPU Cores: 16 threads
Allocated RAM: 10240 MB
Overall Score: 30700
Server Rank: SSS (Extreme)
Recommended Player Count: 245 Players
Max Capacity (Limit): 307 Players
[Detailed Metrics]
- CPU Integer/Math: 28.04 ns
- RAM Latency: 74.99 ns
- Disk/Chunk I/O: 20.96 ms
- Entity Processing: 26.05 ns/entity
[Bottleneck Diagnosis]
⚠ Memory Capacity (10240 MB) is the primary bottleneck.
Your CPU could handle 426 players,
but memory constraints limit this to 307 players.
-> Allocating more RAM will drastically improve your Server Rank.
✔ CPU single-thread performance is legendary (Monster Class).
✔ Disk I/O & Terrain generation speeds are healthy.
============================================
Bottleneck Detection: Shows warnings when RAM is insufficient or Disk I/O is slow.