mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-04 04:00:20 -06:00
[PR #876] Add amdgpu_top build scripts #142
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVED/pull/876
Author: @PeterSuh-Q3
Created: 9/9/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
d47a3d2Add amdgpu_top build scripts📊 Changes
1 file changed (+214 additions, -0 deletions)
View changed files
➕
tools/addon/amdgpu_top-build.sh(+214 -0)📄 Description
The provided script automates the installation and build process of the AMD GPU monitoring tool called amdgpu_top on Linux systems such as Ubuntu. The main workflow includes:
Installing required build packages via apt, including build-essential, git, curl, and development libraries like libdrm.
Installing the Rust programming environment via the official rustup script, which provides the latest Rust compiler and Cargo.
Setting Rust environment variables for the current shell session by sourcing $HOME/.cargo/env.
Cloning the amdgpu_top repository from GitHub and building it using cargo.
Copying the compiled binary to /usr/sbin for system-wide availability.
🛑 New scripts must first be submitted to ProxmoxVED for testing.
PRs for new scripts that skip this process will be closed.
✍️ Description
🔗 Related PR / Issue
Link: #
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.🔍 Code & Security Review (X in brackets)
Code_Audit.md&CONTRIBUTING.mdguidelinesAppName.sh,AppName-install.sh,AppName.json)📋 Additional Information (optional)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.