Last active
September 18, 2021 11:34
-
-
Save jaak-s/511d3191fcff2d1af768fe47f50dc155 to your computer and use it in GitHub Desktop.
This file contains 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
# installation | |
sudo apt install fio | |
# run benchmark | |
fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 \ | |
--name=test --filename=/tmp/test --bs=4k --iodepth=64 --size=4G \ | |
--readwrite=randrw --rwmixread=75 | |
# delete test file | |
rm /tmp/test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment