Simple cli-based system monitor using sysinfo for data collection and ratatui for the user interface.
Mainly for learning purposes!
Usual stuff like:
- System informations
- Resources
- Top processes
- Disks & Network interfaces
Global Install (Recommended):
cargo install --git https://github.com/doveyQ/sentinel.gitLocal Build (For development):
git clone https://github.com/doveyQ/sentinel.git
cd sentinel && cargo run --release- Press
qorEscto quit. - Data refreshes every 2 seconds.
Used Opus 4.6 to implement the initial version of the UI.