Report: Add pdf version
[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 Additional information about graph data:
39
40 #. **Graph Title**: describes type of tests and soak test duration.
41
42 #. **X-axis Labels**: indices of test suites.
43
44 #. **Y-axis Labels**: estimated intervals for packet throughput value in [Mpps].
45
46 #. **Graph Legend**: list of X-axis indices with CSIT test suites.
47
48 #. **Hover Information**: lists minimum, first quartile, median,
49    third quartile, and maximum. If either type of outlier is present the
50    whisker on the appropriate side is taken to 1.5×IQR from the quartile
51    (the "inner fence") rather than the max or min, and individual outlying
52    data points are displayed as unfilled circles (for suspected outliers)
53    or filled circles (for outliers). (The "outer fence" is 3×IQR from the
54    quartile.)
55    It also lists the lower bounds for the estimated throughput value.
56
57 .. note::
58
59     Test results have been generated by
60     `FD.io test executor vpp performance job 2n-skx`_ with RF
61     result files csit-vpp-perf-|srelease|-\*.zip
62     `archived here <../../_static/archive/>`_.
63
64 .. raw:: latex
65
66     \clearpage
67
68 .. raw:: html
69
70     <center>
71     <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/soak-test-1.html"></iframe>
72     <p><br></p>
73     </center>
74
75 .. raw:: latex
76
77     \begin{figure}[H]
78         \centering
79             \graphicspath{{../_build/_static/vpp/}}
80             \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{soak-test-1}
81             \label{fig:soak-test-1}
82     \end{figure}
83
84 .. raw:: latex
85
86     \clearpage
87
88 .. raw:: html
89
90     <center>
91     <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/soak-test-2.html"></iframe>
92     <p><br></p>
93     </center>
94
95 .. raw:: latex
96
97     \begin{figure}[H]
98         \centering
99             \graphicspath{{../_build/_static/vpp/}}
100             \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{soak-test-2}
101             \label{fig:soak-test-2}
102     \end{figure}