simple webserver exposing system load informations
Find a file
2022-09-30 02:06:50 +02:00
src feat: initial implementation keeps track of network per session 2022-09-30 02:06:50 +02: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: initial implementation keeps track of network per session 2022-09-30 02:06:50 +02: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