## 机器配置
| VPS 购买地址⬇️ | SKU | CPU | RAM | SSD | Traffic | IP | 价格 |
| -------------------------------------------------------- | --------------------------- | ---- | ---- | ---- | --------- | ---- | ---------------- |
| [VPS.TOWN](https://vps.town/recommend/c03O3iDbKy6N) #AFF | **VDS.8H16G.标准型.HKG-A3** | 8C | 24G | 240G | 8T/ 3Gbps | IPv4 | **180CNY/Month** |

------
## 系统参数硬件性能
------

------
## ITdog — IPv4 Tcp 质量测试
| CM | CU | CT |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|  |  |  |
------
## Connectivity
|  |
| ------------------------------------------------------------ |
------
## 去程路由
| | CM | CU | CT |
| ---- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 北京 |  |  |  |
| 上海 |  |  |  |
| 广东 |  |  |  |
------
## 回程路由
| 北京 | 上海 | 广东 |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|  |  |  |
----
## 国内三网延迟
|  |
| ------------------------------------------------------------ |
------
## IP 质量
|  |
| ------------------------------------------------------------ |
------
## 流媒体解锁
|  |
| ------------------------------------------------------------ |
------
## 心跳线

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

------
## 内存性能测试
```
# dd 粗测
dd if=/dev/zero of=/dev/null bs=1M count=10000
```

------
## 磁盘 I/O 测试
```
# 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/
```

------
## 宝塔部署测试

评论 (2)
🙋 仅限登录用户发表评论。
立即登录