summaryrefslogtreecommitdiff
path: root/benches/dio-randread
diff options
context:
space:
mode:
authorroot <root@utumno.home.lan>2016-04-19 05:24:45 -0700
committerroot <root@utumno.home.lan>2016-04-19 14:20:01 -0700
commitce57f737388fc153f368a6081fd992f02a63506e (patch)
tree4a64bd6c8b4bd428f80a61e4dffce988e525c153 /benches/dio-randread
initial commit
Diffstat (limited to 'benches/dio-randread')
-rwxr-xr-xbenches/dio-randread11
1 files changed, 11 insertions, 0 deletions
diff --git a/benches/dio-randread b/benches/dio-randread
new file mode 100755
index 0000000..f935bfe
--- /dev/null
+++ b/benches/dio-randread
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+fio --group_reporting \
+ --runtime=210 \
+ --size=16G \
+ --name=dio-randread \
+ --ioengine=libaio \
+ --direct=1 \
+ --iodepth=64 \
+ --rw=randread \
+ --blocksize=4k