Skip to content

Releases: Gitorian/sysmon

v0.2.0 - AMD Support & Modular Refactor

03 Feb 19:32

Choose a tag to compare

Changelog

v0.2.0 – 2026-02-03

Added

  • AMD GPU monitoring via ADLX with automatic vendor detection alongside NVIDIA NVML.[cite:99][cite:102]
  • Feature flags to build NVIDIA-only, AMD-only, or both backends from Cargo features.[cite:99][cite:102]
  • Dedicated modules for metrics, GPU backends, display modes, and logging to keep the core loop lean.[cite:99][cite:101]
  • ASCII minimal and graph views with GPU vendor display, clearer layout, and a GPU ≥95% warning indicator.[file:82][file:83][cite:101]
  • CSV logger with 16KB buffered writes and timestamped filenames for each session.[cite:88][cite:102]

Changed

  • Refactored the previous monolithic main into a modular entry point wired through gpu, display, metrics, and logging.[cite:99][cite:101]
  • Updated the README to document AMD support, feature flags, and the new architecture.[cite:98][cite:102]

Fixed

  • More graceful handling of systems without a compatible GPU by cleanly falling back to CPU/RAM-only monitoring.[cite:89][cite:102]

v0.1.0 - Initial Release

03 Feb 12:47

Choose a tag to compare

Initial commit: Lightweight system monitor with minimal latency impact