Releases: Umio-Yasuno/amdgpu_top
Releases · Umio-Yasuno/amdgpu_top
v0.1.5
- Added GUI mode (Requires
--gui
as argument) - Added PCIe Throughput to Sensors viewer
- Removed CP_STAT viewer
- In GFX9 APU, "Prefetch Parser" is an invalid value.
- Removed GPU_LOAD for Sensors viewer
- Some Raven/Picasso/Raven2 APUs don't support GPU_LOAD sensor, then AMDGPU driver always returns 100.
- https://gitlab.freedesktop.org/drm/amd/-/issues/1932#note_1807309
- fdinfo
- Changed fdinfo sorting by VRAM usage by default
- Added support for processes opening
/dev/dri/cardN
(requires root privileges) - Added filter systemd processes from fdinfo target
- Applications like
gnome-shell
share the AMDGPU driver context with systemd processes
- Applications like
- Added support for CJK process name
- Added support for VCN_JPEG (Decoder) usage
- Added
-u <u64>
option- Update interval in seconds of the process index for fdinfo (default: 5s)
- Added package information (#3, #6)
- ...Some other fixes and updates
v0.1.4
- Release .AppImage package (thanks cargo-appimage)
- Update Memory Usage viewer
- Add sorting fdinfo by MediaEngine usage
- Add PowerCap to Sensors viewer
- Add GPU Metrics viewer
- Vega12 or later (dGPU), Renoir or later (APU) supports GPU Metrics.
- Display the following information
- v1.1/v1.2: Edge/Hotspot/Mem/VRGFX/VRSoC/VRMem/HBM Temperature, Average Socket Power
- v1.3: Edge/Hotspot/Mem/VRGFX/VRSoC/VRMem/HBM Temperature, Average Socket Power, SoC/GFX/Mem Voltage
- v2.1/v2.2/v2.3: GFX/SoC/CPU Core/L3Cache Temperature, Average Socket/CPU/SoC/GFX/CPU Core Power
v0.1.3
- Release deb package (initial)
- Add fan rpm (
fan1_input
) to the sensors viewer
v0.1.2
- Switching the backend of Cursive to crossterm removed dependence on
ncurses
- Simple
fdinfo
parser & viewer - Sorting
fdinfo
by {PID, VRAM usage, GFX usage} - Improvements to libdrm-amdgpu-sys-rs build process have removed the creation of additional bindings file
- Remove {SRBM (UVD), SRBM2, gem_info, pm_info} viewer (replaced by the
fdinfo
viewer)