| Crates.io | procmon |
| lib.rs | procmon |
| version | 0.1.1 |
| created_at | 2025-08-24 12:07:16.993872+00 |
| updated_at | 2025-09-11 15:22:37.104286+00 |
| description | ProcMon: terminal-based process monitor in Rust. Displays CPU, memory, threads, and priority in real-time. |
| homepage | https://github.com/chiragkpoojary/procmon |
| repository | https://github.com/chiragkpoojary/procmon |
| max_upload_size | |
| id | 1808288 |
| size | 161,129 |
ProcMan is a terminal-based process monitor written in Rust, inspired by top and htop.
It allows you to view running processes, CPU and memory usage, number of threads, and process priority in real-time.

crosstermIf you have Rust and Cargo installed, you can install ProcMan globally:
cargo install procmon
If you do not have Rust and Cargo installed, download precompiled binaries from GitHub Releases:
After downloading, make it executable (Linux/macOS):
chmod +x procmon
./procmon