diff --git a/README.md b/README.md index a80d218..cc8984f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ 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. -![Grafana Dashboard](https://i.imgur.com/8cUdMy7.png) +I built a grafana dashboard for this data that can be found at https://grafana.com/grafana/dashboards/13053 + +![Grafana Dashboard](https://grafana.com/api/dashboards/13053/images/8976/image) 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. @@ -92,4 +94,4 @@ Be aware that this script will automatically accept the license and GDPR stateme -This script looks to have been originally written by https://github.com/aidengilmartin/speedtest-to-influxdb/blob/master/main.py and I forked it from https://github.com/martinfrancois/speedtest-to-influxdb. They did the hard work, I've continued to modify it though to fit my needs. \ No newline at end of file +This script looks to have been originally written by https://github.com/aidengilmartin/speedtest-to-influxdb/blob/master/main.py and I forked it from https://github.com/martinfrancois/speedtest-to-influxdb. They did the hard work, I've continued to modify it though to fit my needs.