It's a terminal monitoring tool to monitor CPU, RAM, HDD
- Archlinux
- Install rust lang:
curl https://sh.rustup.rs -sSf | sh
- Clone the repo:
git clone https://github.com/Godod/monitoring.git
- Build the application:
cd monitoring/
cargo build --release
- Program path
target/release/monitoring
- hashindexed = "0.1"
- lazy_static = "0.2"
- regex = "0.2"
- term-painter = "0.2"
- term = "0.4"