GPU stats with AMDGPU Pro driver?

9,732

Radeon Top did the trick for me in the end.

Although you do have to compile it.

Bonus advice:

When compiling this edit the Makefile and change amdgpu ?= 0 to amdgpu ?= 1. This will activate monitoring of RAM usage as well as the temperature.

Share:
9,732

Related videos on Youtube

Tek
Author by

Tek

Updated on September 18, 2022

Comments

  • Tek
    Tek over 1 year

    How can I check the GPU/Memory load and other stats? I have Ubuntu 16.04 with an RX 480 with AMDGPU Pro drivers.

    I've only been able to check the gpu temperature via sensors command.

  • David Foerster
    David Foerster over 6 years
    I recommend to edit this answer to expand it with specific details about how to install this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on Ask Ubuntu.)
  • Marc Compere
    Marc Compere almost 4 years
    installation has been streamlined with: sudo apt-get install radeontop. see article here: awesomedetect.com/…
  • Adnan
    Adnan over 2 years
    On compiling the latest source on my 20.04.3 (5.11.0-37-generic) i'm getting FATAL ERROR: xcb/dri2.h: no such file or directory EDIT - install by sudo apt install libxcb-dri2.0-dev