diff --git a/GrafanaDash-SpeedTests.json b/GrafanaDash-SpeedTests.json deleted file mode 100644 index cc0749c..0000000 --- a/GrafanaDash-SpeedTests.json +++ /dev/null @@ -1,3002 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_INFLUXDB-SPEEDTESTS", - "label": "InfluxDB-speedtests", - "description": "", - "type": "datasource", - "pluginId": "influxdb", - "pluginName": "InfluxDB" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "7.3.6" - }, - { - "type": "panel", - "id": "graph", - "name": "Graph", - "version": "" - }, - { - "type": "datasource", - "id": "influxdb", - "name": "InfluxDB", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "table", - "name": "Table", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "description": "A dashboard to display speedtest data over time.", - "editable": true, - "gnetId": 13053, - "graphTooltip": 0, - "id": null, - "iteration": 1611279295418, - "links": [], - "panels": [ - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "semi-dark-blue", - "mode": "fixed" - }, - "custom": {}, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "red", - "value": null - }, - { - "color": "light-yellow", - "value": 700 - }, - { - "color": "green", - "value": 825 - } - ] - }, - "unit": "Mbits" - }, - "overrides": [] - }, - "gridPos": { - "h": 2, - "w": 3, - "x": 0, - "y": 0 - }, - "id": 116, - "interval": "5m", - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - } - ], - "measurement": "download", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Avg Download Speed", - "type": "stat" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "description": "Uses https://github.com/breadlysm/speedtest-to-influxdb", - "fieldConfig": { - "defaults": { - "custom": {} - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 3, - "gridPos": { - "h": 7, - "w": 18, - "x": 3, - "y": 0 - }, - "hiddenSeries": false, - "id": 104, - "interval": "", - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "connected", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.3.6", - "pointradius": 0.5, - "points": true, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Upload", - "color": "#A352CC" - }, - { - "alias": "Download", - "color": "#3274D9" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "Download", - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - } - ], - "measurement": "download", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT mean(\"bytes\") FROM \"download\" WHERE $timeFilter GROUP BY time($__interval) fill(0)", - "rawQuery": false, - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "alias": "Upload", - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - } - ], - "measurement": "upload", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT mean(\"bytes\") FROM \"download\" WHERE $timeFilter GROUP BY time($__interval) fill(0)", - "rawQuery": false, - "refId": "B", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Speedtest Results", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "Mbits", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "semi-dark-yellow", - "mode": "fixed" - }, - "custom": {}, - "decimals": 2, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "yellow", - "value": 10000 - }, - { - "color": "red", - "value": 14000 - } - ] - }, - "unit": "ms" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 3, - "x": 21, - "y": 0 - }, - "id": 122, - "interval": "5m", - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - } - ], - "measurement": "download", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "elapsed" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Avg Test Time", - "type": "stat" - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "semi-dark-purple", - "mode": "fixed" - }, - "custom": {}, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "red", - "value": null - }, - { - "color": "light-yellow", - "value": 700 - }, - { - "color": "green", - "value": 825 - } - ] - }, - "unit": "Mbits" - }, - "overrides": [] - }, - "gridPos": { - "h": 2, - "w": 3, - "x": 0, - "y": 2 - }, - "id": 118, - "interval": "5m", - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - } - ], - "measurement": "upload", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Avg Upload Speed", - "type": "stat" - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "fieldConfig": { - "defaults": { - "custom": {}, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "decbytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 2, - "w": 3, - "x": 21, - "y": 3 - }, - "id": 124, - "interval": "5m", - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - } - ], - "measurement": "download", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Total Test Downloaded", - "type": "stat" - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "semi-dark-yellow", - "mode": "fixed" - }, - "custom": {}, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "#EAB839", - "value": 90 - }, - { - "color": "red", - "value": 150 - } - ] - }, - "unit": "ms" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 3, - "x": 0, - "y": 4 - }, - "id": 120, - "interval": "5m", - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - } - ], - "measurement": "ping", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "latency" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Avg Test Latency", - "type": "stat" - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "fieldConfig": { - "defaults": { - "custom": {}, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "decbytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 2, - "w": 3, - "x": 21, - "y": 5 - }, - "id": 125, - "interval": "5m", - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - } - ], - "measurement": "upload", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Total Test Uploaded", - "type": "stat" - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "dark-green", - "mode": "fixed" - }, - "custom": {}, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 3, - "x": 0, - "y": 7 - }, - "id": 139, - "interval": "5s", - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [ - { - "params": [ - "$interval" - ], - "type": "time" - } - ], - "measurement": "pings", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "success" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ], - "tz": "" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Uptime", - "type": "stat" - }, - { - "aliasColors": { - "Latency": "semi-dark-yellow", - "Uptime": "dark-green", - "pings.min": "light-green", - "pings.sucess": "dark-green" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "description": "", - "fieldConfig": { - "defaults": { - "custom": {} - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 3, - "gridPos": { - "h": 6, - "w": 21, - "x": 3, - "y": 7 - }, - "hiddenSeries": false, - "id": 138, - "interval": "", - "legend": { - "alignAsTable": false, - "avg": false, - "current": false, - "max": true, - "min": true, - "rightSide": true, - "show": true, - "sideWidth": 180, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "connected", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.3.6", - "pointradius": 0.5, - "points": true, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "pings.min", - "yaxis": 2 - }, - { - "alias": "pings.sucess", - "yaxis": 2 - }, - { - "alias": "Uptime", - "yaxis": 2 - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "Uptime", - "groupBy": [ - { - "params": [ - "$interval" - ], - "type": "time" - } - ], - "measurement": "pings", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT mean(\"bytes\") FROM \"download\" WHERE $timeFilter GROUP BY time($__interval) fill(0)", - "rawQuery": false, - "refId": "B", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "success" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ], - "tz": "" - }, - { - "alias": "Latency", - "groupBy": [ - { - "params": [ - "$interval" - ], - "type": "time" - } - ], - "measurement": "pings", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT mean(\"rtt\") FROM \"pings\" WHERE (\"namespace\" =~ /^$namespace$/) AND success = 1 AND $timeFilter GROUP BY time($interval)", - "rawQuery": true, - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "rtt" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "alias": "", - "groupBy": [ - { - "params": [ - "$interval" - ], - "type": "time" - }, - { - "params": [ - "target" - ], - "type": "tag" - } - ], - "hide": true, - "measurement": "pings", - "orderByTime": "ASC", - "policy": "autogen", - "query": "SELECT mean(\"rtt\") AS \"Latency\" FROM \"pings\" WHERE (\"namespace\" =~ /^$namespace$/) AND success = 1 AND $timeFilter GROUP BY time($interval), \"target\"", - "rawQuery": true, - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "rtt" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - }, - { - "params": [ - "Latency" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "High Frequency Ping Results", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": null, - "format": "ms", - "label": null, - "logBase": 2, - "max": "256", - "min": "4", - "show": true - }, - { - "decimals": null, - "format": "percentunit", - "label": "", - "logBase": 1, - "max": "1", - "min": "0", - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "semi-dark-yellow", - "mode": "fixed" - }, - "custom": {}, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "yellow", - "value": 90 - }, - { - "color": "red", - "value": 150 - } - ] - }, - "unit": "ms" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 3, - "x": 0, - "y": 10 - }, - "id": 140, - "interval": "5s", - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - } - ], - "measurement": "pings", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT mean(\"rtt\") FROM \"pings\" WHERE (\"namespace\" =~ /^$namespace$/) AND success = 1 AND $timeFilter GROUP BY time($__interval)", - "rawQuery": true, - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "rtt" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Avg Ping Latency", - "type": "stat" - }, - { - "collapsed": false, - "datasource": null, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 13 - }, - "id": 137, - "panels": [], - "title": "Leaders (Green) & Laggers (Yellow)", - "type": "row" - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "description": "", - "fieldConfig": { - "defaults": { - "custom": { - "align": "center", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Time" - }, - "properties": [ - { - "id": "custom.width", - "value": 175 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "SPEEDTEST.net URL" - }, - "properties": [ - { - "id": "custom.width", - "value": 525 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Down Mbps" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "dark-green", - "mode": "fixed" - } - }, - { - "id": "custom.displayMode", - "value": "color-background" - } - ] - } - ] - }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 14 - }, - "id": 127, - "options": { - "frameIndex": 0, - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [], - "hide": false, - "measurement": "download", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT max(\"bandwidth\") AS \"Down Mbps\" FROM \"download\" WHERE (\"namespace\" =~ /^$namespace$/) AND $timeFilter", - "rawQuery": false, - "refId": "B", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [], - "type": "max" - }, - { - "params": [ - "Down Mbps" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "upload", - "orderByTime": "ASC", - "policy": "default", - "refId": "C", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [ - "Up Mbps" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "ping", - "orderByTime": "ASC", - "policy": "default", - "queryType": "randomWalk", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "latency" - ], - "type": "field" - }, - { - "params": [ - "Latency ms" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "jitter" - ], - "type": "field" - }, - { - "params": [ - "Jitter ms" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "", - "transformations": [ - { - "id": "merge", - "options": {} - }, - { - "id": "reduce", - "options": { - "includeTimeField": true, - "mode": "reduceFields", - "reducers": [ - "firstNotNull" - ] - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": false - }, - "indexByName": { - "Down Mbps": 2, - "Jitter ms": 5, - "Latency ms": 4, - "Time": 0, - "Up Mbps": 3, - "speedtest_url": 1 - }, - "renameByName": { - "Down Mbps": "", - "speedtest_url": "SPEEDTEST.net URL" - } - } - } - ], - "type": "table" - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "description": "", - "fieldConfig": { - "defaults": { - "custom": { - "align": "center", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Time" - }, - "properties": [ - { - "id": "custom.width", - "value": 175 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "SPEEDTEST.net URL" - }, - "properties": [ - { - "id": "custom.width", - "value": 525 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Latency ms" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "dark-green", - "mode": "fixed" - } - }, - { - "id": "custom.displayMode", - "value": "color-background" - } - ] - } - ] - }, - "gridPos": { - "h": 2, - "w": 24, - "x": 0, - "y": 17 - }, - "id": 134, - "options": { - "frameIndex": 0, - "showHeader": false, - "sortBy": [] - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [], - "hide": false, - "measurement": "ping", - "orderByTime": "ASC", - "policy": "default", - "queryType": "randomWalk", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "latency" - ], - "type": "field" - }, - { - "params": [], - "type": "min" - }, - { - "params": [ - "Latency ms" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "jitter" - ], - "type": "field" - }, - { - "params": [ - "Jitter ms" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "download", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT max(\"bandwidth\") AS \"Down Mbps\" FROM \"download\" WHERE (\"namespace\" =~ /^$namespace$/) AND $timeFilter", - "rawQuery": false, - "refId": "B", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [ - "Down Mbps" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "upload", - "orderByTime": "ASC", - "policy": "default", - "refId": "C", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [ - "Up Mbps" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "", - "transformations": [ - { - "id": "merge", - "options": {} - }, - { - "id": "reduce", - "options": { - "includeTimeField": true, - "mode": "reduceFields", - "reducers": [ - "firstNotNull" - ] - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": false - }, - "indexByName": { - "Down Mbps": 2, - "Jitter ms": 5, - "Latency ms": 4, - "Time": 0, - "Up Mbps": 3, - "speedtest_url": 1 - }, - "renameByName": { - "Down Mbps": "", - "speedtest_url": "SPEEDTEST.net URL" - } - } - } - ], - "type": "table" - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "description": "", - "fieldConfig": { - "defaults": { - "custom": { - "align": "center", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Time" - }, - "properties": [ - { - "id": "custom.width", - "value": 175 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "SPEEDTEST.net URL" - }, - "properties": [ - { - "id": "custom.width", - "value": 525 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Down Mbps" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-yellow", - "mode": "fixed" - } - }, - { - "id": "custom.displayMode", - "value": "color-background" - } - ] - } - ] - }, - "gridPos": { - "h": 2, - "w": 24, - "x": 0, - "y": 19 - }, - "id": 131, - "options": { - "frameIndex": 0, - "showHeader": false, - "sortBy": [] - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [], - "hide": false, - "measurement": "download", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT max(\"bandwidth\") AS \"Down Mbps\" FROM \"download\" WHERE (\"namespace\" =~ /^$namespace$/) AND $timeFilter", - "rawQuery": false, - "refId": "B", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [], - "type": "min" - }, - { - "params": [ - "Down Mbps" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "upload", - "orderByTime": "ASC", - "policy": "default", - "refId": "C", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [ - "Up Mbps" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "ping", - "orderByTime": "ASC", - "policy": "default", - "queryType": "randomWalk", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "latency" - ], - "type": "field" - }, - { - "params": [ - "Latency ms" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "jitter" - ], - "type": "field" - }, - { - "params": [ - "Jitter ms" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "", - "transformations": [ - { - "id": "merge", - "options": {} - }, - { - "id": "reduce", - "options": { - "includeTimeField": true, - "mode": "reduceFields", - "reducers": [ - "firstNotNull" - ] - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": false - }, - "indexByName": { - "Down Mbps": 2, - "Jitter ms": 5, - "Latency ms": 4, - "Time": 0, - "Up Mbps": 3, - "speedtest_url": 1 - }, - "renameByName": { - "Down Mbps": "", - "speedtest_url": "SPEEDTEST.net URL" - } - } - } - ], - "type": "table" - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "description": "", - "fieldConfig": { - "defaults": { - "custom": { - "align": "center", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Time" - }, - "properties": [ - { - "id": "custom.width", - "value": 175 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "SPEEDTEST.net URL" - }, - "properties": [ - { - "id": "custom.width", - "value": 525 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Latency ms" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-yellow", - "mode": "fixed" - } - }, - { - "id": "custom.displayMode", - "value": "color-background" - } - ] - } - ] - }, - "gridPos": { - "h": 2, - "w": 24, - "x": 0, - "y": 21 - }, - "id": 135, - "options": { - "frameIndex": 0, - "showHeader": false, - "sortBy": [] - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [], - "hide": false, - "measurement": "ping", - "orderByTime": "ASC", - "policy": "default", - "queryType": "randomWalk", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "latency" - ], - "type": "field" - }, - { - "params": [], - "type": "max" - }, - { - "params": [ - "Latency ms" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "jitter" - ], - "type": "field" - }, - { - "params": [ - "Jitter ms" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "download", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT max(\"bandwidth\") AS \"Down Mbps\" FROM \"download\" WHERE (\"namespace\" =~ /^$namespace$/) AND $timeFilter", - "rawQuery": false, - "refId": "B", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [ - "Down Mbps" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "upload", - "orderByTime": "ASC", - "policy": "default", - "refId": "C", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [ - "Up Mbps" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "", - "transformations": [ - { - "id": "merge", - "options": {} - }, - { - "id": "reduce", - "options": { - "includeTimeField": true, - "mode": "reduceFields", - "reducers": [ - "firstNotNull" - ] - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": false - }, - "indexByName": { - "Down Mbps": 2, - "Jitter ms": 5, - "Latency ms": 4, - "Time": 0, - "Up Mbps": 3, - "speedtest_url": 1 - }, - "renameByName": { - "Down Mbps": "", - "speedtest_url": "SPEEDTEST.net URL" - } - } - } - ], - "type": "table" - }, - { - "collapsed": false, - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 23 - }, - "id": 108, - "panels": [], - "title": "Averages by Test Server", - "type": "row" - }, - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "description": "Shows the avg speeds received by test site", - "fieldConfig": { - "defaults": { - "custom": { - "align": "center", - "displayMode": "color-background", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "Mbits" - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Ping" - }, - "properties": [ - { - "id": "unit", - "value": "ms" - }, - { - "id": "thresholds", - "value": { - "mode": "percentage", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "#EAB839", - "value": 25 - }, - { - "color": "red", - "value": 50 - } - ] - } - }, - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "max", - "value": 100 - }, - { - "id": "custom.width" - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Test Count" - }, - "properties": [ - { - "id": "unit", - "value": "none" - }, - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "max", - "value": 25 - }, - { - "id": "custom.width", - "value": 150 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Location" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-text" - }, - { - "id": "custom.width", - "value": 180 - }, - { - "id": "custom.align", - "value": "left" - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Download Avg" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "red", - "value": null - }, - { - "color": "yellow", - "value": 50 - }, - { - "color": "green", - "value": 100 - } - ] - } - }, - { - "id": "max" - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Upload Avg" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "red", - "value": null - }, - { - "color": "yellow", - "value": 10 - }, - { - "color": "green", - "value": 50 - } - ] - } - }, - { - "id": "max" - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Server" - }, - "properties": [ - { - "id": "custom.width", - "value": 300 - }, - { - "id": "custom.align", - "value": "left" - } - ] - } - ] - }, - "gridPos": { - "h": 12, - "w": 24, - "x": 0, - "y": 24 - }, - "id": 114, - "options": { - "showHeader": true, - "sortBy": [ - { - "desc": false, - "displayName": "Ping" - } - ] - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [ - { - "params": [ - "server_name" - ], - "type": "tag" - }, - { - "params": [ - "server_location" - ], - "type": "tag" - }, - { - "params": [ - "server_id" - ], - "type": "tag" - } - ], - "measurement": "download", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT mean(\"bandwidth\") AS \"Download Avg\" FROM \"download\" WHERE $timeFilter GROUP BY \"server_name\", \"server_location\"", - "rawQuery": false, - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - }, - { - "params": [ - "Download Avg" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [], - "type": "count" - }, - { - "params": [ - "Test Count" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "server_id" - ], - "type": "tag" - } - ], - "measurement": "upload", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT mean(\"bandwidth\") AS \"Upload Avg\" FROM \"upload\" WHERE $timeFilter GROUP BY \"server_id\"", - "rawQuery": false, - "refId": "B", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - }, - { - "params": [ - "Upload Avg" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "server_id" - ], - "type": "tag" - } - ], - "measurement": "ping", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT mean(\"bandwidth\") AS \"Upload Avg\" FROM \"upload\" WHERE $timeFilter GROUP BY \"server_id\"", - "rawQuery": false, - "refId": "C", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "latency" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - }, - { - "params": [ - "Ping" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "server_id" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "server_id": true - }, - "indexByName": { - "Download Avg": 3, - "Ping": 2, - "Test Count": 7, - "Time 1": 6, - "Time 2": 8, - "Time 3": 9, - "Upload Avg": 4, - "server_id": 5, - "server_location": 1, - "server_name": 0 - }, - "renameByName": { - "Time": "", - "server_location": "Location", - "server_name": "Server" - } - } - } - ], - "type": "table" - }, - { - "collapsed": true, - "datasource": null, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 36 - }, - "id": 129, - "panels": [ - { - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "fieldConfig": { - "defaults": { - "custom": { - "align": "center", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Time" - }, - "properties": [ - { - "id": "custom.width", - "value": 175 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "SPEEDTEST.net URL" - }, - "properties": [ - { - "id": "custom.width", - "value": 525 - } - ] - } - ] - }, - "gridPos": { - "h": 7, - "w": 24, - "x": 0, - "y": 37 - }, - "id": 130, - "options": { - "frameIndex": 0, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Down Mbps" - } - ] - }, - "pluginVersion": "7.3.6", - "targets": [ - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "download", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT max(\"bandwidth\") AS \"Down Mbps\" FROM \"download\" WHERE (\"namespace\" =~ /^$namespace$/) AND $timeFilter", - "rawQuery": false, - "refId": "B", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [ - "Down Mbps" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "upload", - "orderByTime": "ASC", - "policy": "default", - "refId": "C", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "bandwidth" - ], - "type": "field" - }, - { - "params": [ - "Up Mbps" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - }, - { - "groupBy": [ - { - "params": [ - "speedtest_url" - ], - "type": "tag" - } - ], - "hide": false, - "measurement": "ping", - "orderByTime": "ASC", - "policy": "default", - "queryType": "randomWalk", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "latency" - ], - "type": "field" - }, - { - "params": [ - "Latency ms" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "jitter" - ], - "type": "field" - }, - { - "params": [ - "Jitter ms" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "namespace", - "operator": "=~", - "value": "/^$namespace$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "All Raw", - "transformations": [ - { - "id": "merge", - "options": {} - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": false - }, - "indexByName": { - "Down Mbps": 2, - "Jitter ms": 5, - "Latency ms": 4, - "Time": 0, - "Up Mbps": 3, - "speedtest_url": 1 - }, - "renameByName": { - "Down Mbps": "", - "speedtest_url": "SPEEDTEST.net URL" - } - } - } - ], - "type": "table" - } - ], - "title": "Raw Results & Links", - "type": "row" - } - ], - "refresh": false, - "schemaVersion": 26, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": null, - "current": {}, - "datasource": "${DS_INFLUXDB-SPEEDTESTS}", - "definition": "", - "error": null, - "hide": 1, - "includeAll": false, - "label": "namespace", - "multi": false, - "name": "namespace", - "options": [], - "query": "SHOW TAG VALUES FROM ping WITH Key = \"namespace\"", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tags": [], - "tagsQuery": "", - "type": "query", - "useTags": false - } - ] - }, - "time": { - "from": "now-2d", - "to": "now" - }, - "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] - }, - "timezone": "", - "title": "SpeedTests", - "uid": "kLXTiedGz", - "version": 38 -} diff --git a/README.md b/README.md index cb7a2da..149c38b 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,12 @@ This is a Python script that will continuously run the official Speedtest CLI ap This script will allow you to measure your internet connections speed and consistency over time. It uses env variables as configuration. It's as easy to use as telling your Docker server a 1 line command and you'll be set. Using Grafana you can start exploring this data easily. - -Breadlysm built a grafana dashboard for this data that can be found at https://grafana.com/grafana/dashboards/13053. Additionally, other contributors have modified this dash and included a JSON file of those modifications. Use `GrafanaDash-SpeedTests.json` to import that dash into Grafana. +Breadlysm built a grafana dashboard for this data that can be found at https://grafana.com/grafana/dashboards/13053. Additionally, an extended version of that dash by other contributors can be found [here](https://github.com/breadlysm/speedtest-to-influxdb/blob/master/GrafanaDash-SpeedTests.json). Use `GrafanaDash-SpeedTests.json` to import that dash into Grafana, though you will have to adapt it a lot to work with the newer InfluxDB version. ![OriginalDash](https://user-images.githubusercontent.com/3665468/116284820-8038ca00-a75b-11eb-9b30-4a9d26434f8d.png) ![Variant](https://user-images.githubusercontent.com/945191/105287048-46f52a80-5b6c-11eb-9e57-038d63b67efb.png) -There are some added features to allow some additional details that Ookla provides as tags on your data. Some examples are your current ISP, the interface being used, the server who hosted the test. Overtime, you could identify if some serers are performing better than others. +There are some added features to allow some additional details that Ookla provides as tags on your data. Some examples are your current ISP, the interface being used, the server who hosted the test. Over time, you could identify if some servers are performing better than others. ## Differences to InfluxDB v1 program: