Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active February 25, 2022 03:14
Show Gist options
  • Save zoonderkins/b848437bca3ada121df2886d9500b993 to your computer and use it in GitHub Desktop.
Save zoonderkins/b848437bca3ada121df2886d9500b993 to your computer and use it in GitHub Desktop.
Debian-SSD-benchmark-fil

Fio ssd benchmark

apt install fio

fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=rwtest --filename=rwtest --rwmixread=70 --bs=4k --iodepth=64 --size=4G --readwrite=randrw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment