I need to draw a graph for network BW from multiple servers, that is colelcted
using telegraf net.bytes_sent. For one server it works fine, but when I'm doing
it for multiple servers with this query:
SELECT derivative(sum("bytes_sent"), 10s) FROM "net" WHERE "interface" =
'eth0' AND $timeFilter group by time(10s)
The problem is when new server starts reporting to InfluxDB first value will be
like 5TB and the next one will be 5TB+1Mb, so on total graph there will be a
spike.
What is the best way to draw network bandwidth for multiple servers? Use
continuous queries? Kapacitor? Or may be I need to add one more metric that
will be computed on the host that will push data to InfluxDB as increments?
--
Remember to include the InfluxDB version number with all issue reports
---
You received this message because you are subscribed to the Google Groups
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit
https://groups.google.com/d/msgid/influxdb/59207ed9-8348-45a6-b205-d31bbf21cab1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.