Superspeed.sh原版
- https://github.com/oooldking/script
Shell
x
61
61
1
wget -qO- git.io/superbench.sh | bash
2
curl -Lso- git.io/superbench.sh | bash
3
4
rnerdlava3h at ~ ❯ wget -qO- git.io/superbench.sh | bash
5
6
=========================================================
7
\ Superbench.sh Script /
8
\ Basic system info, I/O test and speedtest /
9
\ v1.1.7 (7 Apr 2020) /
10
\ Created by Oldking /
11
=========================================================
12
13
Intro: https://www.oldking.net/350.html
14
Copyright (C) 2020 Oldking oooldking@gmail.com
15
16
Installing Speedtest-cli ...
17
Installing tools.py ...
18
Installing Fast.com-cli ...
19
----------------------------------------------------------------------
20
Superbench.sh -- https://www.oldking.net/350.html
21
Mode : Standard Version : 1.1.7
22
Usage : wget -qO- sb.oldking.net | bash
23
----------------------------------------------------------------------
24
CPU Model : Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
25
CPU Cores : 3 Cores 2899.994 MHz x86_64
26
CPU Cache : 16384 KB
27
OS : Ubuntu 20.04.2 LTS (64 Bit) KVM
28
Kernel : 5.4.0-28-generic
29
Total Space : 3.2 GB / 37.0 GB
30
Total RAM : 229 MB / 2488 MB (897 MB Buff)
31
Total SWAP : 1 MB / 2559 MB
32
Uptime : 3 days 11 hour 28 min
33
Load Average : 0.00, 0.00, 0.00
34
TCP CC : bbr
35
ASN & ISP : AS35916, Multacom Corporation
36
Organization : Multacom Corporation
37
Location : Santa Clarita, United States / US
38
Region : California
39
----------------------------------------------------------------------
40
I/O Speed( 1.0GB ) : 216 MB/s
41
I/O Speed( 1.0GB ) : 427 MB/s
42
I/O Speed( 1.0GB ) : 427 MB/s
43
Average I/O Speed : 356.7 MB/s
44
----------------------------------------------------------------------
45
Node Name Upload Speed Download Speed Latency
46
Speedtest.net 769.31 Mbit/s 506.60 Mbit/s (*)72.79 ms
47
Fast.com 0.00 Mbit/s 141.8 Mbit/s -
48
Nanjing 5G CT 500.32 Mbit/s 275.04 Mbit/s 147.00 ms
49
Hefei 5G CT 81.45 Mbit/s 272.89 Mbit/s 173.91 ms
50
Guangzhou 5G CT 180.77 Mbit/s 226.14 Mbit/s 190.54 ms
51
Shanghai 5G CU 103.44 Mbit/s 124.50 Mbit/s 342.54 ms
52
Nanjing 5G CM 42.62 Mbit/s 15.70 Mbit/s 210.44 ms
53
----------------------------------------------------------------------
54
Finished in : 3 min 43 sec
55
Timestamp : 2021-04-16 23:46:16 GMT+8
56
Results : ./superbench.log
57
----------------------------------------------------------------------
58
Share result:
59
· https://www.speedtest.net/result/c/27cd9ff4-8c66-4f18-a26a-737424e2ec72
60
· https://paste.ubuntu.com/p/8n9SQRCVPM/
61
----------------------------------------------------------------------
Superspeed.sh修改版 – 只测到大陆的速度
- https://github.com/ernisn/superspeed
Shell
xxxxxxxxxx
1
30
30
1
bash <(curl -Lso- https://git.io/superspeed)
2
3
rnerdlava3h at ~ ❯ bash <(curl -Lso- https://git.io/superspeed)
4
正在安装 Python
5
正在安装 Speedtest-cli
6
———————————————————SuperSpeed 全面测速版——————————————————
7
bash <(curl -Lso- https://git.io/superspeed)
8
全部节点列表: https://git.io/superspeedList
9
节点更新: 2020/04/09 | 脚本更新: 2020/04/09
10
——————————————————————————————————————————————————————————
11
测速类型: 1. 三网测速 2. 取消测速
12
3. 电信节点 4. 联通节点 5. 移动节点
13
请输入数字选择测速类型: 1
14
——————————————————————————————————————————————————————————
15
ID 测速服务器信息 上传/Mbps 下载/Mbps 延迟/ms
16
3633 电信|上海 ↑ 4.83 ↓ 156.73 190.21
17
17145 电信|安徽合肥5G ↑ 55.69 ↓ 213.10 183.55
18
27594 电信|广东广州5G ↑ 1.01 ↓ 64.56 192.31
19
27575 电信|新疆乌鲁木齐 ↑ 12.89 ↓ 40.66 244.40
20
5396 电信|江苏苏州5G ↑ 467.68 ↓ 260.04 155.72
21
29353 电信|湖北武汉5G ↑ 2.69 ↓ 29.73 220.49
22
28225 电信|湖南长沙5G ↑ 376.28 ↓ 13.93 173.70
23
24447 联通|上海5G ↑ 154.41 ↓ 136.19 247.32
24
4870 联通|湖南长沙 ↑ 61.25 ↓ 606.60 288.98
25
4863 联通|陕西西安 ↑ 98.98 ↓ 216.14 205.44
26
——————————————————————————————————————————————————————————
27
测试完成, 本次测速耗时: 5 分 58 秒
28
当前时间: 2021-04-16 16:29:34
29
# 三网测速中为避免节点数不均及测试过久,每部分未使用所
30
# 有节点,如果需要使用全部节点,可分别选择三网节点检测

teddysun Bench.sh
- https://github.com/teddysun/across/blob/master/bench.sh
Shell
xxxxxxxxxx
1
40
40
1
wget -qO- bench.sh | bash
2
curl -Lso- bench.sh | bash
3
wget -qO- 86.re/bench.sh | bash
4
curl -so- 86.re/bench.sh | bash
5
6
7
rnerdlava3h at ~ ❯ wget -qO- bench.sh | bash
8
----------------------------------------------------------------------
9
CPU Model : Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
10
CPU Cores : 3
11
CPU Frequency : 2899.994 MHz
12
CPU Cache : 16384 KB
13
Total Disk : 37.0 GB (3.1 GB Used)
14
Total Mem : 2488 MB (229 MB Used)
15
Total Swap : 2559 MB (1 MB Used)
16
System uptime : 3 days, 11 hour 36 min
17
Load average : 0.00, 0.02, 0.00
18
OS : Ubuntu 20.04.2 LTS
19
Arch : x86_64 (64 Bit)
20
Kernel : 5.4.0-28-generic
21
TCP CC : bbr
22
Virtualization : KVM
23
Organization : AS35916 MULTACOM CORPORATION
24
Location : Los Angeles / US
25
Region : California
26
----------------------------------------------------------------------
27
I/O Speed(1st run) : 221 MB/s
28
I/O Speed(2nd run) : 408 MB/s
29
I/O Speed(3rd run) : 375 MB/s
30
Average I/O speed : 334.7 MB/s
31
----------------------------------------------------------------------
32
Node Name Upload Speed Download Speed Latency
33
Speedtest.net 849.80 Mbps 440.29 Mbps 51.01 ms
34
Shanghai CT 47.23 Mbps 190.47 Mbps 157.26 ms
35
Shanghai CU 84.54 Mbps 142.78 Mbps 325.93 ms
36
Guangzhou CT 154.00 Mbps 131.33 Mbps 173.06 ms
37
Hongkong CN 477.17 Mbps 946.86 Mbps 156.61 ms
38
Singapore SG 410.89 Mbps 223.95 Mbps 178.51 ms
39
Tokyo JP 180.47 Mbps 6.92 Mbps 110.36 ms
40
----------------------------------------------------------------------
91yuntest
- https://github.com/LemonBench/LemonBench
Shell
xxxxxxxxxx
1
10
10
1
简单模式:
2
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test_91yun.sh && bash test_91yun.sh s
3
4
普通模式:主要因为普通模式的下载测试和路由测试有些耗时,有时大家可能只需要快速获得这台服务器的参数,带宽,io和延迟是多少。那么简单模式可以节省大量的时间。如果需要进一步的信息则可以使用普通模式。
5
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test_91yun.sh && bash test_91yun.sh
6
7
完全模式:
8
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test_91yun.sh && bash test_91yun.sh a
9
10