Go to file
2021-04-26 20:40:09 +02:00
agent Add a disk stat. 2021-04-26 20:40:09 +02:00
gradle/wrapper Initial commit, work in progress 2021-04-25 15:25:20 +02:00
shared Initial commit, work in progress 2021-04-25 15:25:20 +02:00
.gitattributes Initial commit, work in progress 2021-04-25 15:25:20 +02:00
.gitignore Add a disk stat. 2021-04-26 20:40:09 +02:00
gradlew Initial commit, work in progress 2021-04-25 15:25:20 +02:00
gradlew.bat Initial commit, work in progress 2021-04-25 15:25:20 +02:00
README.md Initial commit, work in progress 2021-04-25 15:25:20 +02:00
settings.gradle Initial commit, work in progress 2021-04-25 15:25:20 +02:00

System Monitor

... or some better name.

Agent

Runs on your host and collects metrics. Metrics are aggregated and sent to central collector.

Metrics are currently processor, memory and disk usage statistics.

TODO: Collector

Receives aggregated measurements from agents and saves metrics info InfluxDB.