Report: Improve soak_tests/index.rst
[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 (30 minutes per test) soak tests are executed
37 using :ref:`plrsearch` algorithm. As the tests take long time,
38 only 12 test cases 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 cases.
49
50 #. **Hover Information**: in general lists minimum, first quartile, median,
51    third quartile, and maximum. As only two samples are used,
52    minimum and maximum are not distinguished from quartiles.
53
54 .. note::
55
56     Test results have been generated by
57     `FD.io test executor vpp performance job 2n-skx`_ and
58     `FD.io test executor vpp performance job 2n-clx`_ with RF
59     result files csit-vpp-perf-|srelease|-\*.zip
60     `archived here <../../_static/archive/>`_.
61
62 .. raw:: latex
63
64     \clearpage
65
66 2n-clx
67 ------
68
69 .. raw:: html
70
71     <center>
72     <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/soak-test-1.html"></iframe>
73     <p><br></p>
74     </center>
75
76 .. raw:: latex
77
78     \begin{figure}[H]
79         \centering
80             \graphicspath{{../_build/_static/vpp/}}
81             \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{soak-test-1}
82             \label{fig:soak-test-1}
83     \end{figure}
84
85 .. raw:: latex
86
87     \clearpage
88
89 .. raw:: html
90
91     <center>
92     <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/soak-test-2.html"></iframe>
93     <p><br></p>
94     </center>
95
96 .. raw:: latex
97
98     \begin{figure}[H]
99         \centering
100             \graphicspath{{../_build/_static/vpp/}}
101             \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{soak-test-2}
102             \label{fig:soak-test-2}
103     \end{figure}
104
105 .. raw:: latex
106
107     \clearpage
108
109 2n-skx
110 ------
111
112 .. raw:: html
113
114     <center>
115     <iframe id="ifrm101" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/soak-test-2n-skx-1.html"></iframe>
116     <p><br></p>
117     </center>
118
119 .. raw:: latex
120
121     \begin{figure}[H]
122         \centering
123             \graphicspath{{../_build/_static/vpp/}}
124             \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{soak-test-2n-skx-1}
125             \label{fig:soak-test-2n-skx-1}
126     \end{figure}
127
128 .. raw:: latex
129
130     \clearpage
131
132 .. raw:: html
133
134     <center>
135     <iframe id="ifrm102" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/soak-test-2n-skx-2.html"></iframe>
136     <p><br></p>
137     </center>
138
139 .. raw:: latex
140
141     \begin{figure}[H]
142         \centering
143             \graphicspath{{../_build/_static/vpp/}}
144             \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{soak-test-2n-skx-2}
145             \label{fig:soak-test-2n-skx-2}
146     \end{figure}