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.com
Discussions

linux - How can I list AMDGPU VRAM usage by process? - Unix & Linux Stack Exchange
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. ... 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... More on unix.stackexchange.com
๐ŸŒ unix.stackexchange.com
AMDGPU_TOP - tool to show AMDGPU usage
Don't mind me already making an aur package. https://aur.archlinux.org/packages/amdgpu_top-git More on reddit.com
๐ŸŒ r/linux_gaming
47
111
March 17, 2023
[amdgpu] Is there a way to read AMD GPU's temperatures and/or power usage ? | The FreeBSD Forums
Hello everyone, I wanted to know if there's any way I could read my GPU's temperature and its power usage - which I can do on Linux using lm_sensors I have an RX 580, if that matters (?) ... I put a new thread regarding cooling in AMD Ryzen CPU and how to find temp on NVIDIA GPU in Freebsd ... More on forums.freebsd.org
๐ŸŒ forums.freebsd.org
July 19, 2020
Any decent GPU usage apps for an AMD APU? Radeontop doesn't work with the new AMDGPU driver
Edit: Sorry all, I'm not using the new driver. I'm using 4.2rc6 kernel which I thought uses it but not with Kaveri. Anyway, is there any way to see gpu with kaveri? EDIT2: Nevermind, I found that they release a new version yesterday funny enough. I compiled it, and it works really well! More on reddit.com
๐ŸŒ r/linux
4
2
August 10, 2015
๐ŸŒ
GitHub
github.com โ€บ Umio-Yasuno โ€บ amdgpu_top
GitHub - Umio-Yasuno/amdgpu_top: Tool to display AMDGPU usage ยท GitHub
AMD_DEBUG=info <opengl application> or RADV_DEBUG=info <vulkan application> ... View your GPU utilization, both for the total activity percent and individual blocks.
Starred by 1.6K users
Forked by 55 users
Languages ย  Rust 97.4% | Fluent 2.6%
๐ŸŒ
ROCm Blogs
rocm.blogs.amd.com โ€บ software-tools-optimization โ€บ amd-smi-overview โ€บ README.html
Getting to Know Your GPU: A Deep Dive into AMD SMI โ€” ROCm Blogs
September 17, 2024 - By default, amd-smi monitor outputs 18 metrics for every GPU. Passing in specific arguments limits the types of metrics displayed. -p, --power-usage Monitor power usage in Watts -t, --temperature Monitor temperature in Celsius -u, --gfx Monitor graphics utilization (%) and clock (MHz) -m, --mem Monitor memory utilization (%) and clock (MHz) -n, --encoder Monitor encoder utilization (%) and clock (MHz) -d, --decoder Monitor decoder utilization (%) and clock (MHz) -s, --throttle-status Monitor thermal throttle status -e, --ecc Monitor ECC single bit, ECC double bit, and PCIe replay error counts -v, --vram-usage Monitor memory usage in MB -r, --pcie Monitor PCIe bandwidth in Mb/s
๐ŸŒ
LinuxBlog
linuxblog.io โ€บ home โ€บ best linux gpu monitor
Best Linux GPU Monitor | LinuxBlog.io
February 2, 2025 - NVTOP and NVITOP give you more interactive views with process management. For system-wide monitoring, btm (bottom) and glances provide GPU stats along with CPU, memory and disk usage. NVIDIA-SMI is the official tool for in-depth insights into NVIDIA GPU performance. For AMD users, also check out: amdgpu_exporter and rocm-smi-lib.
๐ŸŒ
Arch Linux Forums
bbs.archlinux.org โ€บ viewtopic.php
AMD GPU usage peaks with system in idle - Radeon RX 7600 XT / Kernel & Hardware / Arch Linux Forums
August 10, 2024 - as for the max tdp this seems something linux specific but more general I have a sapphire pulse 7700xt and windows can push it to max 230w while linux is limited to just 200w so I guess if you would test your card on windows it wiuld go up to the full 190w - and maybe wouldn't cause this issue I'd like to help further but I cannot reproduce the issue with my gpu
Find elsewhere
๐ŸŒ
It's FOSS
itsfoss.com โ€บ gpu-usage-linux
Monitor GPU Usage on Ubuntu and Other Linux Systems
September 13, 2024 - So, you need to use a couple of specific programs or terminal tools that would let you access the usage data for your graphics card or integrated GPU. Here, I highlight the same after testing it on Ubuntu and Arch Linux. If you do not mind installing a GUI program for the job, Mission Center should be your preferred tool. It supports NVIDIA, AMD, and Intel GPUs.
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
(solved)Monitor GPU details - Linux Mint Forums
May 28, 2024 - I'm looking for a way to view GPU ... memory usage in Linux Mint. In Windows, I rely on GPU-Z for this information. Could you please recommend a similar tool or method for Linux Mint? Last edited by LockBot on Thu Nov 28, 2024 11:00 pm, edited 2 times in total. Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed. ... Nvidia (<--- what I have): nvidia-x-settings reports "real-time" utilization and temperature AMD: CoreCtrl, ...
๐ŸŒ
Reddit
reddit.com โ€บ r/linux_gaming โ€บ amdgpu_top - tool to show amdgpu usage
r/linux_gaming on Reddit: AMDGPU_TOP - tool to show AMDGPU usage
March 17, 2023 -

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

๐ŸŒ
Casey Primozic
cprimozic.net โ€บ notes โ€บ posts โ€บ amdgpu_top-a-modern-radeontop-alternative
`amdgpu_top`: A Modern `radeontop` Alternative :: Casey Primozic's Notes
August 23, 2023 - Iโ€™ve been using a tool called radeontop for years to monitor the performance and utilization of my AMD GPUs on Linux. Itโ€™s a TUI-based application that renders the value of different performance counters as bar charts: For the most part, it does a good job and it provides a concise overview of GPU utilization.
๐ŸŒ
YouTube
youtube.com โ€บ watch
How to check GPU usage on Linux | Each CPU Core Usage, RAM SWAP Usage | System Monitor for Linux - YouTube
Today in this video, we're going to check out the system monitor for linux, Mission CentreSince this is available as a flatpak app, so we can use this in any...
Published ย  October 5, 2023
๐ŸŒ
Geeker's Digest
geekersdigest.com โ€บ home โ€บ how to see gpu usage on linux
How to see GPU usage on Linux - Geeker's Digest
September 23, 2024 - In the following example I download and install the deb package on my Linux Mint machine: ... wget https://github.com/Umio-Yasuno/amdgpu_top/releases/download/v0.9.2/amdgpu-top_0.9.2-1_amd64.deb ck@mint ~ $ ... The ncurses UI shows a detailed usage of not only which processes use which amount of resources, but also shows what kind of Graphics Processing (e.g.
๐ŸŒ
Digitz
digitz.org โ€บ linux-gpu-monitoring-nvtop
Best way to monitor GPU usage in Linux (AMD/Nvidia/Intel)
February 12, 2024 - Easiest way to monitor GPU usage in Linux using this simple command line tool
๐ŸŒ
GitHub
github.com โ€บ Syllo โ€บ nvtop
GitHub - Syllo/nvtop: GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel, NVIDIA and Qualcomm ยท GitHub
May 7, 2026 - AMD introduced the fdinfo interface in kernel 5.14 (browse kernel source). Hence, you will need a kernel with a version greater or equal to 5.14 to see the processes using AMD GPUs. Support for recent GPUs are regularly mainlined into the linux kernel, so please use a recent-enough kernel for your GPU.
Starred by 10.8K users
Forked by 400 users
Languages ย  C 92.1% | CMake 5.5%
๐ŸŒ
AMD
amd.com โ€บ https://www.amd.com/en.html โ€บ customer support โ€บ downloads โ€บ drivers and support for processors and graphics
Drivers and Support for Processors and Graphics
1 week ago - Download drivers and software for AMD products โ€” includes Windows and Linux support, auto-detect tools & detailed guides for installation.
๐ŸŒ
Systranbox
systranbox.com โ€บ how-to-find-your-gpu-usage-in-linux
How To Find Your GPU Usage In Linux
November 4, 2022 - We cannot provide a description for this page right now
๐ŸŒ
YouTube
youtube.com โ€บ watch
GPU Usage % in Less Than 3 Minutes! For Radeon ATI AMD ...
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
๐ŸŒ
FreeBSD
forums.freebsd.org โ€บ base system โ€บ system hardware
[amdgpu] Is there a way to read AMD GPU's temperatures and/or power usage ? | The FreeBSD Forums
July 19, 2020 - I would then look whether these drivers have a sysctl that shows the gpu temperature. If not, one might want to look at the source code. Maybe there are some ioctls to show the temperature. ... I have an intel card as well.. But for amd gpus, there is either radeonkms or amdgpu.
๐ŸŒ
Certsimple
certsimple.com โ€บ home โ€บ how to check the gpu usage in ubuntu linux
How To Check The GPU Usage In Ubuntu Linux - CertSimple.com
March 12, 2026 - AMD graphics cards are preferred by many Linux users because they are more efficient. Drivers for their software are open-source and are included in the Linux kernel, so no programming is required to get things working. There is no one definitive way to check GPU usage in Linux.