amdgpu_top
Tool to display AMDGPU usage
File Explorer
Download Latest Version (.zip)- check.yml
- release.yml
- amdgpu_top-tui.desktop
- amdgpu_top.desktop
- io.github.umio_yasuno.amdgpu_top.metainfo.xml
- BIZUDGothic-Regular.ttf
- LICENSE_BIZUDGothic
- amdgpu_top_gui.ftl
- amdgpu_top_gui.ftl
- amdgpu_top_gui.ftl
- app.rs
- gui_app_data.rs
- gui_device_info.rs
- gui_gpu_metrics.rs
- lib.rs
- localize.rs
- tab_gui.rs
- util.rs
- Cargo.toml
- i18n.toml
- dump.rs
- lib.rs
- output_json.rs
- Cargo.toml
- activity.rs
- fdinfo.rs
- gpu_metrics.rs
- memory_error_count.rs
- mod.rs
- perf_counter.rs
- sensors.rs
- util.rs
- vram.rs
- xdna_fdinfo.rs
- app.rs
- lib.rs
- smi.rs
- Cargo.toml
- amdgpu_fdinfo.rs
- amdgpu_fdinfo_sort.rs
- mod.rs
- proc_info.rs
- cpu_freq.rs
- gfxoff_state.rs
- gpu_activity.rs
- gpu_metrics_util.rs
- hwmon_power.rs
- mod.rs
- pcie_bw.rs
- perf_counter.rs
- sensors.rs
- bindings.rs
- fdinfo_sample.txt
- ioctl.rs
- mod.rs
- README.md
- xdna_device_path.rs
- xdna_fdinfo.rs
- xdna_fdinfo_stat.rs
- app.rs
- app_device_info.rs
- device_path.rs
- drm_mode.rs
- lib.rs
- ppfeaturemask.rs
- Cargo.toml
- README.md
- amdgpu_top.1
- dump.json
- man.amdgpu_top.md
- sample.json
- args.rs
- drm_info.rs
- dump_info.rs
- dump_pp_table.rs
- dump_process.rs
- dump_xdna_device.rs
- main.rs
- .gitignore
- AUTHORS
- build.rs
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
π Installation Guide
git clone https://github.com/Umio-Yasuno/amdgpu_top
Downloads the entire project code from GitHub to your computer.
cd amdgpu_top
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Rust (rustup) Rust is required to use cargo.
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
cargo install amdgpu_top
Builds and installs the package published on crates.io β no need to clone the repo yourself.
cargo install --locked --path .
Builds and installs the package published on crates.io β no need to clone the repo yourself.
cargo install --locked --path . --no-default-features --features="tui"
Builds and installs the package published on crates.io β no need to clone the repo yourself.
sudo apt install libdrm-dev
Installs directly from the APT package repository (Debian/Ubuntu-based).
Pulled directly from this repo's README.
3. Rust
Medium- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo run -- [options ..]
Builds and then immediately runs the program.
cargo install amdgpu_top
Builds and installs the package published on crates.io β no need to clone the repo yourself.
cargo install --locked --path .
Builds and installs the package published on crates.io β no need to clone the repo yourself.
cargo install --locked --path . --no-default-features --features="tui"
Builds and installs the package published on crates.io β no need to clone the repo yourself.
Pulled directly from this repo's README.
