Skip to content

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.

grafana dashboard

Configuring influxdb

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 = ""

Configuring grafana

Add influxdb as a data source

Metrics

rx_pps - packets received per second tx_pps - packets sent per second ...

Clone this wiki locally