Go to file
Mark Nellemann afdc293b43 Correct serialization / deserialization of MetricResult. 2021-05-06 10:57:35 +02:00
agent Correct serialization / deserialization of MetricResult. 2021-05-06 10:57:35 +02:00
collector Correct serialization / deserialization of MetricResult. 2021-05-06 10:57:35 +02:00
gradle/wrapper Initial commit, work in progress 2021-04-25 15:25:20 +02:00
plugins Cleanup in build files. 2021-05-04 17:54:47 +02:00
shared Correct serialization / deserialization of MetricResult. 2021-05-06 10:57:35 +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
README.md Initial commit, work in progress 2021-04-25 15:25:20 +02:00
build.gradle Cleanup in build files. 2021-05-04 17:54:47 +02:00
gradle.properties Cleanup in build files. 2021-05-04 17:54:47 +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
settings.gradle Combined work from collector branch into this. 2021-05-04 14:23:34 +02:00

README.md

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.