File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
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