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