pip install git+https://github.com/sivel/speedtest-cli.git or git clone https://github.com/sivel/speedtest-cli.git cd speedtest-cli python setup.py install Just download (Like the way it used to be) wget -O s
git clone https://github.com/sivel/speedtest-cli.git cd speedtest-cli python setup.py install wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod +x speedtest-cli or curl -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli...
python setup.py install Just download (Like the way it used to be) wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod +x speedtest-cli or curl -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmo...
此程序是基于Python开发的脚本程序,利用了speedtest.net的服务来测量出上下行的宽带。Speedtest-cli能根据机房离测速服务器的物理距离来列出测速服务器,或者针对某一服务器进行...speedtest-cli--upgrade 通过Pyhton脚本来安装speedtest-cli首先要用wget命令从github上下来Python脚本,然后解压提取下载的文件(master.zip ...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。原始仓库: https://github.com/sivel/speedtest-cli 克隆/下载 speedtest-cli / speedtest.py speedtest.py 63.80 KB 一键复制 编辑 原始数据 按行查看 历史 Matt Martz 提交于 4年前 . Python 3.10 support ...
speedtest-cli是一个命令行工具,用于测试网络的带宽速度。它可以测量网络的下载速度、上传速度和延迟。speedtest-cli基于speedtest.net提供的公共API,可以在终端中方便地进行网络速度测试。 推荐的腾讯云相关产品:腾讯云云服务器(CVM) 产品介绍链接地址:https://cloud.tencent.com/product/cvm ...
Git 命令在线学习 如何在 Gitee 导入 GitHub 仓库 Git 仓库基础操作 企业版和社区版功能对比 SSH 公钥设置 如何处理代码冲突 仓库体积过大,如何减小? 如何找回被删除的仓库数据 Gitee 产品配额说明 GitHub仓库快速导入Gitee及同步更新 什么是 Release(发行版) 将PHP 项目自动发布到 packagist.org 仓库...
Homepage [github.com] Ähnliche Pakete: sqop anc-api-tools python3-cyclopts rabbitvcs-cli sqlcipher transifex-client zabbix-cli sqlite3 munipack-cli node-meow sqopvCommand line interface for testing internet bandwidth using speedtest.netAndere...
Ana Sayfa[github.com] Benzer paketler: sqop anc-api-tools python3-cyclopts sqopv rabbitvcs-cli sqlcipher transifex-client zabbix-cli cligh munipack-cli node-meow Command line interface for testing internet bandwidth using speedtest.net speedtest-cli ile İlgili Diğer Paketler ...
"""POST data to the speedtest.net API to obtain a share results link """ if self._share: return self._share download = int(round(self.download / 1000.0, 0)) ping = int(round(self.ping, 0)) upload = int(round(self.upload / 1000.0, 0)) # Build the request to send...