python speedtest-cli/setup.py install 然后运行speedtest-cli即可使用,默认会找到speedtest-cli服务器中最近的节点进行测试,笔者服务器在新加坡得到结果如下 代码语言:javascript 复制 Retrieving speedtest.net configuration...Testing fromAlibaba(你自己的IP)...Retrieving speedtest.net server list...Selecting best s...
举个例子,我部署了一套 speedtest 地址为:http://192.168.25.8:158 那么我在内网使用这个命令即可测速: 代码语言:javascript 复制 # 自用的拉取地址,可以直接使用,也可以从官方 github 获取预构建版本 $ wget-Olibspeed-cli https://res.frytea.com/d/Dev/scripts/librespeed-cli_1.0.10_linux_amd64/librespeed...
sudo apt-get install speedtest-cli 安装完成后,可以通过在终端输入speedtest来检查是否安装成功。 二、Speedtest-CLI的使用 使用Speedtest-CLI进行速度测试非常简单,只需在终端中输入speedtest命令,然后按回车键即可,Speedtest-CLI会自动选择最近的测速节点进行测试,并显示***、上传速度以及延迟等详细信息。 如果想要测试...
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.pychmod AI代码助手复制代码 开始测试: ./speedtest-cli AI代码助手复制代码 [root@localhost ~]# ./speedtest-cliRetrieving speedtest.net configuration...TestingfromChina UnicomLiaoning(122.97.178.118)... Retrievi...
Mac Pro安装测速工具speedtest-cli 1、查看本机是否安装pip工具: pip3 -V 2、通过pip安装speedtest-cli: pip3 install speedtest-cli 3、接着安装wget工具 brew install wget 4、首先要用wget命令从github上下来Python脚本: wget https://github.com/sivel/speedtest-cli/archive/master.zip...
[svc]linux测速软件speedtest-cli linux测速软件: https://github.com/sivel/speedtest-cli 以下是我在gentoo上测的
pip install speedtest-cli 安装结束,最后执行测速命令 speedtest-cli 如果嫌方法一操作麻烦,不妨试试方法二 方法二 执行一键命令安装speedtest-cli wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py 给予speedtest-cli权限 ...
使用SpeedTest 官方 CLI 以获得更准确的测速结果 #1 Open ACsrtpS wants to merge 1 commit into ernisn:master from ACsrtpS:master +31 −30 Conversation 2 Commits 1 Checks 0 Files changed 1 Conversation ACsrtpS commented Feb 26, 2020 No description provided. feature: use official cli to...
使用Speedtest CLI,您可以轻松完成以下操作: 1、无需依靠网络浏览器,在本机测量下载、上传、延迟和丢包等互联网连接性能指标 2、使用Speedtest Server Network™测试Linux台式机、远程服务器甚至Raspberry Pi®等低功率设备的互联网连接 3、设置自动脚本收集连接性能数据,包括随时间变化的趋势 ...
安装speedtest-cli pip install speedtest-cli 3-1.让多个版本的python共存 ln -s /usr/local/python3/bin/python3.7 /usr/bin/python3 python3 -m pip install --upgrade pip python3 -m pip install speedtest-cli ln -s /usr/local/python3/bin/speedtest-cli /usr/bin/speedtest-cli ...