-
Notifications
You must be signed in to change notification settings - Fork 47
Metrics
Alexander Polakov edited this page Oct 18, 2016
·
2 revisions
syncookied supports sending metrics to influxdb over udp. You can use grafana for visualization.
Add this section to influxdb.conf:
[[udp]]
enabled = true
bind-address = ":8089"
database = "syncookied"
retention-policy = ""
batch-size = 5000
batch-pending = 10
read-buffer = 0
batch-timeout = "1s"
precision = ""
Add influxdb as a data source
rx_pps
- packets received per second
tx_pps
- packets sent per second
...