项目地址:https://github.com/sivel/speedtest-cli 安装speedtest-cli speedtest-cli需要在python 2.4-3.4的环境下,安装方法都很简单,自己选择以下最适合你的一种。 pip方式 # pipinstallspeedtest-cli easy_install方式 # easy_install speedtest-cli github+pip方式 # pipinstallgit+https://github.com/sivel/speed...
# curl -o speedtest-cli https://raw.github.com/sivel/spe er/speedtest_cli.py# chmod +x speedtest-cli 直接下载脚本,给予执行权限即可。用法 -h, --help show this help message and exit--share 分享你的网速,该命令会在speedtest网站上生成网速测试结果的图片。--simple Suppress verbose...
speedtest-cli是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.6版本下均可运行。它基于speedtest.net的基础架构来测量网络的上/下行速率。 当你的机器不方便安装或者不能安装时,可以这样使用~ 使用git命令下载测速工具:git clone https://github.com/sivel/speedtest-cli.git 进入到speedtest-cli目录:cd s...
测试网络速度 speedtest-cli # 仅测试上传或下载的网络速度 speedtest-cli --no-download speedtest-cli --no-upload # 执行一个单一的上传速度测试,结果以字节为单位显示,并以 JSON 格式输出 speedtest-cli --no-download --bytes --single --json # 指定 ID 是 1234 服务器进行测试 speedtest-cli --server...
speedtest-cli 测试网络速度 speedtest-cli是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.6版本下均可运行。它基于speedtest.net的基础架构来测量网络的上/下行速率。 当你的机器不方便安装或者不能安装时,可以这样使用~ 使用git命令下载测速工具:git clone https://github.com/sivel/speedtest-cli.git...
安装成功之后,我们可以用pip3命令安装speedtest-cli: [root@localhost ~]# pip3 install speedtest-cli 通过speedtest cli检测网络 [root@localhost ~]# speedtest-cli Retrieving speedtest.net configuration... Testing from China Telecom (*.*.*.*)... Retrieving speedtest.net server list... Selecting bes...
speedtest是一个使用python编写的命令行脚本,通过调用speedtest.net测试上下行的接口来完成速度测试.最后我会测试运维生存时间所在服务器的外网速度。 1. 安装speedtest-clispeedtest-cli需要在python 2.4-3.4的环境下,安装方法都很简单,自己选择以下最适合你的一种.1.1 pip方式# pip install speedtest-cli1.2 easy_insta...
speetest-cli 是linux下一个上下行网速测试工具,是一个用python写的命令行脚本。 需要python2.4-3.3支持。 github项目地址:https://github.com/sivel/speedtest-cli 安装方法有很多种: 1、pip / easy_install pip install speedtest-cli or easy_install speedtest-cli ...
speedtest-cli由python编写,主要功能是对本节点对全球各个国家之间的延迟进行测试,延迟以及上行和下行带宽,安装起来也特别容易 speedtest-cli 支持 Python 2.4-3.5 版本 使用pip / easy_install安装如下 pip install speedtest-cli 或 easy_install speedtest-cli ...
Speedtest CLI是一款专为开发人员、系统管理员和计算机爱好者设计的互联网连接测量工具,它引入了Speedtest背后的可靠技术和全球服务器网络。作为Ookla®技术支持的首款正式Linux本机Speedtest应用程序,Speedtest CLI采用Python语言开发,既可以在命令行直接运行,也可以在Python IDE中作为模块调用。要在...