VPS指南:性能测试

本文最后更新于:2022年10月4日 晚上

VPS一键测试脚本 / 自带结果导出

我就随便试了下SuperBench脚本
特点:第一个测速节点使用Speedtest.net,Fast.com,再是联通移动电信。对系统的测试也更加全面,包括拥堵阻塞、运营商等。三次I/O分别使用大中小文件,再取平均值。

1
2
3
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
#或者
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

记录一下腾讯云轻量应用服务器的结果:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
 ========================================================= 
\ Superbench.sh Script /
\ Basic system info, I/O test and speedtest /
\ v1.1.7 (7 Apr 2020) /
\ Created by Oldking /
=========================================================

Intro: https://www.oldking.net/350.html
Copyright (C) 2020 Oldking [email protected]

Installing Speedtest-cli ...
Installing tools.py ...
Installing Fast.com-cli ...
----------------------------------------------------------------------
Superbench.sh -- https://www.oldking.net/350.html
Mode : Standard Version : 1.1.7
Usage : wget -qO- sb.oldking.net | bash
----------------------------------------------------------------------
CPU Model : AMD EPYC 7K62 48-Core Processor
CPU Cores : 1 Cores 2595.124 MHz x86_64
CPU Cache : 512 KB
OS : Debian GNU/Linux 9 (64 Bit) KVM
Kernel : 4.11.8-041108-generic
Total Space : 1.9 GB / 57.0 GB
Total RAM : 150 MB / 1997 MB (1378 MB Buff)
Total SWAP : 0 MB / 2044 MB
Uptime : 6 days 7 hour 34 min
Load Average : 0.00, 0.00, 0.00
TCP CC : bbr
ASN & ISP : AS45090, Shenzhen Tencent Computer Systems Company Limited
Organization : Tencent cloud computing (Beijing) Co., Ltd.
Location : Shenzhen, China / CN
Region : Guangdong
----------------------------------------------------------------------
I/O Speed( 1.0GB ) : 156 MB/s
I/O Speed( 1.0GB ) : 140 MB/s
I/O Speed( 1.0GB ) : 139 MB/s
Average I/O Speed : 145.0 MB/s
----------------------------------------------------------------------
Node Name Upload Speed Download Speed Latency
Speedtest.net 5.38 Mbit/s 104.54 Mbit/s 50.37 ms
Fast.com 0.00 Mbit/s 0 Mbit/s -
Hefei 5G CT 5.19 Mbit/s 123.19 Mbit/s 24.66 ms
Guangzhou 5G CT 5.02 Mbit/s 96.80 Mbit/s 35.63 ms
Shanghai 5G CU 5.24 Mbit/s 102.22 Mbit/s 29.68 ms
Tianjin 5G CM 5.27 Mbit/s 111.59 Mbit/s 41.47 ms
Hefei 5G CM 5.34 Mbit/s 95.15 Mbit/s 23.22 ms
----------------------------------------------------------------------
Finished in : 4 min 29 sec
Timestamp : 2021-06-28 03:00:38 GMT+8
Results : ./superbench.log
----------------------------------------------------------------------
Share result:
· https://www.speedtest.net/result/c/53d38b89-03cc-45aa-9a62-fd6f16d38fe7
· https://paste.ubuntu.com/p/StVm2G4fQR/
----------------------------------------------------------------------

参考链接:
SuperBench.sh https://www.oldking.net/350.html
https://www.huaweicloud.com/articles/8c4213ad9af771ddc6b7a385a4dc4dd6.html