美文网首页
centos 7 使用speedtest-cli测试网速

centos 7 使用speedtest-cli测试网速

作者: _fishman | 来源:发表于2020-05-06 13:28 被阅读0次

    安装pip

    yum install -y python-pip
    

    安装speedtest-cli

    pip install speedtest-cli -i https://pypi.doubanio.com/simple
    

    测试上下行网速

    speedtest-cli
    
    ..............................................
    Download: 13.90 Mbit/s
    Testing upload speed................................................................................................
    Upload: 10.89 Mbit/s
    

    相关文章

      网友评论

          本文标题:centos 7 使用speedtest-cli测试网速

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