aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/fio_jobs
diff options
context:
space:
mode:
authorNauman_Ahad <Nauman_Ahad@dell.com>2015-12-22 03:28:14 +0500
committerNauman_Ahad <Nauman_Ahad@dell.com>2015-12-22 03:35:50 +0500
commit946ba8f831b903c5ab9d2cdfd38a0c155d93d707 (patch)
treecdb01f3f3afbcc52149512c6b4f7b3ae4cc39fa9 /benchmarks/fio_jobs
parent8786672d2eb6b009598861c5bbe99f6549dfc260 (diff)
Storage benchmarsk for QTIP
Inclusion of Fio filesystem benchmarks Includes a fio.yaml playbook A FIO job folder that contains information for the fio job Additionally testcases for storage benchmarks can be found in "test case" directory JIRA: QTIP-46 Change-Id: Icb4a429f8754c9ed4ceec548d8ddc6062992c85d Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
Diffstat (limited to 'benchmarks/fio_jobs')
-rw-r--r--benchmarks/fio_jobs/test_job13
1 files changed, 13 insertions, 0 deletions
diff --git a/benchmarks/fio_jobs/test_job b/benchmarks/fio_jobs/test_job
new file mode 100644
index 00000000..6817abca
--- /dev/null
+++ b/benchmarks/fio_jobs/test_job
@@ -0,0 +1,13 @@
+[global]
+
+runtime= 600
+ioengine=libaio
+iodepth=2
+direct=1
+bs=4k
+rw=randrw
+
+[job1]
+size=5G
+
+