Skip to content

Instantly share code, notes, and snippets.

@jaak-s
Last active September 18, 2021 11:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaak-s/511d3191fcff2d1af768fe47f50dc155 to your computer and use it in GitHub Desktop.
Save jaak-s/511d3191fcff2d1af768fe47f50dc155 to your computer and use it in GitHub Desktop.
# 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