Skip to content

Releases: Umio-Yasuno/amdgpu_top

v0.1.5

23 Apr 15:41
Compare
Choose a tag to compare
  • 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
  • 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
    • 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

09 Apr 11:56
Compare
Choose a tag to compare
  • 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

04 Apr 15:57
Compare
Choose a tag to compare
  • Release deb package (initial)
  • Add fan rpm (fan1_input) to the sensors viewer

v0.1.2

03 Apr 13:27
Compare
Choose a tag to compare
  • 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)