From 6700444ea735f678ed2841fec29ab11947905a1a Mon Sep 17 00:00:00 2001 From: Nauman_Ahad Date: Tue, 9 Feb 2016 20:21:09 +0500 Subject: Modifed documentation to generate improved PDFs in tool chain Modified the location for documentation files within the docs directory. Index files modified to generate better PDFs Change-Id: Ie21b1021a8d09013df48afc6d737d95ee8aeed92 Signed-off-by: Nauman_Ahad --- .../test_cases/03-storage_testcases.rst | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/user_guides/test_cases/03-storage_testcases.rst (limited to 'docs/user_guides/test_cases/03-storage_testcases.rst') diff --git a/docs/user_guides/test_cases/03-storage_testcases.rst b/docs/user_guides/test_cases/03-storage_testcases.rst new file mode 100644 index 00000000..cd557683 --- /dev/null +++ b/docs/user_guides/test_cases/03-storage_testcases.rst @@ -0,0 +1,39 @@ +Storage test cases +================== + +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) +.. two dots create a comment. please leave this logo at the top of each of your rst files. +.. image:: ../../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left +.. these two pipes are to seperate the logo from the first title + +| + +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. + -- cgit 1.2.3-korg