2026-02-18 06:55:01 -07:00
|
|
|
# nvtop
|
|
|
|
|
|
|
|
|
|
> Interactive ncurses-based GPU process and status viewer for AMD, Intel, and NVIDIA GPUs.
|
|
|
|
|
> See also: `amdgpu_top`, `radeontop`.
|
|
|
|
|
> More information: <https://manned.org/nvtop>.
|
|
|
|
|
|
|
|
|
|
- Launch the interactive GPU monitor:
|
|
|
|
|
|
|
|
|
|
`nvtop`
|
|
|
|
|
|
|
|
|
|
- Set the update delay in tenths of a second (for example, 2 = 0.2 seconds):
|
|
|
|
|
|
|
|
|
|
`nvtop {{[-d|--delay]}} {{2}}`
|
|
|
|
|
|
|
|
|
|
- Run in monochrome (no color) mode:
|
|
|
|
|
|
|
|
|
|
`nvtop {{[-C|--no-color]}}`
|
|
|
|
|
|
|
|
|
|
- Use Fahrenheit for temperature display:
|
|
|
|
|
|
|
|
|
|
`nvtop {{[-f|--freedom-unit]}}`
|
|
|
|
|
|
|
|
|
|
- Always show encoder/decoder meters, disabling auto-hide:
|
|
|
|
|
|
|
|
|
|
`nvtop {{[-E|--encode-hide]}} -1`
|
|
|
|
|
|
|
|
|
|
- Show a single combined bar plot instead of per-GPU plots:
|
|
|
|
|
|
|
|
|
|
`nvtop {{[-p|--no-plot]}}`
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
- Display version:
|
2026-02-18 06:55:01 -07:00
|
|
|
|
|
|
|
|
`nvtop {{[-v|--version]}}`
|