|
1 | | ---- |
2 | | -outline: deep |
3 | | ---- |
4 | | - |
5 | | -# 仓库 |
6 | | - |
7 | | -https://github.com/spiritLHLS/ecsspeed |
8 | | - |
9 | | -[](https://hits.spiritlhl.net) |
10 | | - |
11 | | -# ecsspeed |
12 | | - |
13 | | -自动更新测速服务器节点列表的网络基准测试脚本 |
14 | | - |
15 | | -Network benchmarking script that automatically updates the list of speed measurement server nodes |
16 | | - |
17 | | -## 说明 |
18 | | - |
19 | | -所有组件以及数据均来源于平台或已有的开源项目,无非开源部分,放心食用 |
20 | | - |
21 | | -### 对应 [speedtest.net](https://www.speedtest.net/) 的自动更新测速服务器ID的测速脚本 |
22 | | - |
23 | | -日常推荐使用 |
24 | | - |
25 | | -``` |
26 | | -bash <(wget -qO- bash.spiritlhl.net/ecs-net) |
27 | | -``` |
28 | | - |
29 | | -或 |
30 | | - |
31 | | -``` |
32 | | -bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecsspeed/raw/main/script/ecsspeed-net.sh) |
33 | | -``` |
34 | | - |
35 | | -或国内用 |
36 | | - |
37 | | -``` |
38 | | -bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/ecsspeed/main/script/ecsspeed-net.sh) |
39 | | -``` |
40 | | - |
41 | | -支持测速的架构:i386, x86_64, amd64, arm64, s390x, riscv64, ppc64le, ppc64 |
42 | | - |
43 | | -涵盖中国三大运营商、香港、台湾的测速节点,默认的三网测速每个运营商选择本机ping值最低的两个节点测速,详情三网测速才是全测,节点列表大概每7天自动更新一次。 |
44 | | - |
45 | | -支持国内服务器测试(有判断是否为国内机器),但由于国内服务器带宽过小,会很慢,详见初次运行的显示 |
46 | | - |
47 | | -当官方CLI安装失败(如罕见的架构或者官方网站访问失败时)自动使用 [speedtest-go](https://github.com/showwin/speedtest-go) 作为替代品测速 |
48 | | - |
49 | | -### 对应 [speedtest.cn](https://www.speedtest.cn/) 的自动更新测速服务器ID的测速脚本 |
50 | | - |
51 | | -单线程测速 |
52 | | - |
53 | | -``` |
54 | | -bash <(wget -qO- bash.spiritlhl.net/ecs-cn) |
55 | | -``` |
56 | | - |
57 | | -或 |
58 | | - |
59 | | -``` |
60 | | -bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecsspeed/raw/main/script/ecsspeed-cn.sh) |
61 | | -``` |
62 | | - |
63 | | -或国内用 |
64 | | - |
65 | | -``` |
66 | | -bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/ecsspeed/main/script/ecsspeed-cn.sh) |
67 | | -``` |
68 | | - |
69 | | -支持测速的架构:i386, x86_64, amd64, arm64, s390x, riscv64, ppc64le, ppc64 |
70 | | - |
71 | | -涵盖中国三大运营商、香港、台湾的测速节点,默认的三网测速每个运营商选择本机ping值最低的两个节点测速,详情三网测速才是全测,节点列表每天自动更新一次。 |
72 | | - |
73 | | -支持国内服务器测试(有判断是否为国内机器),但由于国内服务器带宽过小,会很慢,详见初次运行的显示 |
74 | | - |
75 | | -### 自动更新测试服务器列表的三网延迟测试脚本 |
76 | | - |
77 | | -平均耗时10~15秒 |
78 | | - |
79 | | -``` |
80 | | -bash <(wget -qO- bash.spiritlhl.net/ecs-ping) |
81 | | -``` |
82 | | - |
83 | | -或 |
84 | | - |
85 | | -``` |
86 | | -bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecsspeed/raw/main/script/ecsspeed-ping.sh) |
87 | | -``` |
88 | | - |
89 | | -或国内用 |
90 | | - |
91 | | -``` |
92 | | -bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/ecsspeed/main/script/ecsspeed-ping.sh) |
93 | | -``` |
94 | | - |
95 | | -效果图 |
96 | | - |
97 | | - |
98 | | - |
99 | | -## 功能 |
100 | | - |
101 | | -- [x] 自动抓取 [speedtest.cn](https://www.speedtest.cn/) 节点信息结合已有信息去重并更新列表数据 |
102 | | -- [x] 自动抓取 [speedtest.net](https://www.speedtest.net/) 节点信息结合已有信息去重并更新列表数据 |
103 | | -- [x] 对应 [speedtest.net](https://www.speedtest.net/) 的自动更新测速服务器列表的测速脚本 |
104 | | -- [x] 对应 [speedtest.cn](https://www.speedtest.cn/) 的自动更新测速服务器列表的测速脚本 |
105 | | -- [x] 自动更新测试服务器列表的三网Ping值测试脚本 |
106 | | - |
107 | | -## .cn数据 |
108 | | - |
109 | | -仓库:https://github.com/spiritLHLS/speedtest.cn-CN-ID |
110 | | - |
111 | | -## .net数据 |
112 | | - |
| 1 | +--- |
| 2 | +outline: deep |
| 3 | +--- |
| 4 | + |
| 5 | +# 仓库 |
| 6 | + |
| 7 | +https://github.com/spiritLHLS/ecsspeed |
| 8 | + |
| 9 | +[](https://hits.spiritlhl.net) |
| 10 | + |
| 11 | +# ecsspeed |
| 12 | + |
| 13 | +自动更新测速服务器节点列表的网络基准测试脚本 |
| 14 | + |
| 15 | +Network benchmarking script that automatically updates the list of speed measurement server nodes |
| 16 | + |
| 17 | +## 说明 |
| 18 | + |
| 19 | +所有组件以及数据均来源于平台或已有的开源项目,无非开源部分,放心食用 |
| 20 | + |
| 21 | +### 对应 [speedtest.net](https://www.speedtest.net/) 的自动更新测速服务器ID的测速脚本 |
| 22 | + |
| 23 | +日常推荐使用 |
| 24 | + |
| 25 | +``` |
| 26 | +bash <(curl -sSL http://bash.spiritlhl.net/ecs-net) |
| 27 | +``` |
| 28 | + |
| 29 | +或 |
| 30 | + |
| 31 | +``` |
| 32 | +bash <(curl -sSLk https://github.com/spiritLHLS/ecsspeed/raw/main/script/ecsspeed-net.sh) |
| 33 | +``` |
| 34 | + |
| 35 | +或国内用 |
| 36 | + |
| 37 | +``` |
| 38 | +bash <(curl -sSLk https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/ecsspeed/main/script/ecsspeed-net.sh) |
| 39 | +``` |
| 40 | + |
| 41 | +支持测速的架构:i386, x86_64, amd64, arm64, s390x, riscv64, ppc64le, ppc64 |
| 42 | + |
| 43 | +涵盖中国三大运营商、香港、台湾的测速节点,默认的三网测速每个运营商选择本机ping值最低的两个节点测速,详情三网测速才是全测,节点列表大概每7天自动更新一次。 |
| 44 | + |
| 45 | +支持国内服务器测试(有判断是否为国内机器),但由于国内服务器带宽过小,会很慢,详见初次运行的显示 |
| 46 | + |
| 47 | +当官方CLI安装失败(如罕见的架构或者官方网站访问失败时)自动使用 [speedtest-go](https://github.com/showwin/speedtest-go) 作为替代品测速 |
| 48 | + |
| 49 | +### 对应 [speedtest.cn](https://www.speedtest.cn/) 的自动更新测速服务器ID的测速脚本 |
| 50 | + |
| 51 | +单线程测速 |
| 52 | + |
| 53 | +``` |
| 54 | +bash <(curl -sSL http://bash.spiritlhl.net/ecs-cn) |
| 55 | +``` |
| 56 | + |
| 57 | +或 |
| 58 | + |
| 59 | +``` |
| 60 | +bash <(curl -sSLk https://github.com/spiritLHLS/ecsspeed/raw/main/script/ecsspeed-cn.sh) |
| 61 | +``` |
| 62 | + |
| 63 | +或国内用 |
| 64 | + |
| 65 | +``` |
| 66 | +bash <(curl -sSLk https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/ecsspeed/main/script/ecsspeed-cn.sh) |
| 67 | +``` |
| 68 | + |
| 69 | +支持测速的架构:i386, x86_64, amd64, arm64, s390x, riscv64, ppc64le, ppc64 |
| 70 | + |
| 71 | +涵盖中国三大运营商、香港、台湾的测速节点,默认的三网测速每个运营商选择本机ping值最低的两个节点测速,详情三网测速才是全测,节点列表每天自动更新一次。 |
| 72 | + |
| 73 | +支持国内服务器测试(有判断是否为国内机器),但由于国内服务器带宽过小,会很慢,详见初次运行的显示 |
| 74 | + |
| 75 | +### 自动更新测试服务器列表的三网延迟测试脚本 |
| 76 | + |
| 77 | +平均耗时10~15秒 |
| 78 | + |
| 79 | +``` |
| 80 | +bash <(curl -sSL http://bash.spiritlhl.net/ecs-ping) |
| 81 | +``` |
| 82 | + |
| 83 | +或 |
| 84 | + |
| 85 | +``` |
| 86 | +bash <(curl -sSLk https://github.com/spiritLHLS/ecsspeed/raw/main/script/ecsspeed-ping.sh) |
| 87 | +``` |
| 88 | + |
| 89 | +或国内用 |
| 90 | + |
| 91 | +``` |
| 92 | +bash <(curl -sSLk https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/ecsspeed/main/script/ecsspeed-ping.sh) |
| 93 | +``` |
| 94 | + |
| 95 | +效果图 |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | +## 功能 |
| 100 | + |
| 101 | +- [x] 自动抓取 [speedtest.cn](https://www.speedtest.cn/) 节点信息结合已有信息去重并更新列表数据 |
| 102 | +- [x] 自动抓取 [speedtest.net](https://www.speedtest.net/) 节点信息结合已有信息去重并更新列表数据 |
| 103 | +- [x] 对应 [speedtest.net](https://www.speedtest.net/) 的自动更新测速服务器列表的测速脚本 |
| 104 | +- [x] 对应 [speedtest.cn](https://www.speedtest.cn/) 的自动更新测速服务器列表的测速脚本 |
| 105 | +- [x] 自动更新测试服务器列表的三网Ping值测试脚本 |
| 106 | + |
| 107 | +## .cn数据 |
| 108 | + |
| 109 | +仓库:https://github.com/spiritLHLS/speedtest.cn-CN-ID |
| 110 | + |
| 111 | +## .net数据 |
| 112 | + |
113 | 113 | 仓库:https://github.com/spiritLHLS/speedtest.net-CN-ID |
0 commit comments