mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FIO benchmark (markdown)
parent
676d281c82
commit
d296a6164c
|
@ -14,7 +14,7 @@ fio --randrepeat=1 --name=test --filename=fiotest --bs=128k --iodepth=1 --size=1
|
|||
|
||||
# Random Read
|
||||
|
||||
Random Read with 4KB, 128KB and 2MB block sizes.
|
||||
Random Read with 4KB, 128KB and 2MB block sizes, with direct IO enabled.
|
||||
|
||||
```
|
||||
$ fio --randrepeat=1 --name=test --filename=fiotest --bs=4k --iodepth=1 --readwrite=randread --size=10G -direct=1
|
||||
|
|
Loading…
Reference in a new issue