Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 273 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 273 Bytes

StatMonitor

A compact and easy to use system monitor for Linux written in Rust.

Quickstart

  1. Clone the repository
  2. Run cargo build --release
  3. Run ./target/release/statmonitor
  4. Enjoy! You can specify a port with PORT environment variable, default is 8080.