Sys-Monitor is a resource monitor application created using Rust and egui library The application is meant to monitor your systems resource such as cpu load, memory, networks, storage etc, the application is sometimes unstable and unoptimized , contribution to this repo is appreciated
- Rust
- egui
- egui_plot
- eframe
IDE used:- Helix with rust-analyzer LSP
you need rust and cargo installed
First clone this repo
git clone https://github.com/PrethamMuthappa/Sys-Monitor.git
Cd into the folder
cd Sys-Monitor
Then run the command in your terminal
cargo run