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
0

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