aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/vpp_performance_tests/soak_tests
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-01-25 09:25:45 +0100
committerTibor Frank <tifrank@cisco.com>2019-02-04 08:03:26 +0000
commitd3a748d5088d0023f8a96404d4c84deab588a3b1 (patch)
tree3c76ace1fdb00fdcfb48b42c87c02219dbf860e4 /docs/report/vpp_performance_tests/soak_tests
parente091fac49b4ef6260be5b7ce6c1d02e9e750e6c6 (diff)
Report: Add NF service density and soak tests to static content.
Change-Id: I8f81fc906245e6f5afd4f24ff034f28b95a2ad46 Signed-off-by: Tibor Frank <tifrank@cisco.com> Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Diffstat (limited to 'docs/report/vpp_performance_tests/soak_tests')
-rw-r--r--docs/report/vpp_performance_tests/soak_tests/index.rst76
1 files changed, 76 insertions, 0 deletions
diff --git a/docs/report/vpp_performance_tests/soak_tests/index.rst b/docs/report/vpp_performance_tests/soak_tests/index.rst
new file mode 100644
index 0000000000..5c75f1d2b1
--- /dev/null
+++ b/docs/report/vpp_performance_tests/soak_tests/index.rst
@@ -0,0 +1,76 @@
+
+.. raw:: latex
+
+ \clearpage
+
+.. raw:: html
+
+ <script type="text/javascript">
+
+ function getDocHeight(doc) {
+ doc = doc || document;
+ var body = doc.body, html = doc.documentElement;
+ var height = Math.max( body.scrollHeight, body.offsetHeight,
+ html.clientHeight, html.scrollHeight, html.offsetHeight );
+ return height;
+ }
+
+ function setIframeHeight(id) {
+ var ifrm = document.getElementById(id);
+ var doc = ifrm.contentDocument? ifrm.contentDocument:
+ ifrm.contentWindow.document;
+ ifrm.style.visibility = 'hidden';
+ ifrm.style.height = "10px"; // reset to minimal height ...
+ // IE opt. for bing/msn needs a bit added or scrollbar appears
+ ifrm.style.height = getDocHeight( doc ) + 4 + "px";
+ ifrm.style.visibility = 'visible';
+ }
+
+ </script>
+
+.. _soak_tests:
+
+Soak Tests
+==========
+
+Long duration soak tests are executed using PLRsearch algorithm. See
+methodology section for PLRsearch description.
+
+Additional information about graph data:
+
+#. **Graph Title**: describes type of tests and soak test duration.
+
+#. **X-axis Labels**: indices of test suites.
+
+#. **Y-axis Labels**: measured packet throughput values in [Mpps].
+
+#. **Graph Legend**: list of X-axis indices with CSIT test suites.
+
+.. note::
+
+ Test results have been generated by
+ `FD.io test executor vpp performance job 2n-skx`_ with RF
+ result files csit-vpp-perf-|srelease|-\*.zip
+ `archived here <../../_static/archive/>`_.
+
+.. raw:: html
+
+ <center><b>
+
+:index:`30min Soak Test (PLRsearch)`
+
+.. raw:: html
+
+ </b>
+ <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/example-soak-boxes.html"></iframe>
+ <p><br><br></p>
+ </center>
+
+.. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{example-soak-boxes}
+ \label{fig:example-soak-boxes}
+ \end{figure}