snippetbashTip
amdgpu_top — Tool to display AMD GPU utilization and hardware metrics using the AMDGPU driver. See also: `nvtop`,
Viewed 0 times
amdcommandamdgpu_topcliutilizationgputooldisplay
linux
Problem
How to use the
amdgpu_top command: Tool to display AMD GPU utilization and hardware metrics using the AMDGPU driver. See also: nvtop, radeontop. More information: <https://github.com/Umio-Yasuno/amdgpu_top#usage>.Solution
amdgpu_top — Tool to display AMD GPU utilization and hardware metrics using the AMDGPU driver. See also: nvtop, radeontop. More information: <https://github.com/Umio-Yasuno/amdgpu_top#usage>.Display a list of AMDGPU devices:
amdgpu_top --listDump all GPU processes and per-process memory usage:
amdgpu_top {{[-p|--process]}}Select a specific GPU by PCI bus:
amdgpu_top --pci "{{0000:01:00.0}}"Launch the interactive TUI monitor:
amdgpu_topLaunch the GUI monitor:
amdgpu_top --guiLaunch a simple SMI-like TUI view:
amdgpu_top --smiCode Snippets
Display a list of AMDGPU devices
amdgpu_top --listDump all GPU processes and per-process memory usage
amdgpu_top {{[-p|--process]}}Select a specific GPU by PCI bus
amdgpu_top --pci "{{0000:01:00.0}}"Launch the interactive TUI monitor
amdgpu_topLaunch the GUI monitor
amdgpu_top --guiContext
tldr-pages: linux/amdgpu_top
Revisions (0)
No revisions yet.