Automated docker speedtest analyser tool with included web interface to monitor your internet speed connection over time. Setup at home on your NAS (Synology, QNAP tested) and the container runs hourly speedtests. The speedtest results are displayed in an webinterface as line graph(s) over the day.
This tool was created in reference to this reddit post.
It used speedtest-cli to make speedtests and log them into a CSV file.
After that you can visit the web interface to view a hourly - time filterable reports about
your internet connectivity speed.
You can get the publicly available docker image at the following location: roest/docker-speedtest-analyser.
- The speedtest runs hourly per default
- nginx is prepared but not configured for SSL yet
- data is saved in a .csv under
/var/www/html/data/result.csv
- First speedtest will be executed in container build
The SpeedTest analyser should to run out of the box with docker.
Important: To keep the history of speedtest within a rebuild of
the container please moint a volume in /var/www/html/data/
- Moint host volume onto
/var/www/html/data/
- Map preferred host port on port 80
- Build container from image
- Enjoy continious speed statistics after a while
Variable | Type | Usage | Example Value | Default |
---|---|---|---|---|
CRONJOB_ITERATION | INT | Time between speedtests in minutes. Value 15 means the cronjob runs every 15 minutes. Keep undefined to run hourly. | 15 | 60 |
SPEEDTEST_PARAMS | STRING | append extra parameter for cli command.speedtest-cli --simple $SPEEDTEST_PARAMS Check parameter documentation |
--mini https://speedtest.test.fr | none |
You can configure the visualization frontend via appConfig.js
copy the /js/appConfig.example.js
into /data/appConfig.js
(where your volume should be mounted).
Change let appConfig = {
to appConfig = {
in /data/appConfig.js
- Bootstrap 4 - alpha
- Chart.js
- daterangepicker.js
- moment.js
- papaparse
- speedtest-cli
I kindly ask not to re-distribute this repo on hub.docker.com if it's not indispensable.
I've written this small tool for private use on my Synology NAS.
The original twitter function is removed in this version.
If you want to contribute and report / fix bugs or bring the feature stuff written for your own setup, don't be shy.
have fun and test your speeeeed :)