🌐
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%
🌐
GitHub
github.com › clbr › radeontop
GitHub - clbr/radeontop · GitHub
View your GPU utilization, both for the total activity percent and individual blocks. 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 - this means it won't run on the default Ubuntu kernels that block /dev/mem.
Starred by 916 users
Forked by 87 users
Languages   C 90.1% | Makefile 4.4% | Roff 4.0% | Shell 1.5%
Discussions

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
How to display GPU in BTOP?
Yeah, so... You somehow installed a musl package... running on Pop!, and runs fine except for.... And the Kernal is a special Kernel, it's a Kernal... Who knows? None of this adds up. You don't want 'musl' with Pop!, it's imposibru! Don't even know how it kinda works. More on reddit.com
🌐 r/linuxquestions
2
5
May 4, 2025
AMD-GPU unter Ubuntu: Umgebungsfrage
Diese Software ermöglicht den Hochleistungsbetrieb von AMD-GPUs für rechenintensive Aufgaben unter Linux. ... Seit gut einer Woche versuche ich, eine alte Ubuntu-Installation, die ich auf einem Intel NUC hatte, auf einem Desktop-PC zum Laufen zu bringen, indem ich einfach die Festplatte tausche… More on reddit.com
🌐 r/ROCm
26
6
January 21, 2025
What GPU is best for Linux
I’m gotten mixed responses Opinions are strongly held on this topic. Those opinions exist for reasonable reasons, but they aren't really relevant to you. So here's the simple summary: All three brands of GPU work very well in Linux currently: AMD, Intel, Nvidia. With Intel and AMD GPUs, the drivers are built into Linux itself and never need extra attention. With Nvidia, installing the driver needs an extra step. Using the distro package-manager is the way to go, which is slightly simpler than installing a driver on Windows. Otherwise, in most respects, it works pretty much the same as Windows, for the Nvidia driver specifically. Here, I'm going to express some opinion and experience, separate from the facts. If you're going to use a rolling-release distro like Arch, Manjaro, or Void, I'd lean toward AMD or Intel. Arch changes its kernel more frequently than some people change their socks, and having the driver built into Linux means things are simpler when you have frequent kernel updates. If you were going to be using a major stable-release distro, which updates kernel rarely, I wouldn't make the same recommendation. Nvidia is an entirely reasonable choice if you want one, and it will work well. More on reddit.com
🌐 r/linux_gaming
22
14
April 12, 2021
🌐
GitHub
github.com › donvirtus › AMD-GPU-Monitoring-Setup-Guide-on-Ubuntu-24.04
GitHub - donvirtus/AMD-GPU-Monitoring-Setup-Guide-on-Ubuntu-24.04: This guide helps you set up and run `amdgpu_top` to monitor AMD GPUs (integrated Renoir and discrete Radeon Pro WX 2100) on Ubuntu 24.04 with kernel 6.14.0-29-generic. · GitHub
This guide helps you set up and run `amdgpu_top` to monitor AMD GPUs (integrated Renoir and discrete Radeon Pro WX 2100) on Ubuntu 24.04 with kernel 6.14.0-29-generic. - donvirtus/AMD-GPU-Monitoring-Setup-Guide-on-Ubuntu-24.04
Author   donvirtus
🌐
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%
🌐
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

🌐
Docs.rs
docs.rs › crate › amdgpu_top › latest › source › README.md
amdgpu_top 0.11.5 - Docs.rs
### Supported Languages * [en](./crates/amdgpu_top_gui/i18n/en/amdgpu_top_gui.ftl) * [ja (partial)](./crates/amdgpu_top_gui/i18n/ja/amdgpu_top_gui.ftl) * [ka](./crates/amdgpu_top_gui/i18n/ka/amdgpu_top_gui.ftl) ## Alternatives If `amdgpu_top` is not enough for you or you don't like it, try the following applications. * `AMD_DEBUG=info <opengl application>` or `RADV_DEBUG=info <vulkan application>` * Print AMDGPU-related information * <https://docs.mesa3d.org/envvars.html#envvar-AMD_DEBUG> * <https://docs.mesa3d.org/envvars.html#envvar-RADV_DEBUG> * [clbr/radeontop](https://github.com/clbr/radeontop) * View your GPU utilization, both for the total activity percent and individual blocks.
🌐
GitHub
github.com › aristocratos › btop
GitHub - aristocratos/btop: A monitor of resources · GitHub
The Makefile also needs GNU coreutils and sed (should already be installed on any modern distribution). Btop++ supports Nvidia and AMD GPUs and Intel IGPUs out of the box on Linux x86_64, provided you have the correct drivers and libraries.
Starred by 33.2K users
Forked by 1.1K users
Languages   C++ 79.9% | C 18.2% | Makefile 1.1% | CMake 0.8%
🌐
MangoHost
mangohost.net › mangohost blog › radeontop & amdgpu_top: gpu stats for amd users
radeontop & amdgpu_top: GPU Stats for AMD Users
June 27, 2025 - # For radeontop sudo apt install radeontop # Debian/Ubuntu sudo dnf install radeontop # Fedora sudo pacman -S radeontop # Arch # For amdgpu_top (part of libdrm-tests) sudo apt install libdrm-tests # Debian/Ubuntu sudo dnf install libdrm # Fedora (look for amdgpu_top binary) sudo pacman -S libdrm # Arch (may need to build from AUR) If you’re on a minimal cloud image, you might need to enable “universe” or “multiverse” repos, or build from source (see radeontop GitHub and amdgpu_top source).
Find elsewhere
🌐
Gentoo
packages.gentoo.org › packages › sys-apps › amdgpu_top
sys-apps/amdgpu_top – Gentoo Packages
https://github.com/Umio-Yasuno/amdgpu_top · Upstream · USE flags · Global Use Flags · debug · man · License · MIT Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 OFL-1.1 UbuntuFontLicense-1.0 Unicode-3.0 ZLIB · Maintainer(s) Patrick McLean · Related bugs ·
🌐
GitHub
github.com › czombos › AMDGPU-XMR-ETH-Mining-Ubuntu
GitHub - czombos/AMDGPU-XMR-ETH-Mining-Ubuntu: AMD mining optimalization for Ubuntu · GitHub
amdgpu.ppfeaturemask=0xffffffff kernel boot option allows control of GPU power states (GPU / VRAM clocks and voltages) ... sudo update-grub && sudo update-grub2 && sudo update-grub-legacy-ec2 && sudo update-initramfs -u -k all ... wget https://drivers.amd.com/drivers/linux/19.50/amdgpu-pro-19.50-967956-ubuntu-18.04.tar.xz --referer http://support.amd.com/en-us/kb-articles/Pages/Radeon-Software-for-Linux-Release-Notes.aspx tar -Jxvf amdgpu-pro-19.50-967956-ubuntu-18.04.tar.xz cd amdgpu-pro-19.50-967956-ubuntu-18.04 ./amdgpu-pro-install -y --opencl=pal,legacy --headless sudo apt install amdgpu-dkms libdrm-amdgpu-amdgpu1 libdrm2-amdgpu opencl-amdgpu-pro opencl-amdgpu-pro-dev
Starred by 25 users
Forked by 12 users
Languages   Shell
🌐
GitHub
github.com › M-Bab › linux-kernel-amdgpu-binaries
GitHub - M-Bab/linux-kernel-amdgpu-binaries: Kernel binaries (amd64) of amd-staging with DAL and latest security patches · GitHub
So if you have a new AMD graphics card and your HDMI sound is not working you can try to install and boot this kernel and see if it helps. This kernel also helps to run the most recent AMD GPUs with the open source amdgpu driver. It should work on Ubuntu/Debian (+derivatives) versions as long as you have a 64 bit CPU.
Starred by 211 users
Forked by 28 users
🌐
GitHub
github.com › Umio-Yasuno › amdgpu_top › releases
Releases · Umio-Yasuno/amdgpu_top
Tool to display AMDGPU usage. Contribute to Umio-Yasuno/amdgpu_top development by creating an account on GitHub.
Author   Umio-Yasuno
🌐
GitHub
github.com › neuropathbasel › nvtop_2-0-3
GitHub - neuropathbasel/nvtop_2-0-3: AMD and NVIDIA GPUs htop like monitoring tool (version 2.0.3) tested with cuda_11.4.2_470.57.02_linux.run · GitHub
AMD and NVIDIA GPUs htop like monitoring tool (version 2.0.3) tested with cuda_11.4.2_470.57.02_linux.run - neuropathbasel/nvtop_2-0-3
Author   neuropathbasel
🌐
Arch Linux
aur.archlinux.org › packages › amdgpu_top-git
AUR (en) - amdgpu_top-git - Arch Linux
March 17, 2023 - ==> Making package: amdgpu_top-git 0.11.0.r12.gdc98d08-1 (Wed Nov 19 22:06:31 2025) ==> Adding package 'amdgpu_top-git-release.v0.11.0.r12.gdc98d08-1-x86_64.pkg.tar.zst'
🌐
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.
🌐
GitHub
github.com › topics › amdgpu
amdgpu · GitHub Topics
linux cpu opencl amdgpu rocm radeon-open-compute openvx radeon-instinct-mi-series radeon-vega-series amd-openvx khronos-openvx vx-loomsl ... A lightweight GPU-Z clone for Linux. GPU-T provides detailed hardware specs, real-time sensors, and ...
🌐
GitHub
github.com › ilya-zlobintsev › LACT
GitHub - ilya-zlobintsev/LACT: Linux GPU Configuration And Monitoring Tool · GitHub
Here's a list of other useful tools for AMD GPUs on Linux: CoreCtrl - direct alternative to LACT, provides similar functionality in addition to CPU configuration with a Qt UI · amdgpu_top - tool for detailed real-time statistics on AMD GPUs
Starred by 5.1K users
Forked by 129 users
Languages   Rust 72.5% | Fluent 24.1% | CSS 2.7%
🌐
GitHub
github.com › nktice › AMD-AI
GitHub - nktice/AMD-AI: AMD (Radeon GPU) ROCm based setup for popular AI tools on Ubuntu 26.04 · GitHub
sudo tee /etc/apt/sources.list.d/rocm.list << EOF deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/7.2.4 noble main deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/graphics/7.2.4/ubuntu noble main EOF sudo tee /etc/apt/preferences.d/rocm-pin-600 << EOF Package: * Pin: release o=repo.radeon.com Pin-Priority: 600 EOF sudo apt update
Starred by 223 users
Forked by 18 users
🌐
GitHub
github.com › maevii › btop-gpu
GitHub - maevii/btop-gpu: A monitor of resources, forked for GPU support - merged into btop! · GitHub
Btop++ supports NVIDIA and AMD GPUs out of the box on Linux x86_64, provided you have the correct drivers and libraries.
Starred by 55 users
Forked by 2 users
Languages   C++ 98.0% | Makefile 1.4% | CMake 0.6%
🌐
GPU Mart
gpu-mart.com › blog › top-3-linux-gpu-monitoring-command-line-tools
Top 3 Linux GPU Monitoring Command Line Tools
Nvtop stands for Neat Video card TOP, a (h)top like task monitor for AMD, Intel, and NVIDIA GPUs. It can handle multiple GPUs and print information about them in a htop familiar way.