frdmn / docker-speedtest-grafana

🚢📦Grafana + InfluxDB + Speedtest.net results
MIT License
206 stars 71 forks source link

What do I use for SPEEDTEST_SERVER #27

Open jwaltrip4 opened 3 years ago

jwaltrip4 commented 3 years ago

I assume this means I can specify the speedtest.net host to use. Where do I get the list of hostnames? I would like to test against a particular host (Cleveland Broadband)

eltonk commented 3 years ago

I have the same question.

patrick-mota commented 2 years ago

For speedtest-cli documentation used in this stack:

docker-compose exec speedtest /bin/sh -c "speedtest -h"

So it would be:

docker-compose exec speedtest /bin/sh -c "speedtest -L"

But it will only list the nearest servers.

To get full list of servers you can check here:

https://williamyaps.github.io/wlmjavascript/servercli.html