How to test Internet Connection Speed on AlmaLinux

2021-06-03 By Mark 5779 Views linux almalinux speed test
1 reviews

When you experience a slow internet access speed on your server, the first thing you need to do is check the connection speed to resolve the slow connectivity issues. The SpeedTest CLI helps to check the current internet speed of your AlmaLinux server from the command-line and it brings reliable technology and a global service network to the command line behind SpeedTest.


This tutorial will guide you on how to test Internet Connection Speed on AlmaLinux:


  1. Run the below command to install python on your system.

    # yum install python2
    

    speedalmalinux1

  2. Download the speedtest_cli.py file using the below command.

    # wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    

    speedalmalinux2

  3. Run the below command to make the script file executable.

    # chmod +x speedtest-cli
    

    speedalmalinux3

  4. Now, you can check the internet speed on your system by using speedtest-cli command.

    # python2 speedtest-cli
    

    speedalmalinux4

  5. To check the internet speed in bytes, run the below command.

    # python2 speedtest-cli --bytes
    

    speedalmalinux5


Related Tutorials

What do you think about this article?

Rate this article
Need assistance?

Try this guide to receive free bundled services at signup on a new free account.

Sign Up

Your Feedback Is Important

We hope you’ll give the new products and updates a try. If you have an idea for improving our products or want to vote on other user ideas so they get prioritized, please submit your feedback on our Community platform. And if you have any questions, please feel free to ask in the Community or contact our Technical Support team.