Report this

What is the reason for this report?

Wildly different network speed tests

Posted on September 30, 2018

Did speed test on my 2 droplets, which are in the same location (LON1). I get wildly different results. Why?

1st droplet:

Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Structured Communications (London) [0.96 km]: 2.18 ms
Testing download speed................................................................................
Download: 1861.33 Mbit/s
Testing upload speed......................................................................................................
Upload: 366.57 Mbit/s

2nd droplet:

Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Spitfire Network Services (London) [0.96 km]: 2.65 ms
Testing download speed................................................................................
Download: 3102.50 Mbit/s
Testing upload speed......................................................................................................
Upload: 1664.52 Mbit/s


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.

Based on the results you provided a different source was chosen for each transfer which is why you saw a difference in speed.

The first one selected:

Hosted by Structured Communications (London) [0.96 km]: 2.18 ms

The second one selected:

Hosted by Spitfire Network Services (London) [0.96 km]: 2.65 ms

While they are both in London they are on different networks which is why you saw the difference in speed.

Hello,

I’ve often had a similar issue when testing this with the speedtest tool, so I decided to get the latest speedtest script rather than using the one available from the repository:

  • Get the latest version of the script:
  1. wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
  • Make the file executable:
  1. chmod +x speedtest.py
  • Run the script:
  1. python speedtest.py

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/

Hope that this helps! Regards, Alex

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.