Skip to content

Releases: riteshdhurwey/SysMon

v0.2.0 - ncurses TUI

22 Mar 14:15

Choose a tag to compare

Major update — full terminal dashboard.

Added

  • Full ncurses TUI with windowed layout
  • Scrollable, sortable process list
  • Sort by CPU%, Memory, PID
  • Kill process feature (K key)
  • Network I/O monitoring
  • Process runtime (TIME+)
  • Total process and zombie count
  • GTest suite (7 passing tests)
  • GitHub Actions CI pipeline
  • MIT License

v0.1.0 - Initial Release

22 Mar 14:14

Choose a tag to compare

Initial version of SysMon.

  • Real-time CPU, Memory, Disk monitoring
  • Reads directly from /proc filesystem
  • CLI output, no TUI