A real-time system monitor for Linux with zram statistics.
- CPU, RAM, and SWAP usage monitoring
- Load average (1m, 5m, 10m)
- ZRAM compression ratio statistics
- Health score based on system performance
- Renice mode to kill top CPU-consuming processes with selection (no more typing PIDs!)
- Config file with options to hide based on minimum CPU/Memory usage to prevent clutter
curl -sL https://github.com/dpriskorn/rstop/releases/download/v0.1.0/install.sh | bashThen add to PATH:
export PATH=$HOME/.local/rstop/bin:$PATHcargo build --releaseThe binary will be at target/release/rstop.
./target/release/rstop # Default 2s interval
./target/release/rstop -i 1 # 1s interval
./target/release/rstop --interval 0.5 # 0.5s intervalGPLv3 or later