diff options
-rw-r--r-- | docs/cpta/trending/link_bonding.rst | 109 | ||||
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 50 |
2 files changed, 159 insertions, 0 deletions
diff --git a/docs/cpta/trending/link_bonding.rst b/docs/cpta/trending/link_bonding.rst index 65afa504ff..e28b27768a 100644 --- a/docs/cpta/trending/link_bonding.rst +++ b/docs/cpta/trending/link_bonding.rst @@ -109,3 +109,112 @@ x520-imix <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-lb-imix-4t4c-x520.html"></iframe> <p><br><br></p> </center> + +x710-64b +-------- + +1t1c +```` + +.. raw:: html + + <a name="x710-64b-1t1c"></a> + <center><b> + +:index:`x710-lb-64b-1t1c-mrr` + +.. raw:: html + + </b> + <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-lb-64b-1t1c-x710.html"></iframe> + <p><br><br></p> + </center> + +2t2c +```` + +.. raw:: html + + <a name="x710-64b-2t2c"></a> + <center><b> + +:index:`x710-lb-64b-2t2c-mrr` + +.. raw:: html + + </b> + <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-lb-64b-2t2c-x710.html"></iframe> + <p><br><br></p> + </center> + +4t4c +```` + +.. raw:: html + + <a name="x710-64b-4t4c"></a> + <center><b> + +:index:`x710-lb-64b-4t4c-mrr` + +.. raw:: html + + </b> + <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-lb-64b-4t4c-x710.html"></iframe> + <p><br><br></p> + </center> + + +x710-imix +--------- + +1t1c +```` + +.. raw:: html + + <a name="x710-imix-1t1c"></a> + <center><b> + +:index:`x710-lb-imix-1t1c-mrr` + +.. raw:: html + + </b> + <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-lb-imix-1t1c-x710.html"></iframe> + <p><br><br></p> + </center> + +2t2c +```` + +.. raw:: html + + <a name="x710-imix-2t2c"></a> + <center><b> + +:index:`x710-lb-imix-2t2c-mrr` + +.. raw:: html + + </b> + <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-lb-imix-2t2c-x710.html"></iframe> + <p><br><br></p> + </center> + +4t4c +```` + +.. raw:: html + + <a name="x710-imix-4t4c"></a> + <center><b> + +:index:`x710-lb-imix-4t4c-mrr` + +.. raw:: html + + </b> + <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-lb-imix-4t4c-x710.html"></iframe> + <p><br><br></p> + </center> diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 3bf033c6f4..049d57ad2d 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -1235,3 +1235,53 @@ parameters: - "result" layout: "plot-cpta" + +# Link Bonding - x710 + + - title: "VPP 1T1C Link Bonding 64B MRR Trending" + output-file-name: "lb-64b-1t1c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C Link Bonding 64B MRR Trending" + output-file-name: "lb-64b-2t2c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C Link Bonding 64B MRR Trending" + output-file-name: "lb-64b-4t4c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 1T1C Link Bonding IMIX MRR Trending" + output-file-name: "lb-imix-1t1c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C Link Bonding IMIX MRR Trending" + output-file-name: "lb-imix-2t2c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C Link Bonding IMIX MRR Trending" + output-file-name: "lb-imix-4t4c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" |