0x0 · 前言
感谢 VPS.Town 能够提供这个机会让我能够先一步摸到测试机。以下所有数据、性能指标与网络表现基于当前内部测试环境;正式发售参数可能有所调整。若无特殊说明,系统为通过 reinstall 安装的 Debian 13,内核版本:6.12.43+deb13-cloud-amd64。跨母鸡内网目前还未放开,等放开后我会补测在本贴中,如果大家有什么想看的测试也可以直接告诉我~
0x01 · 测试规格 & 综合脚本结果链接
| 项目 | 配置 | 链接 |
|---|---|---|
| CPU 型号 / 核心数 | AMD EPYC 7B13 / 2 | NodeQuality |
| 内存 | 4GiB | Yabs |
| 磁盘 | 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.json | fio --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.json | fio --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.json | fio --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.json | fio --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.json | seq-read.json |
| 1M 顺序写入 | seq-write.json | seq-write.json |
| 4K 随机读取 | random-read.json | random-read.json |
| 4K 随机写入 | random-write.json | random-write.json |
| 混合读写 70/30 | mixed-rw.json | mixed-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 单线程 | 3490 | cpu-single.txt |
| CPU 多线程 | 6931 | cpu-multi.txt |
| 内存 | 3659.47 MiB/sec | memory.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.55 | 20423.55 |
| 原始结果 | database.txt |
0x4 · 网络测试
0x41 · itdog & ping.me
| itdog | ping.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 <-> Windows | Debian13 <-> Debian13 | Debian13 <-> Debian13 | Debian12 <-> Debian12 |
|---|---|---|---|---|
| 使用命令 | iperf3 -c 10.0.0.x | iperf3 -c 10.0.0.x | iperf3 -c 10.0.0.x -P 20 | iperf3 -c 10.0.0.x |
| 测试结果 | 12.8 Gbits/s | 9.85 Gbits/s | 40.3 Gbits/s | 10.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 / 2550 | 1092 / 2145 | 3150 / 6127 | 链接 |
可以看到跑分结果和上文在宿主机上的测试相比差异不大,PVE虚拟机的 sysbench CPU 单线程/多线程得分为 3150/6127,而宿主机为 3490/6931,虚拟化损耗约为 9.7%/11.6%,性能表现依然良好。A3用户狂喜,许愿一个迁移资格。
评论 (0)