美文网首页Linux生产服务器优化日记
Linux下speedtest测速(公)

Linux下speedtest测速(公)

作者: Saxon_323e | 来源:发表于2019-07-12 12:46 被阅读5次

    Speedtest测试网络上传/下载速度还是挺不错的,windows下非常方便。Linux下也可以很方便的使用命令行speedtest来测试。speedtest是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.4版本下均可运行。它基于Speedtest.net的基础架构来测量网络的上/下行速率。安装speedtest很简单——只需要下载其Python脚本文件。以下步骤参考了linuxtoday的文章。

    wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py
    chmod a+rx speedtest.py
    mv speedtest.py /usr/local/bin/speedtest
    chown root:root /usr/local/bin/speedtest
    

    亲测可用     密码:PyIb

    相关文章

      网友评论

        本文标题:Linux下speedtest测速(公)

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