Centos7 安装 speedtest-cli 带宽测速
安装过程
1、安装Git
Git是一个文件版本控制工具。
[root@localhost ~]# yum -y install git
2、使用Git下载Seppdtest
[root@localhost ~]# git clone https://github.com/sivel/speedtest-cli.git
3、使用Seepdtest测试网络带宽
[root@localhost ~]# cd speedtest-cli/
[root@localhost ~]# ./speedtest.py
Retrieving speedtest.net configuration...
Testing from China Telecom Guangdong (183.14.133.121)...测试站点
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by China Mobile,Guangdong (Shenzhen) [0.00 km]: 22.577 ms
Testing download
测试下载
speed................................................................................
Download: 22.36 Mbit/s = 2.7MB/S
Testing upload
测试上传
speed................................................................................................
Upload: 17.72 Mbit/s = 2.2MB/S
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭