Hi,
I use Grafana, Telegraf and InfluxDB to monitor linux virtual machines. How can have panel for network load (bytes / sec)? I have configured inputs.net to Telegraf but can only get bytes sent and received in total?
Hi,
I use Grafana, Telegraf and InfluxDB to monitor linux virtual machines. How can have panel for network load (bytes / sec)? I have configured inputs.net to Telegraf but can only get bytes sent and received in total?
Use InfluxDB DERIVATE function to calculate rate (bytes/sec) from total bytes metric.
Thanks it works well!