sysmon/README.md

15 lines
318 B
Markdown
Raw Normal View History

2021-04-25 13:25:20 +00: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.