Skip to content

MEMZ v1.0.0 - First Release

Latest

Choose a tag to compare

@naseridev naseridev released this 07 Dec 19:57
· 2 commits to main since this release

MEMZ v1.0.0

Advanced Linux memory analyzer with real-time process tracking.

Features

  • PSS/RSS-based process memory monitoring
  • System memory and swap statistics
  • Physical memory distribution mapping
  • NUMA node awareness
  • Interactive TUI with sortable views

Requirements

  • Linux kernel 4.14+
  • Root privileges

Installation

cargo build --release
sudo ./target/release/memz

Documentation

See README.md for usage guide and WIKI.md for technical details.