You've already forked www.colben.cn
update
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user