diff --git a/Benchmarks-from-jinleileiking.md b/Benchmarks-from-jinleileiking.md index 07ed45d..b383b3a 100644 --- a/Benchmarks-from-jinleileiking.md +++ b/Benchmarks-from-jinleileiking.md @@ -11,6 +11,7 @@ env: * ext3 * 128G mem * run benchmark from 1pc +* fio 顺序写 iops 18k `fio -filename=./a -direct=1 -iodepth 1 -thread -rw=write -ioengine=psync -bs=16k -size=1G -numjobs=30 -runtime=1000 -group_reporting -name=mytest` 测试命令