| VPS 购买地址⬇️ | SKU | CPU | RAM | SSD | Traffic | IP | 价格 |
|---|---|---|---|---|---|---|---|
| VPS.TOWN #AFF | VDS.8H16G.标准型.HKG-A3 | 8C | 24G | 240G | 8T/ 3Gbps | IPv4 | 180CNY/Month |



| CM | CU | CT |
|---|---|---|
![]() |
![]() |
![]() |
![]() |
|---|
| CM | CU | CT | |
|---|---|---|---|
| 北京 | ![]() |
![]() |
![]() |
| 上海 | ![]() |
![]() |
![]() |
| 广东 | ![]() |
![]() |
![]() |
| 北京 | 上海 | 广东 |
|---|---|---|
![]() |
![]() |
![]() |
![]() |
|---|
![]() |
|---|
![]() |
|---|

# 7-zip 压缩测试(综合算力)
apt install p7zip-full -y
7z b

# dd 粗测
dd if=/dev/zero of=/dev/null bs=1M count=10000

# fio(专业,建站博主最推荐)
apt install fio -y
# 4K 随机读
fio --name=randread --rw=randread --bs=4k --size=1G --numjobs=4 --iodepth=32 --runtime=30 --time_based --group_reporting
# 4K 随机写
fio --name=randwrite --rw=randwrite --bs=4k --size=1G --numjobs=4 --iodepth=32 --runtime=30 --time_based --group_reporting
# 顺序读写
fio --name=seqread --rw=read --bs=1M --size=4G --numjobs=1 --runtime=30 --time_based --group_reporting



# HTTP 并发压测(模拟建站高并发)
apt install apache2-utils -y
ab -n 1000 -c 100 http://localhost/






