This is a simple process monitoring tool written in Rust. It uses the sysinfo
library to gather information about running processes and their resource usage. The tool displays the processes sorted by their average CPU usage, filtering out processes below a certain CPU usage threshold.
Run
bash
cargo install atop
Or clone the repo and run cargo build --release
in the project directory.
MIT