nvidia-smi (also known as NVSMI) provides monitoring and management capabilities for each of NVIDIA’s Tesla, Quadro and GRID devices from Fermi and higher architecture families. Very limited information is also provided for GeForce devices. It’s based on top of the NVIDIA Management Library (NVML), which helps users manage and monitor NVIDIA GPU devices.
NVSMI is a cross platform tool that supports all standard NVIDIA driver-supported Linux distros.
The command line utility tool is installed with the NVIDIA drivers and is probably the monitoring tool that most users are familiar with. We can perform live monitoring using watch and nvidia-smi together e.g.
$ watch -n0.1 nvidia-smi
nvidia-smi is quite basic. This article explores other useful NVIDIA GPU monitoring tools.
Here’s our verdict captured in a legendary LinuxLinks-style ratings chart. All the software is free and open source.

Let’s explore the tools at hand. For each application we have compiled its own portal page, a full description with an in-depth analysis of its features, a screenshot of the program in action, together with links to relevant resources.
| NVIDIA GPU Monitoring Tools | |
|---|---|
| NVTOP | (h)top like task monitor for AMD, Intel and NVIDIA GPUs |
| nvitop | Bills itself as “the one-stop solution for GPU process management” |
| LACT | Configures and monitors AMD, NVIDIA and Intel GPUs |
| GPU Hot | Real-time NVIDIA GPU monitoring dashboard |
| gpustat | Query and monitor GPU status |
| GreenWithEnvy | GUI System tool |
| NVDashboard | JupyterLab extension for displaying dashboards of GPU usage |
| nv-monitor | Lightweight terminal-based monitoring application |
| nvidia-htop | Enriches the output of nvidia-smi |
| gptop | Cross-platform GPU monitor |
| NVIDIA System Monitor | Task manager monitoring your GPU |
This article has been updated to reflect the changes outlined in our recent announcement.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.