simple webserver exposing system load informations
Find a file
2023-12-04 00:41:52 +01:00
src feat: made it a lot cleaner, switched to axum 2023-11-08 02:11:28 +01:00
.editorconfig chore: added project config 2022-09-30 02:05:51 +02:00
.gitignore chore: added project config 2022-09-30 02:05:51 +02:00
.rustfmt.toml chore: added project config 2022-09-30 02:05:51 +02:00
Cargo.toml feat: made it a lot cleaner, switched to axum 2023-11-08 02:11:28 +01:00
index.html feat: added super simple html chart polling api 2023-12-04 00:41:52 +01:00
README.md initial commit 2022-09-29 19:41:57 +02:00

Server Monitor

A small rust webserver exposing an HTTP api to get info about server resource utilization.

Built with rocket and systemstat