Skip to content

Instantly share code, notes, and snippets.

@Zate
Created September 20, 2020 21:58
Show Gist options
  • Save Zate/104a4d7dfa0b98c96a08624e2bf8aecc to your computer and use it in GitHub Desktop.
Save Zate/104a4d7dfa0b98c96a08624e2bf8aecc to your computer and use it in GitHub Desktop.
Splunk IOPS Testing
fio --time_based --name=4k_benchmark --size=10G --runtime=30 --filename=/opt/splunk/test --ioengine=libaio --randrepeat=0 --iodepth=128 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=4 --rw=randread --blocksize=4k --group_reporting
4k_benchmark: (g=0): rw=randread, bs=4K-4K/4K-4K/4K-4K, ioengine=libaio, iodepth=128
@Zate
Copy link
Author

Zate commented Sep 28, 2022

sudo fio --time_based --name=4k_benchmark --size=5G --runtime=30 --filename=/opt/test --ioengine=libaio --randrepeat=0 --iodepth=128 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=10 --rw=randread --blocksize=4k --group_reporting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment