aboutsummaryrefslogtreecommitdiffstats
path: root/legacy/docs/_03-storage.rst
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-23 16:20:05 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-23 17:14:43 +0800
commitc8a6d44d0cd39c2dc658b28056fe9782006e6e06 (patch)
tree7ce1b574b346478d96023ecce37e6cde48c54630 /legacy/docs/_03-storage.rst
parent5c4c42d794a8f3ca0708098790320d2a022ec8ec (diff)
Cleanup `docs` folder
- move legacy document to `/legacy/docs` - move proposals to `docs/proposal` - remove unused `.gitkeep` files Change-Id: I1ad83ae98b7a6b3bb1738ced9b1f0d22c9c296b6 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'legacy/docs/_03-storage.rst')
-rw-r--r--legacy/docs/_03-storage.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/legacy/docs/_03-storage.rst b/legacy/docs/_03-storage.rst
new file mode 100644
index 00000000..b1490432
--- /dev/null
+++ b/legacy/docs/_03-storage.rst
@@ -0,0 +1,31 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2015 Dell Inc.
+.. (c) 2016 ZTE Corp.
+
+
+Storage Suite
+=============
+
+The QTIP benchmark suite aims to evaluate storage components within an OPNFV platform.
+For Brahamaputra release, FIO would evaluate File System performance for the host machine.
+It will also test the I/O performance provided by the hypervisor(KVM) when Storage benchmarks are run inside VMs.
+
+QTIP storage test cases consist of:
+
+**1. FIO Job to benchmark baremetal file system performance**
+
+**2. FIO Job to bechmark virtual machine file system performance**
+
+**Note: For Brahmaputra release, only the Ephemeral Storage is being tested. For C release persistent block and object storage would be tested.**
+
+The FIO Job would consist of:
+
+1. A file size of 5GB
+2. Random Read 50%, Random Write 50%
+3. Direct I/O
+4. Asynch I/O Engine
+5. I/O Queue depth of 2
+6. Block size :4K
+
+For this Job, I/O per second would be measured along mean I/O latency to provide storage performance numbers.