-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Results are very different from what Speedtest.com shows #126
Comments
Is the selected server the same? Try specifying the same server if you want to compare results. |
Did you set the same serverid in speedtest-tracker? Can you show the screenshot of both speedtes-tracker AND speedtest web site with server-id visible? I only see speeds here, can't compare anything. What platform are you on? Describe the environment a little bit...thanks. |
Screenshots of of server id's. This is on a Mac Pro Mid 2012 |
Can you do the test on mac's shell with speedtest-cli from ookla? Install instructions:
Then you use this command to specify the server id (12190 is the one you used in speedtest-tracker):
And post the results, thanks. |
|
I was referring to speedtest-tracker, this project, not speedtest-cli. :) |
I just redeployed from this repo and same results. |
how are you deploying, docker-compose? can you show me the docker-compose.yml file? thanks. |
version: '3.3' |
ok, you used tag latest, so it should be 0.2.0. In the UI I think there's no indication of the version, it should be added somewhere. I don't know what to advice, sorry, on my installation the speed results are in line to what I observe with speedtest-cli. I hope @alexjustesen can help you more than I could. |
I had the same problem, so i tried running I then ran the same ethtool <your network interface> To get the network interface run Mine showed a speed of
Edit: Don't follow my steps below, a better way of fixing this is upgrading your kernel so you get the latest patches So i looked around and found this command
which should "fix" the wrong advertised speeds. When i run this i got This change is not permanent though. If you reboot the change is gone..
and put this inside
i then restarted my machine and noticed that my speeds were still at You probably don't have the exact same setup but i hope this will point you in a direction. |
he observed values well above 100Mb/s, so that could not be his specific issue. |
Is this the same machine that runs speedtest-tracker?
Oops, totally missed that! |
For the records, I have the same issue:
So ping is consistent, but speeds are not.. Let me know if you need more information Edit: It looks like Docker for windows may have some performance issues ? |
@BornInTheUSA is using a Mac, so I would exclude that it's docker on windows. |
I also have the issue for Docker on Windows but it's not something I've dug deep into yet as it's likely out of the control of the app. |
if you do a speedtest-cli from the inside of the container on windows, the results are different vs the app? |
by "different" they're slower than they should be for sure |
A speedtest-cli from the speedtest-tracker docker give the same result as the speedtest-tracker app (3 to 4 times slower than the dedicated speedtest app). |
so inside the container it's slower, and a speedtest from the host side is normal. looks like it's something related to docker, but only on windows and mac...very interesting. |
Do you have a windows VM to try the same test? Would be interesting to compare. Also: did you try speedtest-cli from the shell inside the container on mac and ubuntu? |
Docker will not run on a Windows VM since it requires Windows HyperV or WSL. |
|
I am using Parallels for my VM's and do not feel the need to install https://github.com/StefanScherer/windows-docker-machine |
I don't think that is the solution, it's just a way to bypass problems. Didn't want to force you doing anything, we're trying to understand what the problem is. Thanks for the help. |
Heads up going to track this under a parent issue with specific testing criteria so we can hopefully narrow this down. Closing this issue and moving the convo to #139 |
Screenshot from Speedtest-Tracker
Screenshot from Speedtest.com
The text was updated successfully, but these errors were encountered: