Report: Remove index
[csit.git] / docs / report / vpp_performance_tests / soak_tests / index.rst
1
2 .. raw:: latex
3
4     \clearpage
5
6 .. raw:: html
7
8     <script type="text/javascript">
9
10         function getDocHeight(doc) {
11             doc = doc || document;
12             var body = doc.body, html = doc.documentElement;
13             var height = Math.max( body.scrollHeight, body.offsetHeight,
14                 html.clientHeight, html.scrollHeight, html.offsetHeight );
15             return height;
16         }
17
18         function setIframeHeight(id) {
19             var ifrm = document.getElementById(id);
20             var doc = ifrm.contentDocument? ifrm.contentDocument:
21                 ifrm.contentWindow.document;
22             ifrm.style.visibility = 'hidden';
23             ifrm.style.height = "10px"; // reset to minimal height ...
24             // IE opt. for bing/msn needs a bit added or scrollbar appears
25             ifrm.style.height = getDocHeight( doc ) + 4 + "px";
26             ifrm.style.visibility = 'visible';
27         }
28
29     </script>
30
31 .. _soak_tests:
32
33 Soak Tests
34 ==========
35
36 Long duration soak tests are executed using PLRsearch algorithm. See
37 methodology section for PLRsearch description.
38
39 Additional information about graph data:
40
41 #. **Graph Title**: describes type of tests and soak test duration.
42
43 #. **X-axis Labels**: indices of test suites.
44
45 #. **Y-axis Labels**: measured packet throughput values in [Mpps].
46
47 #. **Graph Legend**: list of X-axis indices with CSIT test suites.
48
49 .. note::
50
51     Test results have been generated by
52     `FD.io test executor vpp performance job 2n-skx`_ with RF
53     result files csit-vpp-perf-|srelease|-\*.zip
54     `archived here <../../_static/archive/>`_.
55
56 .. raw:: latex
57
58     \clearpage
59
60 .. raw:: html
61
62     <center>
63     <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/example-soak-boxes.html"></iframe>
64     <p><br></p>
65     </center>
66
67 .. raw:: latex
68
69     \begin{figure}[H]
70         \centering
71             \graphicspath{{../_build/_static/vpp/}}
72             \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{example-soak-boxes}
73             \label{fig:example-soak-boxes}
74     \end{figure}