Forrest logo
back to the nvidia-smi tool

nvidia-smi:tldr:bad9e

nvidia-smi: Monitor overall GPU usage with 1-second update interval.
$ nvidia-smi dmon
try on your machine

The command nvidia-smi dmon is used to monitor the performance metrics of NVIDIA GPUs (Graphics Processing Units) in real-time. It provides information about various GPU usage and performance statistics.

Here is a breakdown of the command:

  • nvidia-smi: It refers to the NVIDIA System Management Interface command-line utility. It allows users to manage and monitor NVIDIA GPUs on a system.

  • dmon: It is a flag or argument provided to the nvidia-smi command. The dmon flag stands for "device monitor" and is used to specifically display GPU device monitoring information.

When executed together, nvidia-smi dmon will invoke the device monitor functionality of the nvidia-smi utility and present real-time monitoring information regarding GPU usage and performance metrics, such as GPU temperature, memory usage, power usage, GPU clock speeds, and utilization percentages for different GPU components.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the nvidia-smi tool