Rtop
Work in Progress
Faster and better alternative to Vtop written in Rust. Features
- Lightweight < 1MB
- Responsive UI
- Sort Process by Memory, CPU Usage and Process Count
- Work on Linux and MacOS
- Graph for Memory and CPU
- Easy to Use
- Designed for You
Downloads
Crates.io
Rtop is available on crates.io You can download it with
cargo install rtop-rs
Build manually
Start by cloning the repo:
git clone https://github.com/SquitchYT/RTop.git
For the next step you need to have Rust and cargo installed on your PC, for that follow the official documentation.
Now switch to project folder and compile a release:
cd RTop && cargo build --release
Your executable will be in the target/release/
folder, it is named rtop-rs
.