Performance Graph Showing 0%
If your SquidServers server dashboard shows CPU 0% and RAM 0% while the server is running, your Minecraft server is functioning properly, but the app’s performance sampler is encountering a visual display issue.
Causes
Section titled “Causes”- Operating System Performance Counters: Windows, Linux, or macOS permission restrictions preventing background process polling.
- NoGUI Mode Enabled: Running Java in headless / NoGUI mode can alter process handles on certain systems.
- High System Load: Severe system CPU starvation delaying telemetry reporting.
Solutions & Alternatives
Section titled “Solutions & Alternatives”1. Toggle NoGUI Setting
Section titled “1. Toggle NoGUI Setting”- Open your server in SquidServers.
- Go to the Settings tab.
- Locate Use NoGUI under launch settings and toggle it off.
- Click Save Changes and restart your server.
2. Check System Task Manager
Section titled “2. Check System Task Manager”To monitor true CPU and RAM usage accurately:
- Windows: Press
Ctrl + Shift + Escto open Task Manager and look forJava(TM) Platform SE Binary. - macOS: Open Activity Monitor and search for
java. - Linux: Open
htopor system monitor in terminal.