Yesterday I noticed that our home Internet speed seemed a bit sluggish. Logging into the modem showed that instead of the usual 48-50Mbps, we were only getting around 25 (and sometimes much worse). Restarting the modem did not improve the speed, so I resorted to calling our ISP (Internode). They tried a reset from their end (on the NBN ‘Node’ I believe) but still no improvement. They’ve logged a call with the NBN who are scheduled to investigate the problem tomorrow. Interestingly the Internode support person said I was the third person she’d dealt with in the last few hours with a speed problem in my area.

Anyway this got me thinking. It would be nice to have some kind of regular scheduled speed test running to be able to monitor (and possibly even be notified of changes) to our Internet speed.

Doing a search for “synology speed test” came up with How to Install Speedtest Tracker on Your Synology NAS, which I started to follow when I realised that actually I think this could be done through the Synology Docker UI, rather than using a scheduled task. Here’s what I did:

Installing Speedtest Tracker

  1. In the Synology UI, open the Docker application.
  2. Go to the Registry page, and enter speedtest-tracker

Docker Registry page

  1. Select henrywhitaker3/speedtest-tracker, then click Download
  2. At the Choose Tag prompt, select latest and click Select
  3. Go to the Image page and wait for the image to finish downloading

Docker Image page

  1. Select the henrywhitaker3/speedtest-tracker:latest image and click on Launch
  2. In Container Name enter Speedtest

Create container

  1. Click on Advanced Settings
  2. Under Advanced Settings tab, check Enable auto-restart
  3. Under Volume tab, click Add Folder

Create folder

  1. Select docker folder and click on Create Folder
  2. Enter speedtest and click OK
  3. Click Select
  4. In the Mount Path field, enter /config
  5. Under Port Settings tab, select the 443 row and click on the - button to delete the row.
  6. Select the 80 row and in the Local Port field, enter 8788

Port settings tab

  1. Under the Environment tab, click the + button to add the following environment variables. Refer to Marius’s tip on getting the values for PUID and PGID, and unless you also live in Adelaide you’ll need to change the TZ value to something from this list.
variable value
PUID 1026
PGID 100
TZ Australia/Adelaide
OOKLA_EULA_GDPR true

Environment tab

  1. Click Apply
  2. Click Next
  3. Review the summary to confirm the details are correct then click on Apply

Create Container summary

  1. Switch to the Container page and confirm that the container is running.

Docker Container page with Speedtest running

  1. Now browse to http://your-synology:8788 (Change your-synology to the IP address or name of your Synology). Either click the button to start the test, or just wait a minute or so (as it started automatically for me).

Speedtest running

So now Speedtest Tracker application is running a test every hour. Over time, this should become a useful reference to map our average Internet speed (and be able to identify outages or degradations). Hopefully tomorrow it might also track the restoration of our speed if NBN can fix the problem.