Skip to content

Commit

Permalink
Merge pull request #598 from cybin/amdgpu_top
Browse files Browse the repository at this point in the history
amdgpu_top: Adding at v0.10.3
  • Loading branch information
ikeycode authored Feb 17, 2025
2 parents 74f9dac + cdad213 commit 5701468
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 0 deletions.
Binary file added a/amdgpu_top/manifest.x86_64.bin
Binary file not shown.
31 changes: 31 additions & 0 deletions a/amdgpu_top/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/** Human readable report. This is not consumed by boulder */
{
"manifest-version": "0.2",
"packages": {
"amdgpu_top": {
"build-depends": [
"binary(cargo)",
"libdrm-devel"
],
"depends": [
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))",
"soname(ld-linux-x86-64.so.2(x86_64))",
"soname(libc.so.6(x86_64))",
"soname(libdrm.so.2(x86_64))",
"soname(libdrm_amdgpu.so.1(x86_64))",
"soname(libm.so.6(x86_64))",
"soname(libunwind.so.1(x86_64))"
],
"files": [
"/usr/bin/amdgpu_top"
],
"name": "amdgpu_top",
"provides": [
"binary(amdgpu_top)"
]
}
},
"source-name": "amdgpu_top",
"source-release": "1",
"source-version": "0.10.3"
}
6 changes: 6 additions & 0 deletions a/amdgpu_top/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 359802
rss: https://github.com/Umio-Yasuno/amdgpu_top/releases.atom
security:
cpe: ~ # Last checked 2025-01-18

26 changes: 26 additions & 0 deletions a/amdgpu_top/stone.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# SPDX-FileCopyrightText: © 2020-2025 Serpent OS Developers
#
# SPDX-License-Identifier: MPL-2.0
#
name : amdgpu_top
version : 0.10.3
release : 1
homepage : https://github.com/Umio-Yasuno/amdgpu_top
upstreams :
- https://github.com/Umio-Yasuno/amdgpu_top/archive/refs/tags/v0.10.3.tar.gz : b74065ea89fb35a572dddccc22b71e81b7cb1e76b83027704814595e4fcdc6e4
summary : A tool that displays AMD GPU utilization
description : |
The tool displays information gathered from performance counters (GRBM, GRBM2), sensors, fdinfo, and AMDGPU driver.
networking : yes
license :
- MIT
builddeps :
- binary(cargo)
- libdrm-devel
setup : |
%cargo_fetch
build : |
%cargo_build
install : |
%cargo_install

0 comments on commit 5701468

Please sign in to comment.