Skip to content

Commit f3a6170

Browse files
committed
2018-08-20 补充 kali linux
1 parent b07ccc6 commit f3a6170

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- [Linux 下常用压缩文件的解压、压缩](markdown-file/File-Extract-Compress.md)
3737
- [Yum 下载安装包及对应依赖包](markdown-file/Off-line-Yum-Install.md)
3838
- [Zsh 入门](markdown-file/Zsh.md)
39+
- [终端测速](markdown-file/speedtest.md)
3940
- [日常维护](markdown-file/maintenance.md)
4041
- [日常监控](markdown-file/monitor.md)
4142
- [nmon 系统性能监控工具](markdown-file/Nmon.md)

SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* [Linux 下常用压缩文件的解压、压缩](markdown-file/File-Extract-Compress.md)
2222
* [Yum 下载安装包及对应依赖包](markdown-file/Off-line-Yum-Install.md)
2323
* [Zsh 入门](markdown-file/Zsh.md)
24+
* [终端测速](markdown-file/speedtest.md)
2425
* [日常维护](markdown-file/maintenance.md)
2526
* [日常监控](markdown-file/monitor.md)
2627
* [nmon 系统性能监控工具](markdown-file/Nmon.md)

TOC.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [Linux 下常用压缩文件的解压、压缩](markdown-file/File-Extract-Compress.md)
2020
- [Yum 下载安装包及对应依赖包](markdown-file/Off-line-Yum-Install.md)
2121
- [Zsh 入门](markdown-file/Zsh.md)
22+
- [终端测速](markdown-file/speedtest.md)
2223
- [日常维护](markdown-file/maintenance.md)
2324
- [日常监控](markdown-file/monitor.md)
2425
- [nmon 系统性能监控工具](markdown-file/Nmon.md)

markdown-file/speedtest.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+

0 commit comments

Comments
 (0)