Report: Fix links to graphs in hoststack section
[csit.git] / docs / report / vpp_performance_tests / hoststack_testing / iperf3 / tcp / index.rst
1 .. raw:: latex
2
3     \clearpage
4
5 .. raw:: html
6
7     <script type="text/javascript">
8
9         function getDocHeight(doc) {
10             doc = doc || document;
11             var body = doc.body, html = doc.documentElement;
12             var height = Math.max( body.scrollHeight, body.offsetHeight,
13                 html.clientHeight, html.scrollHeight, html.offsetHeight );
14             return height;
15         }
16
17         function setIframeHeight(id) {
18             var ifrm = document.getElementById(id);
19             var doc = ifrm.contentDocument? ifrm.contentDocument:
20                 ifrm.contentWindow.document;
21             ifrm.style.visibility = 'hidden';
22             ifrm.style.height = "10px"; // reset to minimal height ...
23             // IE opt. for bing/msn needs a bit added or scrollbar appears
24             ifrm.style.height = getDocHeight( doc ) + 4 + "px";
25             ifrm.style.visibility = 'visible';
26         }
27
28     </script>
29
30 TCP/IP with iperf3
31 ~~~~~~~~~~~~~~~~~~
32
33 .. todo::
34     Add introduction
35
36 .. raw:: latex
37
38     \clearpage
39
40 1460b-2t1c-xxv710-ip4tcp-base-scale
41 -----------------------------------
42
43 .. raw:: html
44
45     <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../../../_static/vpp/3n-skx-xxv710-1460b-2t1c-eth-ip4tcp-ldpreload-iperf3-bps.html"></iframe>
46
47 .. raw:: latex
48
49     \begin{figure}[H]
50         \centering
51             \graphicspath{{../_build/_static/vpp/}}
52             \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{3n-skx-xxv710-1460b-2t1c-eth-ip4tcp-ldpreload-iperf3-bps}
53             \label{fig:3n-skx-xxv710-1460b-2t1c-eth-ip4tcp-ldpreload-iperf3-bps}
54     \end{figure}