window测试工具 pip install speedtest-cli 测试命令 speedtest-cli #既显示下载速度,也显示上传速度speedtest-cli --no-upload #只显示下载速度speedtest-cli --no-download #只显示上传速度speedtes ...
[root@01 ~]# wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod +rx speedtest.py [root@01 ~]# sudo mv speedtest.py / ...
分类:
系统相关 时间:
2020-06-25 15:32:34
阅读次数:
100
wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py chmod a+rx speedtest.py mv speedtest.py /usr/local/bin/speedtest chown root:root / ...
分类:
其他好文 时间:
2019-09-10 00:52:04
阅读次数:
430
使用speedtest cli测量服务器带宽,这个是python写的工具,很方便,只需要在服务器端安装即可。 1、安装python pip 2、安装speedtest cli 3、测速 ...
分类:
其他好文 时间:
2019-06-03 14:17:36
阅读次数:
73
1.git clone speedtest源码 git clone https://github.com/sivel/speedtest-cli.git 2.运行speedtest.py cd speedtest-cli python speedtest.py 3.得到测试结果,可以多测几次取平均值 ...
分类:
系统相关 时间:
2018-05-23 18:58:38
阅读次数:
239
speetest-cli 是linux下一个上下行网速测试工具,是一个用python写的命令行脚本。需要python2.4-3.3支持。github项目地址:https://github.com/sivel/speedtest-cli安装方法有很多种:1、pip / easy_installpip install speedtest-clioreasy_install speedtest-cli2
分类:
系统相关 时间:
2018-04-24 13:55:14
阅读次数:
257
此程序是基于Python开发的脚本程序,利用了speedtest.net的服务来测量出上下行的宽带。Speedtest-cli能根据机房离测速服务器的物理距离来列出测速服务器,或者针对某一服务器进行测速,同时还能为你生成一个URL以便你分享你的测速结果。要在Linux上安装最新版本的speedtest-cli,你必须安装2.4-3.4或者更高版本的Python。 在Linux上安装spe
分类:
系统相关 时间:
2018-03-09 13:15:37
阅读次数:
558
下载测网速的python脚本进行测试:wgethttps://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.pychmoda+xspeedtest.py
./speedtest.py
分类:
系统相关 时间:
2017-08-14 22:23:15
阅读次数:
434
Linux下测网速可以使用speedtest的命令,它是由Python语言编写,适用于Python2.4-Python3.4等版本。具体操作如下:1.下载这个文件wgethttps://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py(注:以前的是speedtest-cil,本文以centos7为例)2.修改文件名..
分类:
系统相关 时间:
2017-06-14 02:45:56
阅读次数:
271
平时,我们购买了服务商的服务器,不知道网速性能怎么样?下面教大家一种方法测试wget
https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py如果出现如下按照提示修正命令wget--no-check-certificatehttps://raw.github.com/sivel/speedtest-cli/master/speedtest..
分类:
Web程序 时间:
2016-10-06 23:06:19
阅读次数:
262