Go to file
2021-05-04 14:23:34 +02:00
agent Combined work from collector branch into this. 2021-05-04 14:23:34 +02:00
collector Combined work from collector branch into this. 2021-05-04 14:23:34 +02:00
gradle/wrapper Initial commit, work in progress 2021-04-25 15:25:20 +02:00
plugins Combined work from collector branch into this. 2021-05-04 14:23:34 +02:00
shared Combined work from collector branch into this. 2021-05-04 14:23:34 +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
build.gradle Testing plugin framework. 2021-05-01 14:44:55 +02:00
gradle.properties Testing plugin framework. 2021-05-01 14:44:55 +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 Combined work from collector branch into this. 2021-05-04 14:23:34 +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.