在线
https://www.speedtest.net/
https://fast.com/zh/cn/
命令行
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
➜ ~ pip install speedtest-cli
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: http://pypi.douban.com/simple/
Collecting speedtest-cli
Downloading http://pypi.doubanio.com/packages/9f/39/65259b7054368b370d3183762484fa2c779ddc41633894d895f9d1720f45/speedtest_cli-2.1.3-py2.py3-none-any.whl (23 kB)
Installing collected packages: speedtest-cli
Successfully installed speedtest-cli-2.1.3
➜ ~ speedtest-cli
Retrieving speedtest.net configuration...
Testing from HostUS (xxx.xxx.xx.xxx)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Giggle Fiber, LLC (Monrovia, CA) [25.45 km]: 166.194 ms
Testing download speed................................................................................
Download: 9.26 Mbit/s
Testing upload speed......................................................................................................
Upload: 6.60 Mbit/s
|