Master da Web
Back to Blog

Internet speed test on Linux

LucasApril 8, 20171 min readUpdated on November 4, 2023
Internet speed test on Linux

There is a tool on the speedtest.net website that allows us to carry out speed tests on our connection via the browser.

 

But how do you perform this test on a Linux server via SSH?

 

We’re going to use a python script provided by speedtest.net.

First, let’s install python:

apt-get install python-minimal

We can then run the script:

curl -s  https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -

Share

Need Hosting or Servers?

Discover our VPS, dedicated servers and professional hosting solutions

Related Articles

View all articles