GPU Monitoring

GitHub-logo.png Docker-logo.png

Beszel Homepage

GPU Monitoring

Beszel can monitor GPU usage, temperature, and power draw for select devices. This feature is currently only available in the binary agent, not in the Docker agent.


Binary Agent Only

The Docker agent does not support GPU monitoring. You must use the binary agent if you need GPU metrics. For installation and usage details, refer to the official Beszel documentation on installing the binary agent.


AMD GPUs

Beszel uses rocm-smi to monitor AMD GPUs. Ensure rocm-smi is installed on the system running the agent.


Nvidia GPUs

Beszel uses nvidia-smi to monitor Nvidia GPUs. This must be installed on the system.


Intel GPUs

Intel GPUs are not currently supported due to:

  1. No test hardware is available to the developer.
  2. There is no straightforward utility akin to nvidia-smi for real-time Intel GPU metrics (utilization, memory usage).

Please see issue #262 for more information or to track progress on Intel GPU support.


Revision #2
Created 2 February 2025 11:11:58 by aeoneros
Updated 2 February 2025 11:14:35 by aeoneros