← 返回命令列表

Linux command

nvitop 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Launch the GPU monitor

nvitop

Run in monitor mode

nvitop -m

说明

nvitop is an interactive NVIDIA GPU process viewer and resource monitor. It displays real-time GPU utilization, memory usage, temperature, and process information in a TUI. Unlike nvidia-smi, nvitop queries device status using NVML Python bindings directly and provides interactive features like tree-view, environment variable viewing, and process filtering. It also ships with nvisel, a CUDA device selection tool for deep learning researchers.

参数

-m, --monitor
Run in continuous monitor mode (like htop).
-o, --only _VISIBLE_
Show only GPU processes owned by the current user.

FAQ

What is the nvitop command used for?

nvitop is an interactive NVIDIA GPU process viewer and resource monitor. It displays real-time GPU utilization, memory usage, temperature, and process information in a TUI. Unlike nvidia-smi, nvitop queries device status using NVML Python bindings directly and provides interactive features like tree-view, environment variable viewing, and process filtering. It also ships with nvisel, a CUDA device selection tool for deep learning researchers.

How do I run a basic nvitop example?

Run `nvitop` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -m, --monitor do in nvitop?

Run in continuous monitor mode (like htop).