You can install the command line utility "radeontop" to check the status of radeon graphics cards. You can install it using sudo apt install radeontop and run it using sudo radeontop
Edit, removed parts that somebody removed from question.
Answer from Irsu85 on askubuntu.comYou can install the command line utility "radeontop" to check the status of radeon graphics cards. You can install it using sudo apt install radeontop and run it using sudo radeontop
Edit, removed parts that somebody removed from question.
rocm-smi
Another option is:
sudo apt install rocm-smi
rocm-smi
gives me:
=========================================== ROCm System Management Interface ===========================================
===================================================== Concise Info =====================================================
Device Node IDs Temp Power Partitions SCLK MCLK Fan Perf PwrCap VRAM% GPU%
(DID, GUID) (Edge) (Socket) (Mem, Compute, ID)
========================================================================================================================
0 1 0x15bf, 42073 53.0ยฐC 38.176W N/A, N/A, 0 None 800Mhz 0% auto Unsupported 15% 68%
========================================================================================================================
================================================= End of ROCm SMI Log ==================================================
on Ubuntu 25.04, Lenovo ThinkPad P14s which has a Radeon 780M iGPU.
You can try to ramp usage up with one of: How to perform a detailed and quick 3D performance test Here I did:
vblank_mode=0 glxgears
Is there any way to see it in Linux?
Radeon-profile can't detect my GPU usage
GPU: RX460
Linux: 4.15-rc3
linux - How can I list AMDGPU VRAM usage by process? - Unix & Linux Stack Exchange
AMDGPU_TOP - tool to show AMDGPU usage
[amdgpu] Is there a way to read AMD GPU's temperatures and/or power usage ? | The FreeBSD Forums
Any decent GPU usage apps for an AMD APU? Radeontop doesn't work with the new AMDGPU driver
Videos
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.
$ rocm-smi -d 0 --showpids
KFD process information:
PID PROCESS NAME GPU(s) VRAM USED SDMA USED CU OCCUPANCY
2328 ollama 0 0 0 UNKNOWN
65737 ollama_llama_se 1 8790306816 0 UNKNOWN
I am currently working on a tool that will be the successor to radeontop.
clbr (the author of radeontop) has been busy and radeontop has not been able to keep up with the changes in the latest generation of AMD GPUs.
https://github.com/clbr/radeontop/pull/93
I also aim to create simple and easily extensible applications in Rust.
I would be happy to receive your comments and suggestions.
Thanks!
Repository