influxdata / community-templates

InfluxDB Community Templates: Quickly collect & analyze time series data from a range of sources: Kubernetes, MySQL, Postgres, AWS, Nginx, Jenkins, and more.

Home Page:https://www.influxdata.com/products/influxdb-templates/gallery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux_system: the Network graph seems to be misleading (number of bytes per what?)

x-yuri opened this issue · comments

Template: linux_system

Describe the problem
The Network graph displays the number of bytes sent/received per some arbitrary period of time that depends on windowPeriod. At first I thought it's the number of bytes per second. Isn't it better to display bytes per some fixed interval?

To Reproduce
Steps to reproduce the behavior:

  1. Open the Linux System dashboard
  2. Take a look at the Network graph

Expected behavior
I expect the values to have some clear (absolute, not relative) meaning. As it is the graph can only serve to show spikes, but not how much data is transferred.

How are you running InfluxDB?

  • InfluxDB Cloud platform
  • InfluxDB 2.0 on a remote server
  • InfluxDB 2.0 on my local machine