Created
November 1, 2024 02:55
-
-
Save kmvan/bca808f97f7367e36a911777aa8a704b to your computer and use it in GitHub Desktop.
fio write and read benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fio --name=random-write --ioengine=libaio --direct=1 --rw=randwrite --bs=4k --size=1G --runtime=60 --time_based --randrepeat=0 --filename=random-write.dat --name=random-read --rw=randread --bs=4k --size=1G --runtime=60 --time_based --randrepeat=0 --filename=random-read.dat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment