Skip to content

Instantly share code, notes, and snippets.

@matteyeux
Created November 27, 2023 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matteyeux/ce9c7cf382d92f75a200ef4d49a719fd to your computer and use it in GitHub Desktop.
Save matteyeux/ce9c7cf382d92f75a200ef4d49a719fd to your computer and use it in GitHub Desktop.
fio --filename=/tmp/test --rw=randread --size=2Go --direct=1 --bs=1M --ioengine=libaio --runtime=60 --numjobs=1 --time_based --group_reporting --name=seq_read --iodepth=16
fio --filename=/tmp/test --rw=read --size=5Go --direct=1 --bs=1M --ioengine=libaio --runtime=60 --numjobs=1 --time_based --group_reporting --name=seq_read --iodepth=16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment