Skip to content

Instantly share code, notes, and snippets.

@mowings
Created January 24, 2020 22:39
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 mowings/eff4a2a281288020d7da1d94ab767161 to your computer and use it in GitHub Desktop.
Save mowings/eff4a2a281288020d7da1d94ab767161 to your computer and use it in GitHub Desktop.
fio disk latency benchmark
fio --name=sequential_write_iops_test --filename=testfile --filesize=10G --time_based --ramp_time=2s \
   --runtime=1m --ioengine=libaio --direct=1 --verify=0 --randrepeat=0 --bs=4k \
   --rw=write --group_reporting --iodepth=2 --numjobs=8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment