🌐
GitHub
github.com › Umio-Yasuno › amdgpu_top
GitHub - Umio-Yasuno/amdgpu_top: Tool to display AMDGPU usage · GitHub
# Run TUI mode amdgpu_top # Run GUI mode amdgpu_top --gui # Run SMI mode amdgpu_top --smi # Dump AMDGPU info amdgpu_top -d # Dump AMDGPU info and gpu_metrics amdgpu_top -d -gm # Dump AMDGPU info and pp_table amdgpu_top -d --pp-table # Dump AMDGPU info in JSON format amdgpu_top -d --json # Dump DRM info amdgpu_top --drm-info # Decode gpu_metrics file amdgpu_top --decode-gm <path> # Decode gpu_metrics file and output in JSON format amdgpu_top --json --decode-gm <path>
Starred by 1.6K users
Forked by 54 users
Languages   Rust 97.3% | Fluent 2.7%
🌐
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

Discussions

Does AMD have GPU drivers for Ubuntu 23.10?
AMD drivers are already built-in to the kernel so you have the newest one's running. The AMD binary blob isn't required. More on reddit.com
🌐 r/linux4noobs
14
2
October 20, 2023
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
AMD Graphics card not working on ubuntu
First, it is important to identify if your system recognizes the AMD graphics card. You can do this by opening a terminal and running the following command: lspci -nn | grep -E 'VGA|Display' If you see your AMD card listed, it means that the hardware is being recognized. If the card is recognized but is not working properly, you may need to install or update the appropriate drivers. Ubuntu uses the open driver amdgpu for most AMD graphics cards. However, for newer cards or for optimal performance, you might consider installing the proprietary amdgpu-pro driver provided by AMD. Ubuntu's Driver installation guide: https://help.ubuntu.com/community/AMDGPU-Driver AMD drivers for RX 6650 XT (Select for Ubuntu) https://www.amd.com/es/support/downloads/drivers.html/graphics/radeon-rx/radeon-rx-6000-series/amd-radeon-rx-6650-xt.html Also are you mean "Ubuntu 24.04.1 Studio LTS" right? More on reddit.com
🌐 r/linux4noobs
13
0
January 16, 2025
How do I make amdgpu drivers work in Ubuntu 23.10
I thought the AMDGPU Pro drivers, only officially supported the LTS releases. Which would be 22.04, so there may not be amd-gpu officially supported drivers for 23.xx The Pro drivers are only needed for specific use cases. (Not sure what, i never use them) The NON-Pro drivers are included in the kernel, and are best for games and daily use. Or so i have read in various posts when ever this topic comes up. I think the PRO drivers also use the included AMD drivers, they dont totally replace them they work with them. (But I cant find where i saw this at) More on reddit.com
🌐 r/Ubuntu
11
5
February 5, 2024
🌐
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 ...
🌐
Oreate AI
oreateai.com › blog › unlocking-your-amd-gpus-potential-a-deep-dive-into-amdgputop-on-ubuntu › c492fd442219e90d89ddaaf929a82dfb
Unlocking Your AMD GPU's Potential: A Deep Dive Into Amdgpu_top on Ubuntu - Oreate AI Blog
February 27, 2026 - A guide to installing and using amdgpu_top on Ubuntu for detailed AMD GPU monitoring, covering source compilation, dependencies, and basic usage.
🌐
GitHub
github.com › Syllo › nvtop
GitHub - Syllo/nvtop: GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel, NVIDIA and Qualcomm · GitHub
May 7, 2026 - A PPA supporting Ubuntu 20.04 and newer is provided by Quentin Lienhardt that offers an up-to-date version of nvtop, enabled for NVIDIA, AMD and Intel.
Starred by 10.8K users
Forked by 399 users
Languages   C 92.1% | CMake 5.5%
🌐
Snapcraft
snapcraft.io › amdtop
Install AMDTOP on Linux | Snap Store
December 21, 2025 - AMDTOP(Advance Monitoring Devices TOP) A robust task monitor for AMD GPUs.
🌐
OneUptime
oneuptime.com › home › blog › how to install amd gpu drivers on ubuntu
How to Install AMD GPU Drivers on Ubuntu
March 2, 2026 - amdgpu (kernel driver): Open-source, ships with Ubuntu's kernel. Works out of the box for most RDNA and GCN GPUs. Handles display and basic OpenGL/Vulkan. Radeon Software for Linux: AMD's packaged graphics and workstation stack on top of the ...
Find elsewhere
🌐
nixCraft
cyberciti.biz › nixcraft › hardware › nvtop – awesome linux task monitor for nvidia, amd & intel gpus
nvtop - Awesome Linux task monitor for NVIDIA, AMD & Intel GPUs - nixCraft
September 12, 2025 - The nvtop command is a ncurses-based (new curses lib that displays info in terminals) GPU status viewer for AMD, Intel and NVIDIA GPUs. In other words, you can use this interactive GPU process viewer for the following GPUs on Linux: AMD GPUs ...
🌐
Linux Hint
linuxhint.com › apps-monitor-amd-gpu-linux
Apps to Monitor AMD GPUs Using Open Source Drivers in Linux – Linux Hint
Radeontop is an open source application to monitor GPU usage statistics for AMD cards. It works with both open source drivers and legacy catalyst drivers. Though some features may be limited for catalyst drivers. It can show a variety of data about GPU usage in real time and all statistics ...
🌐
GitHub
github.com › clbr › radeontop
GitHub - clbr/radeontop · GitHub
Requires access to /dev/dri/cardN files or /dev/mem (root privileges). R600 and up, even Southern Islands should work fine. Works with both the open drivers and AMD Catalyst. For the Catalyst driver, only the mem path is currently supported ...
Starred by 916 users
Forked by 87 users
Languages   C 90.1% | Makefile 4.4% | Roff 4.0% | Shell 1.5%
🌐
MangoHost
mangohost.net › mangohost blog › radeontop & amdgpu_top: gpu stats for amd users
radeontop & amdgpu_top: GPU Stats for AMD Users
June 27, 2025 - It displays this info in a curses (text UI) interface, updating every second or so. radeontop is older and works with both the legacy radeon and newer amdgpu drivers. amdgpu_top is newer, more detailed, and only works with the amdgpu driver (which ...
🌐
OneUptime
oneuptime.com › home › blog › how to install gpu drivers (nvidia/amd) on ubuntu
How to Install GPU Drivers (NVIDIA/AMD) on Ubuntu
January 15, 2026 - # Install nvtop - works with NVIDIA and AMD GPUs sudo apt install nvtop # Run nvtop for interactive monitoring # Shows processes, utilization, memory, temperature nvtop # nvtop keybindings: # F2 - Setup/configuration # F9 - Kill process # F10 - Quit # Arrow keys - Navigate # Enter - Select process for details · # Install intel-gpu-tools for Intel GPU monitoring sudo apt install intel-gpu-tools intel_gpu_top # Interactive Intel GPU monitor # Install radeontop for AMD monitoring (older/alternative) sudo apt install radeontop radeontop # GreenWithEnvy - GUI for NVIDIA GPU management flatpak install flathub com.leinardi.gwe flatpak run com.leinardi.gwe # For scripting and automation - Python GPU monitoring pip install gpustat gpustat -cp # Colored output with process info
🌐
Ask Ubuntu
askubuntu.com › tags › amdgpu › topusers
'amdgpu' Top Users - Ask Ubuntu
amdgpu × 543 amd-graphics × 171 drivers × 167 graphics × 84 radeon × 59 20.04 × 54 amdgpu-pro × 53 kernel × 46 multiple-monitors × 37 boot × 36 xorg × 36 gpu-driver × 32 18.04 × 30 22.04 × 28 gpu × 26 amd-ryzen × 26 display × 19 16.04 × 17 mesa × 17 nvidia × 16 freeze × 15 kubuntu × 14 opencl × 14 suspend × 12 24.04 × 12
🌐
ArchWiki
wiki.archlinux.org › title › AMDGPU
AMDGPU - ArchWiki
May 28, 2026 - (Replace BONAIRE with the name of the core that's in your GPU, such as TOPAZ, HAWAII, etc. You can find the core name by looking up your GPU or by using a GPU diagnostic utility such as amdgpu_top)
🌐
UbuntuHandbook
ubuntuhandbook.org › home › howtos › how to monitor gpu usage in ubuntu 24.04 | 22.04
How to Monitor GPU Usage in Ubuntu 24.04 | 22.04 | UbuntuHandbook
For NVIDIA and AMD graphics card, there’s a htop like task monitor called nvtop (Neat Videocard TOP). It shows real-time GPU and GPU Memory usage in both total and per process basis, along with temperature, power usage, and graph information. ... nvtop also supports Intel GPU, however, it ...
🌐
AMD ROCm
rocm.docs.amd.com › projects › install-on-linux › en › docs-6.4.0 › install › install-methods › amdgpu-installer › amdgpu-installer-ubuntu.html
Ubuntu AMDGPU installer installation — ROCm installation (Linux)
sudo apt update wget https://repo.radeon.com/amdgpu-install/6.4/ubuntu/noble/amdgpu-install_6.4.60400-1_all.deb sudo apt install ./amdgpu-install_6.4.60400-1_all.deb sudo apt update Ubuntu 22.04
🌐
AMD
amd.com › https://www.amd.com/en.html › customer support › downloads › linux drivers for radeon and radeon pro graphics
Linux® Drivers for AMD Radeon™ and Radeon PRO™ Graphics
May 23, 2025 - Download* Radeon™ Software for Linux® version 26.12 for Ubuntu 26.04 HWE · Driver Details · Release Notes · Radeon™ Software for Linux® Driver installation instructions​​​​​ · *By clicking the "Download" button, you are confirming that you have read and agree to be bound ...