在终端中执行以下命令: git clone https://github.com/du5/speedtest-cli.git 3.添加脚本权限 在终端中执行以下命令: chmod a rx ./speedtest-cli/speedtest.py 4.运行SpeedTest测速(软件默认自动分配当前地区就近测速节点进行测速) python speedtest-cli/speedtest.py 5.查看当前IP地址所在地区可选测速节点 python...
注意需要:./speedtest ./speedtest 官方安装(C7) sudo yum install wget wget https://bintray.com/ookla/rhel/rpm -O bintray-ookla-rhel.repo sudo mv bintray-ookla-rhel.repo /etc/yum.repos.d/ # Other non-official binaries will conflict with Speedtest CLI # Example how to remove using yum #...
外网测速使用speedtest.net测速内核,基于speedtest-cli,需要有python3才能执行。 特定服务器的端口延迟测速,是测试指定服务器的端口的延迟情况。 iperf3吞吐测试注意事项 测速的终端使用机器必须和测速服务器在同一个局域网络中! 客户端使用步骤:启动测速服务器端-->下载测试客户端-->运行测速客户端-->输入服务端IP地...
Linux上下行网速测试工具_speedtest-cli的安装 有安装jar包,Python-2-10.jar,setuptools-7.0.tar.gz和pip-1.5.4.tar.gz,有文档详细介绍安装speedtest-cli的详细步骤。该文档是我自己总结的,经验证无误。 上传者:tianxin8901时间:2017-11-02 Win搭建Speettest环境资料 ...
Speedtest它是用Python写成的,像类似工具还有fast,iper工具也能测速。 实验平台:CentOS 7.7.1908 speedtest version:1.0.2 一、安装命令 二、工具使用 一、安装命令 1.yum安装 $ yum -y install python2-speedtest-cli Markdown 复制 2.源码 $ git clone https://github.com/sivel/speedtest-cli.git#若没有 ...
Linux VPS可以直接使用SpeedTest.net官方提供的Speedtest-CLI来进行速度测试。安装教程:https://www.speedtest.net/zh-Hans/apps/cli。 使用: speedtest -h # 帮助 speedtest -L # 列出就近的测试节点 和 ID speedtest -s ID # 指定节点测速 (ID为 speedtest 的节点ID) ...