balena-io-examples / internetspeedtest

Log your internet download, upload and ping metrics ti influxDB, and Grafana it. Grafana all the things!
GNU General Public License v3.0
56 stars 18 forks source link

Grafana: Fix conversion of Speedtest's bytes to Mbps #13

Closed yavin87 closed 3 years ago

yavin87 commented 3 years ago

Currently Grafana gives a wrong Mbps value by a factor of 10.

Googling "bytes to megabit" shows that the division should be "bytes / 125000".