0x0 · 前言

感谢 VPS.Town 能够提供这个机会让我能够先一步摸到测试机。以下所有数据、性能指标与网络表现基于当前内部测试环境;正式发售参数可能有所调整。若无特殊说明,系统为通过 reinstall 安装的 Debian 13,内核版本:6.12.43+deb13-cloud-amd64。跨母鸡内网目前还未放开,等放开后我会补测在本贴中,如果大家有什么想看的测试也可以直接告诉我~

0x01 · 测试规格 & 综合脚本结果链接

项目配置链接
CPU 型号 / 核心数AMD EPYC 7B13 / 2NodeQuality
内存4GiBYabs
磁盘40GiB 系统盘 / 1TiB 数据盘融合怪
网络5000 Mbps

0x1 · IP质量与解锁

IP质量HK 解锁测试

此处悼念被献祭的v6


0x2 · fio 存储性能测试

使用命令展示

4k随机读取4k随机写入1m顺序读取1m顺序写入混合读写
fio --name=random-read --ioengine=libaio --iodepth=32 --rw=randread --bs=4k --direct=1 --size=1G --numjobs=4 --runtime=60 --group_reporting --filename=test-file --output-format=json --output=random-read.jsonfio --name=random-write --ioengine=libaio --iodepth=32 --rw=randwrite --bs=4k --direct=1 --size=1G --numjobs=4 --runtime=60 --group_reporting --filename=test-file --output-format=json --output=random-write.jsonfio --name=seq-read --ioengine=libaio --iodepth=32 --rw=read --bs=1M --direct=1 --size=20G --runtime=60 --group_reporting --filename=test-file --output-format=json --output=seq-read.jsonfio --name=seq-write --ioengine=libaio --iodepth=32 --rw=write --bs=1M --direct=1 --size=20G --runtime=60 --group_reporting --filename=test-file --output-format=json --output=seq-write.jsonfio --name=mixed-rw --ioengine=libaio --iodepth=32 --rw=randrw --rwmixread=70 --bs=4k --direct=1 --size=20G --numjobs=4 --runtime=60 --group_reporting --filename=test-file --output-format=json --output=mixed-rw.json

结果简易图示

系统盘

数据盘

原始结果文件链接

项目系统盘数据盘
1M 顺序读取seq-read.jsonseq-read.json
1M 顺序写入seq-write.jsonseq-write.json
4K 随机读取random-read.jsonrandom-read.json
4K 随机写入random-write.jsonrandom-write.json
混合读写 70/30mixed-rw.jsonmixed-rw.json

0x3 · 综合性能测试

0x31 · GB5 / GB6 性能测试

0x3.2 sysbench 性能测试

命令

# CPU 单线程sysbench cpu --time=60 run > cpu-single.txt# CPU 多线程sysbench cpu --threads=$(nproc) --time=60 run > cpu-multi.txt# 内存sysbench memory --memory-total-size=4G --threads=$(nproc) run > memory.txt

实际结果

项目得分原始结果
CPU 单线程3490cpu-single.txt
CPU 多线程6931cpu-multi.txt
内存3659.47 MiB/secmemory.txt
Mariadb 性能测试

仅在系统盘上进行了测试,相信应该没有人会把数据库放在HDD上吧。

命令

apt install -y mariadb-servermariadb -e "CREATE DATABASE sbtest;"sysbench oltp_read_write --table-size=100000 --mysql-db=sbtest \--mysql-user=root --mysql-password= preparesysbench oltp_read_write --table-size=100000 --mysql-db=sbtest \--mysql-user=root --mysql-password= --time=300 \--threads=8 --report-interval=10 run

实际结果

项目数据库 TPS (事务数 / 秒)数据库 QPS (查询数 / 秒)
得分988.5520423.55
原始结果database.txt

0x4 · 网络测试

0x41 · itdog & ping.me

itdogping.me

0x42 · SpeedTest 测速

感觉没有什么用的结果链接

位置链接
fdcservers.net - Hong Kong (id: 28912)https://www.speedtest.net/result/c/7e8c0e56-952d-4531-be76-efdcd6ed7e72
IPA CyberLab 400G - Tokyo (id: 48463)https://www.speedtest.net/result/c/99d7e8dc-410d-42ae-b94b-003d054b1c4c
Sharktech Inc. - Los Angeles, CA (id: 7190)https://www.speedtest.net/result/c/88ba5c0f-c339-4af9-9acd-547b3627402d
GSL Networks - Singapore (id: 50344)https://www.speedtest.net/result/c/f1dc913c-e3d3-4ce9-a11d-4d2e6a96cb53

0x5 · 内网相关测试

0x51 · iperf 测速

双端系统Windows <-> WindowsDebian13 <-> Debian13Debian13 <-> Debian13Debian12 <-> Debian12
使用命令iperf3 -c 10.0.0.xiperf3 -c 10.0.0.xiperf3 -c 10.0.0.x -P 20iperf3 -c 10.0.0.x
测试结果12.8 Gbits/s9.85 Gbits/s40.3 Gbits/s10.3 Gbits/s
截图

可以观察到不同系统与内核版本间存在一定的性能差异。不过,使用多线程传输(-P 20)似乎可以有效抹平这些系统差异(虽然没有详细测试),性能提升至 40.3 Gbits/s 。(同时CPU占用也达到了100%)感觉后续可能会做出相关限制。


0x6 · PVE虚拟化嵌套测试

PVE版本为 8.4.14 ,系统选择使用 reinstall 安装的 Debian 12 内核为 6.1.0-39-cloud-amd64, 由于篇幅原因,下面会简单的给出 GB6, sysbench的测试结果, (搞不太明白PVE如有错误还望指出)

PVE 设置截图

GB6 单线程/多线程GB5 单线程/多线程sysbench CPU 单线程/多线程/内存融合怪
1434 / 25501092 / 21453150 / 6127链接

可以看到跑分结果和上文在宿主机上的测试相比差异不大,PVE虚拟机的 sysbench CPU 单线程/多线程得分为 3150/6127,而宿主机为 3490/6931,虚拟化损耗约为 9.7%/11.6%,性能表现依然良好。A3用户狂喜,许愿一个迁移资格。