gpustat
A simple command-line utility for querying and monitoring GPU status
gpustat is a lightweight Python command-line utility designed to provide fast, human-readable monitoring of NVIDIA GPU status in real time. It serves as a simplified alternative to the more verbose nvidia-smi tool by presenting key GPU metrics in a compact, developer-friendly format. The utility retrieves data through NVIDIA’s NVML bindings and displays information such as temperature, utilization, memory usage, and running processes directly in the terminal. ...