CSIT-1342: Edit the static content for CSIT-1810 report
[csit.git] / docs / report / vpp_performance_tests / packet_latency_graphs / vts.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 VTS
32 ===
33
34 This section includes summary graphs of VPP Phy-to-VM(s)-to-Phy packet
35 latency with with VM virtio and VPP vhost-user virtual interfaces
36 measured at 100% of discovered NDR throughput rate. Latency is reported
37 for VPP running in multiple configurations of VPP worker thread(s),
38 a.k.a. VPP data plane thread(s), and their physical CPU core(s)
39 placement.
40
41 CSIT source code for the test cases used for plots can be found in
42 `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/vts?h=rls1810>`_.
43
44 .. raw:: latex
45
46     \clearpage
47
48 3n-hsw-x520
49 ~~~~~~~~~~~
50
51 114b-1t1c
52 ---------
53
54 .. raw:: html
55
56     <center><b>
57
58 :index:`Packet Latency: vts-3n-hsw-x520-114b-1t1c-ndr`
59
60 .. raw:: html
61
62     </b>
63     <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/vts-3n-hsw-x520-114b-1t1c-ndr-lat.html"></iframe>
64     <p><br><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]{vts-3n-hsw-x520-114b-1t1c-ndr-lat}
73             \label{fig:vts-3n-hsw-x520-114b-1t1c-ndr-lat}
74     \end{figure}
75
76 .. raw:: latex
77
78     \clearpage
79
80 114b-2t2c
81 ---------
82
83 .. raw:: html
84
85     <center><b>
86
87 :index:`Packet Latency: vts-3n-hsw-x520-114b-2t2c-ndr`
88
89 .. raw:: html
90
91     </b>
92     <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/vts-3n-hsw-x520-114b-2t2c-ndr-lat.html"></iframe>
93     <p><br><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]{vts-3n-hsw-x520-114b-2t2c-ndr-lat}
102             \label{fig:vts-3n-hsw-x520-114b-2t2c-ndr-lat}
103     \end{figure}