By userdo
When I set up a VPS and Apache on there and I wget a file, or download a file from a web browser, I get a speed of about 1MB/s
Whereas an internet speed test on my computer at home, shows i’m able to download at 12MB/s
Also if I try a speed test from the digitalocean server,
so, ookla commandline speed test
Retrieving speedtest.net configuration… Testing from Digital Ocean (…)… Retrieving speedtest.net server list… Selecting best server based on ping… Hosted by EGI Hosting (Santa Clara, CA) [4.38 km]: 2.584 ms Testing download speed… Download: 5274.92 Mbit/s Testing upload speed… Upload: 1931.09 Mbit/s
That’s slow, less than 1MB/s download and 0.2MB/s upload
So when i’m Downloading from the VPS it’s surprising I even manage to get 1MB/s 'cos i’d be limited by the VPS only being able to upload 0.2MB/s
My computer at home though is capable of 12MB/s
Are there digitalocean servers that would get better results from an internet speed test?
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!
Hello,
I’ve recently answered the same question here:
It seems to be a problem with the speedtest version that comes by default from the Ubuntu repos.
So I decided to get latest speedtest speedtest script rather than using the one available from the repository:
wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest.py
python speedtest.py
The results were much better in this case:
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by XILO (Maidenhead) [3.98 km]: 2.976 ms
Testing download speed................................................................................
Download: 702.54 Mbit/s
Testing upload speed................................................................................................
Upload: 800.73 Mbit/s
So my guess would be that the speedtest tool in the repository is outdated or something. It is always best to use the official instructions when installing tools on your system:
https://www.speedtestserver.com/
Let me know how it goes.
Regards,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.