1

I've got an AMDGPU on Linux and want to be able to see which processes are utilising my precious 4GB of VRAM I need for gaming.

I'd like this to be presented in a similar manner to top listing all processes utilising VRAM by usage.

radeontop only shows total VRAM usage.

Atemu
  • 584
  • 4
  • 14

1 Answers1

3

One tool to accomplish this task is https://gitlab.freedesktop.org/tomstdenis/umr

sudo umr -t

Will start it in a top-like view. You can then hit v to see VRAM information per-process.

Atemu
  • 584
  • 4
  • 14