On Wednesday, September 14, 2016 at 4:05:12 AM UTC+5:30, [email protected] 
wrote:
> 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?

Hi Team,

I am also getting the similar problem when I am trying to create the report 
using Influx DB and Grafana. Can any one let me know the Query to be used and 
if any one has Network monitoring dash board using InfluxDB and Grafana Please 
share.

Thanks and Regards,
Sree

-- 
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/da8bfb50-d3e8-4787-90b3-16c898071153%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to