Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What do I use for SPEEDTEST_SERVER #27

Open
jwaltrip4 opened this issue Aug 22, 2021 · 2 comments
Open

What do I use for SPEEDTEST_SERVER #27

jwaltrip4 opened this issue Aug 22, 2021 · 2 comments

Comments

@jwaltrip4
Copy link

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
Copy link

eltonk commented Nov 12, 2021

I have the same question.

@patrick-mota
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants