View System Performance Dashboard#

The System Performance Dashboard in Grafana visualizes real-time system hardware metrics collected by the metrics-manager and scraped by Prometheus.

Open the Dashboard in Grafana#

For Docker#

Open https://<HOST_IP>/grafana/ in your browser and log in with the default credentials (admin / admin).

For Helm#

Open https://<HOST_IP>:30443/grafana/ in your browser and log in with the default credentials (admin / admin).

Dashboard Panels#

Each panel displays a time-series graph for the last 5 minutes by default. The panels are:

  • CPU — tracks cpu_usage_percentage over time

  • CPU Temp — tracks temp_temp over time

  • CPU Frequency — tracks cpu_frequency_avg_frequency over time

  • GPU Usage — tracks qmmd_gpu_engine_utilization_ratio over time

  • GPU Power — tracks gpu_power over time

  • GPU Frequency — tracks gpu_frequency over time

  • Memory Used — tracks mem_used_percent over time

Note: Use the time picker in the top-right corner of Grafana to adjust the time range (for example, last 15 minutes or last 1 hour).