Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Speedtest to test network speed in Linux system

2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

How to use Speedtest to test network speed in Linux system? I believe that many inexperienced people are at a loss about this, so this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

Install speedtest-cli

Test the bandwidth of the network exit where the machine is located, visit Speendtest.net, click Begin on the home page to start the test, wait a few seconds, and view the test results:

Pip installation

Speedtest is written in python. If you haven't used pip, you need to install pip first.

Pip installation: https://pip.pypa.io/en/stable/installing/

# enable epel feeds

Yum install python-pip-y

Install speedtest-cli

Pip install speedtest-cli

Installation completed test

Which speedtest-cli | bash-

Github installation

Pip install git+ https://github.com/sivel/speedtest-cli.git

Or

Git clone https://github.com/sivel/speedtest-cli.git

Python speedtest-cli/setup.py install

Shell installation

Wget-O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py

Chmod + x speedtest-cli

. / speedtest-cli

Speedtest-cli usage

Speedtest-cli-h

/ usr/bin/speedtest-cli-share

/ usr/bin/speedtest-cli-list

After reading the above, have you mastered how to use Speedtest to test the network speed in the Linux system? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report