CSIT-1504: Soak tests - graph
[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`_.
37
38 As soak tests are new, and take long time to run,
39 only 6 tests were executed. From those, 4 tests encountered some caveat,
40 making their results unreliable.
41
42 Additional information about graph data:
43
44 #. **Graph Title**: describes type of tests and soak test duration.
45
46 #. **X-axis Labels**: indices of test suites.
47
48 #. **Y-axis Labels**: estimated intervals for packet throughput value in [Mpps].
49
50 #. **Graph Legend**: list of X-axis indices with CSIT test suites.
51
52 #. **Hover Information**: lists the lower and upper bounds for the estimated
53    throughput value.
54
55 .. note::
56
57     Test results have been generated by
58     `FD.io test executor vpp performance job 2n-skx`_ with RF
59     result files csit-vpp-perf-|srelease|-\*.zip
60     `archived here <../../_static/archive/>`_.
61
62 .. raw:: latex
63
64     \clearpage
65
66 .. raw:: html
67
68     <center>
69     <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/soak-test-1.html"></iframe>
70     <p><br></p>
71     </center>
72
73 .. raw:: latex
74
75     \begin{figure}[H]
76         \centering
77             \graphicspath{{../_build/_static/vpp/}}
78             \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{soak-test-1}
79             \label{fig:soak-test-1}
80     \end{figure}
81
82 .. raw:: latex
83
84     \clearpage
85
86 .. raw:: html
87
88     <center>
89     <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/soak-test-2.html"></iframe>
90     <p><br></p>
91     </center>
92
93 .. raw:: latex
94
95     \begin{figure}[H]
96         \centering
97             \graphicspath{{../_build/_static/vpp/}}
98             \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{soak-test-2}
99             \label{fig:soak-test-2}
100     \end{figure}