美文网首页
centos使用Linux命令行测试网速/带宽

centos使用Linux命令行测试网速/带宽

作者: 朝畫夕拾 | 来源:发表于2019-07-22 10:04 被阅读0次

    安装speedtest-cli

    speedtest-cli是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.4版本下均可运行。它基于Speedtest.net的基础架构来测量网络的上/下行速率。安装speedtest-cli很简单——只需要下载其Python脚本文件。

    # wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py --no-check-certificate

    # chmod a+rx speedtest_cli.py 

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

    chmod +rx speedtest.py

    sudo mv  speedtest.py /usr/local/bin/speedtest-cli

    sudo  chown  root:root /usr/local/bin/speedtest-cli

    cd   /usr/local/bin/

    使用speedtest-cli测试网速

    使用speedtest-cli命令也很简单,它不需要任何参数即可工作。

    speedtest-cli

    输入这个命令后,它会自动发现离你最近的Speedtest.net服务器(地理距离),然后打印出测试的网络上/下行速率。

    注意:由于有些测试点是国外,需多次测试,结果才正确。

    相关文章

      网友评论

          本文标题:centos使用Linux命令行测试网速/带宽

          本文链接:https://www.haomeiwen.com/subject/iocilctx.html