Skip to content

Instantly share code, notes, and snippets.

@aleofreddi
Created June 23, 2019 20:37
Show Gist options
  • Save aleofreddi/c62ad1de7bd404d1347be1e4d2eed510 to your computer and use it in GitHub Desktop.
Save aleofreddi/c62ad1de7bd404d1347be1e4d2eed510 to your computer and use it in GitHub Desktop.
fio commandline to test disk performance
fio \
--randrepeat=1 \
--ioengine=libaio \
--direct=1 \
--gtod_reduce=1 \
--name=test \
--filename=random_read_write.fio \
--bs=4k \
--iodepth=64 \
--size=4G \
--readwrite=randrw \
--rwmixread=75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment