Skip to content

wangl-dev/sysmonitor-rs

Repository files navigation

SysMonitor-rs

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.

Features

  • 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

Tech Stack

  • Language: Rust
  • Frontend: HTML / CSS / JavaScript
  • Build: Cargo

Quick Start

Then open http://localhost:8080 in your browser.

Architecture

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.

About

Real-time system monitoring tool with web dashboard, written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors