Real-time process monitoring and anomaly detection CLI. Think htop meets security.
- Real-time CPU/memory per process
- Anomaly detection (CPU spike alerts)
- Filter by process name
- Color-coded by resource usage
cargo install procwatchprocwatch # default 1s interval, top 20
procwatch -i 2 --top 50 # 2s interval, show 50
procwatch --filter python # only python processes
procwatch --anomaly # enable spike detection