Files
zvfs/fio/sample.fio
2026-03-02 08:31:01 +00:00

14 lines
454 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[global]
ioengine=sync # 同步 I/O
direct=0 # 使用内核页缓存,测试系统调用性能
bs=128k # 块大小
size=1G # 每个文件大小
numjobs=2 # 并发线程数
runtime=60 # 测试运行时间,秒
time_based=1
rw=randrw # 随机读写
rwmixread=70 # 70% 读30% 写
group_reporting=1 # 汇总报告
[test_syscall]
filename=/tmp/fio_sample_testfile