graphics driver for AMD GPUs on Linux
AMDGPU_boot_log_screenshot.png
AMDgpu is an open source device driver for the Linux operating system developed by AMD to support its Radeon lineup of graphics cards (GPUs). It was announced in 2014 as the successor … Wikipedia
Factsheet
Developer AMD
Release 1.0 / 20 April 2015; 11 years ago (2015-04-20)
Stable release 6.16
/ 4 August 2025; 10 months ago (2025-08-04)
Factsheet
Developer AMD
Release 1.0 / 20 April 2015; 11 years ago (2015-04-20)
Stable release 6.16
/ 4 August 2025; 10 months ago (2025-08-04)
🌐
GitHub
github.com › Umio-Yasuno › amdgpu_top
GitHub - Umio-Yasuno/amdgpu_top: Tool to display AMDGPU usage · GitHub
amdgpu_top is tool that display AMD GPU utilization, like umr or clbr/radeontop or intel_gpu_top.
Starred by 1.6K users
Forked by 54 users
Languages   Rust 97.3% | Fluent 2.7%
🌐
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)
Discussions

Amdgpu_top Throttle Status - Linux - Framework Community
I am looking in amdgpu_top and see the following: Throttle Status: [PROCHOT_CPU, PROCHOT_GPU] Using a EC CCD, there is a “apthrottle” command that lists the status of each prochot throttle. The EC apthrottle command says there are no active PROCHOT throttles, but amdgpu_top says there are. More on community.frame.work
🌐 community.frame.work
0
May 8, 2025
what is the best amd gpu that i could buy?
Well what is your budget? The "best" would be the 7900 xtx, but that will be bottlenecked by your cpu for sure. More on reddit.com
🌐 r/AMDHelp
81
15
July 12, 2024
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_TOP v0.1.4 - GPU Metrics viewer, .AppImage package
How does this differ from radeontop? Just curious since I'd want to switch if it's more feature complete More on reddit.com
🌐 r/linux_gaming
13
170
April 9, 2023
🌐
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 ...
🌐
Docs.rs
docs.rs › crate › amdgpu_top › latest › source › README.md
amdgpu_top 0.11.5 - Docs.rs
sage ``` cargo run -- [options ..] # or amdgpu_top [options ..] ``` ``` # 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> ``` ### Options ``` FLAGS: -d, --dump Dump AMDGPU info.
🌐
Arch Linux
archlinux.org › packages › extra › x86_64 › amdgpu_top
Arch Linux - amdgpu_top 0.11.5-1 (x86_64)
View the file list for amdgpu_top · View the soname list for amdgpu_top · Copyright © 2002-2026 Judd Vinet, Aaron Griffin and Levente Polyák. The Arch Linux name and logo are recognized trademarks. Some rights reserved.
Find elsewhere
🌐
OpenSUSE Manpages
manpages.opensuse.org › tumbleweed › amdgpu_top › amdgpu_top(1)
amdgpu_top(1) — amdgpu_top
amdgpu_top is tool that display AMD GPU utilization, like umr [1] or clbr/radeontop [2] or intel_gpu_top [3] .
🌐
Gentoo
packages.gentoo.org › packages › sys-apps › amdgpu_top
sys-apps/amdgpu_top – Gentoo Packages
Tool to display AMDGPU usage · https://github.com/Umio-Yasuno/amdgpu_top
🌐
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 AMD users, the tools for real-time GPU monitoring have always lagged behind NVIDIA’s ecosystem (think nvidia-smi). But that’s changed—thanks to radeontop and amdgpu_top.
🌐
Fedora
copr.fedorainfracloud.org › coprs › jfaracco › amdgpu_top
jfaracco/amdgpu_top Copr
The amdgpu_top is tool that display AMD GPU utilization, like umr or clbr/radeontop or intel_gpu_top.
🌐
crates.io
crates.io › crates › amdgpu_top › 0.6.1
amdgpu_top - crates.io: Rust Package Registry
Tool to displays AMDGPU usage. The tool displays information gathered from performance counters (GRBM, GRBM2), sensors, fdinfo, gpu_metrics and AMDGPU driver.
🌐
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
🌐
openSUSE
software.opensuse.org › package › amdgpu_top
amdgpu_top
Tool that displays AMD GPU utilization. The tool displays information gathered from performance counters (GRBM, GRBM2), sensors, fdinfo, and AMDGPU driver.
🌐
daily.dev
daily.dev › home › casey primozic › `amdgpu_top`: a modern `radeontop` alternative
`amdgpu_top`: A Modern `radeontop` Alternative | daily.dev
March 31, 2026 - amdgpu_top is a modern, actively developed alternative to radeontop for monitoring AMD GPU performance on Linux. Written in Rust and installable via cargo, it...
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource amdgpu_top
amdgpu_top is tool that show AMD GPU utilization, like umr or clbr/radeontop.
🌐
Alpine Linux
pkgs.alpinelinux.org › package › edge › testing › x86_64 › amdgpu_top
amdgpu_top - Alpine Linux packages
June 12, 2025 - Package details · Depends (4) · so:libc.musl-x86_64.so.1 · so:libdrm.so.2 · so:libdrm_amdgpu.so.1 · so:libgcc_s.so.1 · Required by (0) · Sub Packages (1) · amdgpu_top-doc · Provides (1)
🌐
Framework Community
community.frame.work › framework laptop 16 › linux
Amdgpu_top Throttle Status - Linux - Framework Community
May 8, 2025 - I am looking in amdgpu_top and see the following: Throttle Status: [PROCHOT_CPU, PROCHOT_GPU] Using a EC CCD, there is a “apthrottle” command that lists the status of each prochot throttle. The EC apthrottle command says there are no active PROCHOT throttles, but amdgpu_top says there are.