File tree 4 files changed +32
-0
lines changed
4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 36
36
- [ Linux 下常用压缩文件的解压、压缩] ( markdown-file/File-Extract-Compress.md )
37
37
- [ Yum 下载安装包及对应依赖包] ( markdown-file/Off-line-Yum-Install.md )
38
38
- [ Zsh 入门] ( markdown-file/Zsh.md )
39
+ - [ 终端测速] ( markdown-file/speedtest.md )
39
40
- [ 日常维护] ( markdown-file/maintenance.md )
40
41
- [ 日常监控] ( markdown-file/monitor.md )
41
42
- [ nmon 系统性能监控工具] ( markdown-file/Nmon.md )
Original file line number Diff line number Diff line change 21
21
* [ Linux 下常用压缩文件的解压、压缩] ( markdown-file/File-Extract-Compress.md )
22
22
* [ Yum 下载安装包及对应依赖包] ( markdown-file/Off-line-Yum-Install.md )
23
23
* [ Zsh 入门] ( markdown-file/Zsh.md )
24
+ * [ 终端测速] ( markdown-file/speedtest.md )
24
25
* [ 日常维护] ( markdown-file/maintenance.md )
25
26
* [ 日常监控] ( markdown-file/monitor.md )
26
27
* [ nmon 系统性能监控工具] ( markdown-file/Nmon.md )
Original file line number Diff line number Diff line change 19
19
- [ Linux 下常用压缩文件的解压、压缩] ( markdown-file/File-Extract-Compress.md )
20
20
- [ Yum 下载安装包及对应依赖包] ( markdown-file/Off-line-Yum-Install.md )
21
21
- [ Zsh 入门] ( markdown-file/Zsh.md )
22
+ - [ 终端测速] ( markdown-file/speedtest.md )
22
23
- [ 日常维护] ( markdown-file/maintenance.md )
23
24
- [ 日常监控] ( markdown-file/monitor.md )
24
25
- [ nmon 系统性能监控工具] ( markdown-file/Nmon.md )
Original file line number Diff line number Diff line change
1
+ # 终端测速
2
+
3
+
4
+ - 目前大家主推这个项目:< https://github.com/sivel/speedtest-cli >
5
+ - 用起来也比较简单,Python 2 ~ 3 都支持。
6
+
7
+ ## 简单安装方式
8
+
9
+ - 命令:` pip install speedtest-cli `
10
+ - 官网还介绍了其他很多安装使用方式,大家可以自行看下。
11
+
12
+ ## 运行
13
+
14
+ - 命令:` speedtest-cli `
15
+ - 结果如下:
16
+
17
+ ```
18
+ Retrieving speedtest.net configuration...
19
+ Testing from China Telecom Guangdong (113.67.181.234)...
20
+ Retrieving speedtest.net server list...
21
+ Selecting best server based on ping...
22
+ Hosted by CTM Internet Services (Macau) [106.48 km]: 64.783 ms
23
+ Testing download speed................................................................................
24
+ Download: 1.05 Mbit/s
25
+ Testing upload speed................................................................................................
26
+ Upload: 2.28 Mbit/s
27
+ ```
28
+
29
+
You can’t perform that action at this time.
0 commit comments