When I was trying to speedtest with speedtest-cli on Ubuntu 16.08, there’s good enough for download but the way i can’t understand there’s too low upload speed. Is this the real upload speed or the results are wrong?
The test results: https://www.speedtest.net/result/12380075101.png
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
I’ve recently answered the same question here:
https://www.digitalocean.com/community/questions/why-the-vast-differences-in-upload-and-download-speeds
It seems to be a problem with the version that comes by default from the Ubuntu repos.
I’ve just tested that and indeed I got the same results. Then I used the strace command to strace the process and I noticed that during the Upload tests the connections to speedtest.net were timing out.
I would recommend following the steps from the answer above on how to get the latest version which will work as expected.
Best, Bobby