mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-12-12 12:16:11 +00:00
gpu-load
Shows load of Nvidia or AMD GPUs.
The four values are the load of the:
- The GPU it self
- The load of the VRAM of the Card
- Video buffer (NVIDIA only)
- PCIe bus utilization (NVIDIA only)
short_text only shows the GPU load.
Dependencies
Choose one depends on your GPU.
nvidia-settingsNote that on Debian-based systems, you have to addcontribandnon-freeto yoursources.listin order to install the package via your package manager.radeontop
Config
[gpu-load]
command=$SCRIPT_DIR/gpu-load
label=GPU
interval=10
#min_width=GPU 100% 100% 100% 100%
#GPU_BRAND=NVIDIA // or AMD
#T_WARN=70
#T_CRIT=90
