4

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.

Tek
  • 348

2 Answers2

2

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.

Tek
  • 348
  • 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.) – David Foerster Jan 04 '18 at 15:37
  • 1
    installation has been streamlined with: sudo apt-get install radeontop. see article here: https://awesomedetect.com/how-to-monitor-amd-ati-or-radeon-gpu-usage-in-linux/ – Marc Compere Aug 12 '20 at 12:45
  • 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 – Adnan Oct 14 '21 at 20:41
0

I only know GLXOSD. This is pretty much like MSI afterburner OSD for linux, but only works on OpenGL though.