Contents
hide
结论
- 亮点就是无限流量和年付$6
Acquisition
Log-In & Control Panel
各种测试 – 最新脚本本馆档案链接
综合
Shell
x
43
43
1
# bench.sh是秋水逸冰写的一个VPS测试脚本,全面适用于各种 Linux 发行版的网络(下行)和 IO 测试。
2
# 4个都一样
3
wget -qO- bench.sh | bash
4
curl -Lso- bench.sh | bash
5
wget -qO- 86.re/bench.sh | bash
6
curl -so- 86.re/bench.sh | bash
7
8
----------------------------------------------------------------------
9
CPU Model : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
10
CPU Cores : 1
11
CPU Frequency : 2999.902 MHz
12
CPU Cache : 20480 KB
13
Total Disk : 9.8 GB (0.9 GB Used)
14
Total Mem : 512 MB (107 MB Used)
15
Total Swap : 0 MB (0 MB Used)
16
System uptime : 0 days, 0 hour 26 min
17
Load average : 0.04, 0.05, 0.05
18
OS : Ubuntu 18.04.5 LTS
19
Arch : x86_64 (64 Bit)
20
Kernel : 4.15.0
21
TCP CC :
22
Virtualization : OpenVZ
23
Organization : AS35913 DediPath
24
Location : Los Angeles / US
25
Region : California
26
----------------------------------------------------------------------
27
I/O Speed(1st run) : 111 MB/s
28
I/O Speed(2nd run) : 608 MB/s
29
I/O Speed(3rd run) : 555 MB/s
30
Average I/O speed : 424.7 MB/s
31
----------------------------------------------------------------------
32
Node Name Upload Speed Download Speed Latency
33
Speedtest.net 221.14 Mbps 258.15 Mbps 0.34 ms
34
Beijing CU 261.96 Mbps 85.99 Mbps 176.31 ms
35
Shanghai CT 101.62 Mbps 61.46 Mbps 145.49 ms
36
Shanghai CU 335.38 Mbps 99.60 Mbps 176.65 ms
37
Guangzhou CT 2.02 Mbps 2.88 Mbps 163.55 ms
38
Guangzhou CU 36.23 Mbps 90.23 Mbps 159.70 ms
39
Shenzhen CU 145.05 Mbps 50.44 Mbps 165.59 ms
40
Hongkong CN 35.49 Mbps 147.32 Mbps 151.41 ms
41
Singapore SG 146.88 Mbps 80.93 Mbps 179.22 ms
42
Tokyo JP 11.52 Mbps 9.59 Mbps 114.56 ms
43
----------------------------------------------------------------------

Shell
xxxxxxxxxx
1
9
1
curl -fsSL https://ilemonra.in/LemonBenchIntl | bash -s fast
2
# ==
3
wget -qO- https://ilemonra.in/LemonBenchIntl | bash -s fast
4
5
curl -fsSL https://ilemonra.in/LemonBenchIntl | bash -s full
6
# ==
7
wget -qO- https://ilemonra.in/LemonBenchIntl | bash -s full
8
9
机器配置
Shell
xxxxxxxxxx
1
60
60
1
-> System Information
2
3
OS Release: Ubuntu 18.04.5 LTS (Bionic Beaver) (x86_64)
4
CPU Model: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz 3.00 GHz
5
CPU Cache Size: 20480 KB
6
CPU Number: 1 vCPU (8 Host Core/Thread)
7
Virt Type: OpenVZ
8
Memory Usage: 119.90 MB / 512.00 MB
9
Swap Usage: [ No Swapfile/Swap Partition ]
10
Boot Device: /dev/ploop57957p1
11
Disk Usage: 10.19 GB / 0.06 GB
12
CPU Usage: 1.9% used, 0.0% iowait, 0.0% steal
13
Load (1/5/15min): 0.68 0.21 0.11
14
Uptime: 0 Days, 0 Hours, 41 Minutes, 52 Seconds
15
Kernel Version: 4.15.0
16
Network CC Method: +
17
18
-> Network Infomation
19
20
IPV4 - IP Address: [US]
21
IPV4 - ASN Info: AS35913 (DEDIPATH-LLC - DediPath, US)
22
IPV4 - Region: United States California Los Angeles
23
IPV6 - IP Address: [US] 2602:fe969c1:81e3
24
IPV6 - ASN Info: AS35913 (DEDIPATH-LLC - DediPath, US)
25
IPV6 - Region: United States United States
26
-> Media Unlock Test
27
28
HBO Now: Yes
29
Bahamut Anime: No
30
Abema.TV: No
31
Princess Connect Re:Dive Japan: Yes
32
BBC: No
33
BiliBili China Mainland Only: No
34
BiliBili Hongkong/Macau/Taiwan: No
35
Bilibili Taiwan Only: No
36
37
-> CPU Performance Test (Fast Mode, 1-Pass @ 5sec)
38
39
1 Thread Test: 829 Scores
40
41
-> Memory Performance Test (Fast Mode, 1-Pass @ 5sec)
42
43
1 Thread - Read Test : 16702.18 MB/s
44
1 Thread - Write Test: 11685.02 MB/s
45
46
-> Disk Speed Test (4K Block/1M Block, Direct Mode)
47
48
Test Name Write Speed Read Speed
49
100MB-4K Block 624 MB/s (0.01K IOPS, 0.17s) ->main: line 1154: /proc/sys/vm/drop_caches: Permission denied
50
100MB-4K Block 624 MB/s (0.01 IOPS, 0.17s) 1.9 GB/s (459027 IOPS, 0.06s)
51
1GB-1M Block 405 MB/s (386 IOPS, 2.59s) ->main: line 1154: /proc/sys/vm/drop_caches: Permission denied
52
1GB-1M Block 405 MB/s (386 IOPS, 2.59s) 583 MB/s (555 IOPS, 1.80s)
53
54
-> Speedtest.net Network Speed Test
55
56
Node Name Upload Speed Download Speed Ping Latency Server Name
57
Speedtest Default 0.39 MB/s 20.22 MB/s 4.54 ms Spectrum (United States Los Angeles, CA)
58
China, Beijing CU 1.26 MB/s 1.12 MB/s 177.79 ms Beijing Unicom (China Beijing)
59
China, Shanghai CT 0.58 MB/s 2.25 MB/s 140.85 ms China Telecom (China Shanghai)
60
回程 – 上海电信GT,厦门电信GIA
Shell
xxxxxxxxxx
1
62
62
1
wget -qO- git.io/besttrace | bash
2
3
Traceroute to China, Shanghai CT (TCP Mode, Max 30 Hop)
4
============================================================
5
traceroute to 180.153.28.5 (180.153.28.5), 30 hops max, 32 byte packets
6
1 213.59.117.114 0.22 ms AS35913 United States, California, Los Angeles, dedipath.com
7
2 23.147.224.21 3.47 ms AS35913 United States, California, Los Angeles, dedipath.com
8
3 4.78.193.5 2.74 ms AS3356 United States, California, Los Angeles, level3.com
9
4 *
10
5 4.78.200.2 8.89 ms AS3356 United States, California, Los Angeles, level3.com
11
6 202.97.83.241 4.12 ms AS4134 China, ChinaTelecom
12
7 202.97.51.57 155.39 ms AS4134 China, ChinaTelecom
13
8 *
14
9 202.97.57.146 178.14 ms AS4134 China, ChinaTelecom
15
10 61.152.25.221 162.52 ms AS4812 China, Shanghai, ChinaTelecom
16
11 *
17
12 124.74.232.242 158.01 ms AS4811 China, Shanghai, ChinaTelecom
18
13 101.227.255.34 153.49 ms AS4812 China, Shanghai, ChinaTelecom
19
14 180.153.28.5 153.70 ms AS4812 China, Shanghai, ChinaTelecom
20
21
Traceroute to China, Guangzhou CM (TCP Mode, Max 30 Hop)
22
============================================================
23
traceroute to 120.196.212.25 (120.196.212.25), 30 hops max, 32 byte packets
24
1 213.59.117.114 0.21 ms AS35913 United States, California, Los Angeles, dedipath.com
25
2 23.147.224.21 0.62 ms AS35913 United States, California, Los Angeles, dedipath.com
26
3 69.88.129.105 1.20 ms AS10912 United States, California, Los Angeles, inap.com
27
4 216.52.255.73 2.40 ms AS10912 United States, California, Los Angeles, inap.com
28
5 213.248.93.17 3.23 ms AS1299 Netherlands, telia.com
29
6 62.115.125.162 1.70 ms AS1299 Sweden, Stockholm County, Stockholm, telia.com
30
7 62.115.171.219 2.18 ms AS1299 Sweden, Stockholm County, Stockholm, telia.com
31
8 223.120.6.17 5.98 ms AS58453 China, ChinaMobile
32
9 *
33
10 *
34
11 221.176.24.57 170.89 ms AS9808 China, ChinaMobile
35
12 221.176.24.5 169.32 ms AS9808 China, ChinaMobile
36
13 111.24.4.245 145.97 ms AS9808 China, ChinaMobile
37
14 111.24.4.241 185.30 ms AS9808 China, ChinaMobile
38
15 211.136.196.198 154.03 ms AS56040 China, Guangdong, Guangzhou, ChinaMobile
39
16 211.136.249.113 172.47 ms AS56040 China, Guangdong, Guangzhou, ChinaMobile
40
17 211.136.203.2 164.46 ms AS56040 China, Guangdong, Guangzhou, ChinaMobile
41
18 211.139.180.106 163.88 ms AS56040 China, Guangdong, Guangzhou, ChinaMobile
42
19 *
43
20 *
44
21 120.196.212.25 174.75 ms AS56040 China, Guangdong, Guangzhou, ChinaMobile
45
46
Traceroute to China, Shanghai CU (TCP Mode, Max 30 Hop)
47
============================================================
48
traceroute to 58.247.8.158 (58.247.8.158), 30 hops max, 32 byte packets
49
1 213.59.117.114 0.18 ms AS35913 United States, California, Los Angeles, dedipath.com
50
2 23.147.224.21 11.50 ms AS35913 United States, California, Los Angeles, dedipath.com
51
3 4.78.193.5 52.77 ms AS3356 United States, California, Los Angeles, level3.com
52
4 4.69.209.165 21.17 ms AS3356 United States, level3.com
53
5 4.53.209.22 182.33 ms AS3356 United States, California, San Jose, level3.com
54
6 219.158.116.245 160.53 ms AS4837 China, ChinaUnicom
55
7 219.158.113.142 173.40 ms AS4837 China, ChinaUnicom
56
8 219.158.113.113 162.89 ms AS4837 China, ChinaUnicom
57
9 *
58
10 139.226.228.46 163.96 ms AS17621 China, Shanghai, ChinaUnicom
59
11 139.226.225.22 159.24 ms AS17621 China, Shanghai, ChinaUnicom
60
12 58.247.8.153 170.74 ms AS17621 China, Shanghai, ChinaUnicom
61
13 *
62
测速 – 联通还不错
服务器端测速
Shell
xxxxxxxxxx
1
15
15
1
# 专门针对国内的测试
2
bash <(curl -Lso- https://git.io/superspeed)
3
----------------------------------------------------------------------
4
Node Name Upload Speed Download Speed Latency
5
Speedtest.net 221.14 Mbps 258.15 Mbps 0.34 ms
6
Beijing CU 261.96 Mbps 85.99 Mbps 176.31 ms
7
Shanghai CT 101.62 Mbps 61.46 Mbps 145.49 ms
8
Shanghai CU 335.38 Mbps 99.60 Mbps 176.65 ms
9
Guangzhou CT 2.02 Mbps 2.88 Mbps 163.55 ms
10
Guangzhou CU 36.23 Mbps 90.23 Mbps 159.70 ms
11
Shenzhen CU 145.05 Mbps 50.44 Mbps 165.59 ms
12
Hongkong CN 35.49 Mbps 147.32 Mbps 151.41 ms
13
Singapore SG 146.88 Mbps 80.93 Mbps 179.22 ms
14
Tokyo JP 11.52 Mbps 9.59 Mbps 114.56 ms
15
----------------------------------------------------------------------
油管测速 – 基本能稳定在xMb 左右 – 20210530
speedtest 本地下载测速
Shell
xxxxxxxxxx
1
2
1
apt install -y docker.io && docker run -d -p 9080:80 --name speedtest --restart=always ilemonrain/html5-speedtest:alpine
2
流媒体解锁测试 – Netflix Org, Youtube, Amazon, HBO Max
Netflix
Shell
xxxxxxxxxx
1
4
1
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf
2
# ==
3
wget -O nf https://file.10244201.xyz/pub/netflix_check_1 && chmod +x nf && clear && ./nf
4


工单请求开启fuse,可用于rclone

开启openvz bbrplus
参考 – ovz开启bbr(需TUN/TAP支持)