This commit is contained in:
2021-11-14 15:50:55 +08:00
parent f810ebf1d9
commit 915c231124
27 changed files with 1862 additions and 1890 deletions

View File

@@ -20,7 +20,7 @@ categories: ["storage"]
- iops: 每秒 I/O 的次数
# 同步写测试
### 同步随机写
## 同步随机写
- 使用strace工具查看系统调用
```bash
strace -f -tt -o /tmp/randwrite.log -D fio -name=randwrite -rw=randwrite \
@@ -82,7 +82,7 @@ categories: ["storage"]
...
```
### 同步顺序写
## 同步顺序写
- 测试顺序写
```bash
strace -f -tt -o /tmp/write.log -D fio -name=write -rw=write \