A real-time system monitoring tool with a web-based dashboard, written in Rust. Tracks CPU, memory, disk, and network metrics with an interactive visualization interface.
- Real-time monitoring of CPU, memory, disk, and network I/O
- Web-based dashboard with live-updating charts
- Lightweight and efficient, minimal resource overhead
- Cross-platform support
- Language: Rust
- Frontend: HTML / CSS / JavaScript
- Build: Cargo
Then open http://localhost:8080 in your browser.
The application uses a client-server model where the Rust backend collects system metrics via platform-specific APIs and serves them over HTTP, while the frontend renders real-time visualizations.