CSIT-1112: Add link bonding tests to the Trending
[csit.git] / resources / tools / presentation / specification_CPTA.yaml
1 # Copyright (c) 2018 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 # This is the specification of parameters for "Continuous Performance Trending
15 # and Analysis" feature provided by PAL.
16
17 -
18   type: "environment"
19
20   paths:
21     # Top level directories:
22     ## Working directory
23     DIR[WORKING]: "_tmp"
24     ## Build directories
25     DIR[BUILD,HTML]: "_build"
26     ## Static .rst files
27     DIR[RST]: "../../../docs/cpta"
28
29     # Static html content
30     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
31     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
32     # DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
33     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
34
35     # Working directories
36     ## Input data files (.zip, .xml)
37     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
38     ## Static source files from git
39     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
40     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
41
42     # .css patch file
43     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
44     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
45
46   urls:
47     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
48     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
49     URL[NEXUS]: "https://docs.fd.io/csit"
50     DIR[NEXUS]: "trending/_static/archive"
51
52   make-dirs:
53   # List the directories which are created while preparing the environment.
54   # All directories MUST be defined in "paths" section.
55   - "DIR[WORKING,DATA]"
56   - "DIR[WORKING,SRC,STATIC]"
57   - "DIR[BUILD,HTML]"
58   - "DIR[STATIC,VPP]"
59   - "DIR[STATIC,ARCH]"
60   build-dirs:
61   # List the directories where the results (build) is stored.
62   # All directories MUST be defined in "paths" section.
63   - "DIR[BUILD,HTML]"
64
65 -
66   type: "configuration"
67
68   data-sets:
69     plot-performance-trending:
70       csit-vpp-perf-mrr-daily-master:
71 #      - 15
72 #      - 20
73 #      - 25
74 #      - 30
75 #      - 35
76 #      - 40
77 #      - 45
78 #      - 50
79 #      - 55
80 #      - 60
81 #      - 65
82 #      - 70
83 #      - 75
84 #      - 80
85 #      - 85
86 #      - 90
87 #      - 95
88         start: 15
89         end: "lastCompletedBuild" # "lastSuccessfulBuild"  # take all from the 'start'
90
91   plot-layouts:
92     plot-cpta:
93       title: ""
94       autosize: False
95       showlegend: True
96       width: 1100
97       height: 800
98       yaxis:
99         showticklabels: True
100         tickformat: ".3s"
101         title: "Throughput [pps]"
102         hoverformat: ".4s"
103         range: []
104         gridcolor: "rgb(238, 238, 238)"
105         linecolor: "rgb(238, 238, 238)"
106         showline: True
107         zeroline: False
108         tickcolor: "rgb(238, 238, 238)"
109         linewidth: 1
110         showgrid: True
111       xaxis:
112         title: '<a href="https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master" target="_blank">csit-vpp-perf-mrr-daily-master-build</a>/<a href="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/io/fd/vpp/vpp/" target="_blank">vpp-build</a>'
113         type: "date"
114         autorange: True
115         fixedrange: False
116         showgrid: True
117         gridcolor: "rgb(238, 238, 238)"
118         showline: True
119         linecolor: "rgb(238, 238, 238)"
120         zeroline: False
121         linewidth: 1
122         showticklabels: True
123         tickcolor: "rgb(238, 238, 238)"
124         autotick: True
125         tickformat: "%m%d"
126         rangeselector:
127           buttons:
128           - count: 14
129             label: "2w"
130             step: "day"
131             stepmode: "backward"
132           - count: 1
133             label: "1m"
134             step: "month"
135             stepmode: "backward"
136           - count: 2
137             label: "2m"
138             step: "month"
139             stepmode: "backward"
140           - count: 3
141             label: "3m"
142             step: "month"
143             stepmode: "backward"
144           - step: "all"
145         # rangeslider: {}
146       margin:
147         r: 20
148         # b: 200
149         t: 5
150         l: 70
151       legend:
152         orientation: "h"
153         # y: -0.5
154         xanchor: "center"
155         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
156         tracegroupgap: 20
157         bordercolor: "rgb(238, 238, 238)"
158         # borderwidth: 1
159       hoverlabel:
160         namelength: -1
161
162 -
163   type: "static"
164   src-path: "{DIR[RST]}"
165   dst-path: "{DIR[WORKING,SRC]}"
166
167 -
168   type: "input"  # Ignored in debug mode
169 #  general:
170 #    file-name: "robot-plugin.zip"
171 #    file-format: ".zip"
172 #    download-path: "{job}/{build}/robot/report/*zip*/{filename}"
173 #    extract: "robot-plugin/output.xml"
174   general:
175     file-name: "output.xml.gz"
176     file-format: ".gz"
177     download-path: "{job}/{build}/archives/{filename}"
178     extract: "output.xml"
179   builds:
180     csit-vpp-perf-mrr-daily-master:
181 #    - 15
182 #    - 20
183 #    - 25
184 #    - 30
185 #    - 35
186 #    - 40
187 #    - 45
188 #    - 50
189 #    - 55
190 #    - 60
191 #    - 65
192 #    - 70
193 #    - 75
194 #    - 80
195 #    - 85
196 #    - 90
197 #    - 95
198       start: 15
199       end: "lastCompletedBuild"  # take all from the 'start'
200
201 -
202   type: "output"
203   output:
204 #   "report"
205     "CPTA"  # Continuous Performance Trending and Analysis
206   format:
207     html:
208     - full
209     pdf:
210     - minimal
211
212 ################################################################################
213 ###                               T A B L E S                                ###
214 ################################################################################
215
216 -
217   type: "table"
218   title: "Performance trending dashboard"
219   algorithm: "table_performance_trending_dashboard"
220   output-file-ext: ".csv"
221   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c"
222   data: "plot-performance-trending"
223   filter: "'MRR' and '1T1C'"
224   parameters:
225   - "name"
226   - "parent"
227   - "result"
228   ignore-list:
229   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
230   outlier-const: 1.5
231   window: 14
232   evaluated-window: 14
233   long-trend-window: 180
234
235 -
236   type: "table"
237   title: "Performance trending dashboard"
238   algorithm: "table_performance_trending_dashboard"
239   output-file-ext: ".csv"
240   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c"
241   data: "plot-performance-trending"
242   filter: "'MRR' and '2T2C'"
243   parameters:
244   - "name"
245   - "parent"
246   - "result"
247   ignore-list:
248   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
249   outlier-const: 1.5
250   window: 14
251   evaluated-window: 14
252   long-trend-window: 180
253
254 -
255   type: "table"
256   title: "Performance trending dashboard"
257   algorithm: "table_performance_trending_dashboard"
258   output-file-ext: ".csv"
259   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c"
260   data: "plot-performance-trending"
261   filter: "'MRR' and '4T4C'"
262   parameters:
263   - "name"
264   - "parent"
265   - "result"
266   ignore-list:
267   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
268   outlier-const: 1.5
269   window: 14
270   evaluated-window: 14
271   long-trend-window: 180
272
273 -
274   type: "table"
275   title: "HTML performance trending dashboard 1t1c"
276   algorithm: "table_performance_trending_dashboard_html"
277   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.csv"
278   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.rst"
279
280 -
281   type: "table"
282   title: "HTML performance trending dashboard 2t2c"
283   algorithm: "table_performance_trending_dashboard_html"
284   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.csv"
285   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.rst"
286
287 -
288   type: "table"
289   title: "HTML performance trending dashboard 4t4c"
290   algorithm: "table_performance_trending_dashboard_html"
291   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.csv"
292   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.rst"
293
294
295 ################################################################################
296 ###                                 C P T A                                  ###
297 ################################################################################
298
299 # Plots VPP Continuous Performance Trending and Analysis
300 -
301   type: "cpta"
302   title: "Continuous Performance Trending and Analysis"
303   algorithm: "cpta"
304   output-file-type: ".html"
305   output-file: "{DIR[STATIC,VPP]}/cpta"
306   data: "plot-performance-trending"
307   plots:
308
309 # L2 - x520
310
311     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
312       output-file-name: "l2-1t1c-x520"
313       data: "plot-performance-trending"
314       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
315       parameters:
316       - "result"
317       layout: "plot-cpta"
318
319     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
320       output-file-name: "l2-2t2c-x520"
321       data: "plot-performance-trending"
322       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
323       parameters:
324       - "result"
325       layout: "plot-cpta"
326
327     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
328       output-file-name: "l2-4t4c-x520"
329       data: "plot-performance-trending"
330       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
331       parameters:
332       - "result"
333       layout: "plot-cpta"
334
335     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
336       output-file-name: "l2-feature-1t1c-x520"
337       data: "plot-performance-trending"
338       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
339       parameters:
340       - "result"
341       layout: "plot-cpta"
342
343     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
344       output-file-name: "l2-feature-2t2c-x520"
345       data: "plot-performance-trending"
346       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
347       parameters:
348       - "result"
349       layout: "plot-cpta"
350
351     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
352       output-file-name: "l2-feature-4t4c-x520"
353       data: "plot-performance-trending"
354       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
355       parameters:
356       - "result"
357       layout: "plot-cpta"
358
359 # L2 - xl710
360
361     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
362       output-file-name: "l2-1t1c-xl710"
363       data: "plot-performance-trending"
364       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
365       parameters:
366       - "result"
367       layout: "plot-cpta"
368
369     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
370       output-file-name: "l2-2t2c-xl710"
371       data: "plot-performance-trending"
372       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
373       parameters:
374       - "result"
375       layout: "plot-cpta"
376
377     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
378       output-file-name: "l2-4t4c-xl710"
379       data: "plot-performance-trending"
380       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
381       parameters:
382       - "result"
383       layout: "plot-cpta"
384
385 # L2 - x710
386
387     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
388       output-file-name: "l2-1t1c-x710"
389       data: "plot-performance-trending"
390       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
391       parameters:
392       - "result"
393       layout: "plot-cpta"
394
395     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
396       output-file-name: "l2-2t2c-x710"
397       data: "plot-performance-trending"
398       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
399       parameters:
400       - "result"
401       layout: "plot-cpta"
402
403     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
404       output-file-name: "l2-4t4c-x710"
405       data: "plot-performance-trending"
406       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
407       parameters:
408       - "result"
409       layout: "plot-cpta"
410
411     - title: "VPP 1T1C L2 64B Packet Throughput - Trending"
412       output-file-name: "l2-feature-1t1c-x710"
413       data: "plot-performance-trending"
414       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
415       parameters:
416       - "result"
417       layout: "plot-cpta"
418
419     - title: "VPP 2T2C L2 64B Packet Throughput - Trending"
420       output-file-name: "l2-feature-2t2c-x710"
421       data: "plot-performance-trending"
422       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
423       parameters:
424       - "result"
425       layout: "plot-cpta"
426
427     - title: "VPP 4T4C L2 64B Packet Throughput - Trending"
428       output-file-name: "l2-feature-4t4c-x710"
429       data: "plot-performance-trending"
430       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
431       parameters:
432       - "result"
433       layout: "plot-cpta"
434
435 # IPv4 - x520
436
437     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
438       output-file-name: "ip4-1t1c-x520"
439       data: "plot-performance-trending"
440       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
441       parameters:
442       - "result"
443       layout: "plot-cpta"
444
445     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
446       output-file-name: "ip4-2t2c-x520"
447       data: "plot-performance-trending"
448       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
449       parameters:
450       - "result"
451       layout: "plot-cpta"
452
453     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
454       output-file-name: "ip4-4t4c-x520"
455       data: "plot-performance-trending"
456       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
457       parameters:
458       - "result"
459       layout: "plot-cpta"
460
461     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
462       output-file-name: "ip4-feature-1t1c-x520"
463       data: "plot-performance-trending"
464       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
465       parameters:
466       - "result"
467       layout: "plot-cpta"
468
469     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
470       output-file-name: "ip4-feature-2t2c-x520"
471       data: "plot-performance-trending"
472       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
473       parameters:
474       - "result"
475       layout: "plot-cpta"
476
477     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
478       output-file-name: "ip4-feature-4t4c-x520"
479       data: "plot-performance-trending"
480       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
481       parameters:
482       - "result"
483       layout: "plot-cpta"
484
485 # IPv4 - xl710
486
487     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
488       output-file-name: "ip4-1t1c-xl710"
489       data: "plot-performance-trending"
490       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
491       parameters:
492       - "result"
493       layout: "plot-cpta"
494
495     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
496       output-file-name: "ip4-2t2c-xl710"
497       data: "plot-performance-trending"
498       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
499       parameters:
500       - "result"
501       layout: "plot-cpta"
502
503     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
504       output-file-name: "ip4-4t4c-xl710"
505       data: "plot-performance-trending"
506       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
507       parameters:
508       - "result"
509       layout: "plot-cpta"
510
511 # IPv4 - x710
512
513     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
514       output-file-name: "ip4-1t1c-x710"
515       data: "plot-performance-trending"
516       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
517       parameters:
518       - "result"
519       layout: "plot-cpta"
520
521     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
522       output-file-name: "ip4-2t2c-x710"
523       data: "plot-performance-trending"
524       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
525       parameters:
526       - "result"
527       layout: "plot-cpta"
528
529     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
530       output-file-name: "ip4-4t4c-x710"
531       data: "plot-performance-trending"
532       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'FEATURE' and not 'IPSEC' and not 'VHOST'"
533       parameters:
534       - "result"
535       layout: "plot-cpta"
536
537     - title: "VPP 1T1C IPv4 64B Packet Throughput - Trending"
538       output-file-name: "ip4-feature-1t1c-x710"
539       data: "plot-performance-trending"
540       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
541       parameters:
542       - "result"
543       layout: "plot-cpta"
544
545     - title: "VPP 2T2C IPv4 64B Packet Throughput - Trending"
546       output-file-name: "ip4-feature-2t2c-x710"
547       data: "plot-performance-trending"
548       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
549       parameters:
550       - "result"
551       layout: "plot-cpta"
552
553     - title: "VPP 4T4C IPv4 64B Packet Throughput - Trending"
554       output-file-name: "ip4-feature-4t4c-x710"
555       data: "plot-performance-trending"
556       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
557       parameters:
558       - "result"
559       layout: "plot-cpta"
560
561 # IPv4 Tunnels - x520
562
563     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - Trending"
564       output-file-name: "ip4-tunnels-1t1c-x520"
565       data: "plot-performance-trending"
566       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
567       parameters:
568       - "result"
569       layout: "plot-cpta"
570
571     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - Trending"
572       output-file-name: "ip4-tunnels-2t2c-x520"
573       data: "plot-performance-trending"
574       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
575       parameters:
576       - "result"
577       layout: "plot-cpta"
578
579     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - Trending"
580       output-file-name: "ip4-tunnels-4t4c-x520"
581       data: "plot-performance-trending"
582       filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
583       parameters:
584       - "result"
585       layout: "plot-cpta"
586
587 # IPv4 Tunnels - x710
588
589     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - Trending"
590       output-file-name: "ip4-tunnels-1t1c-x710"
591       data: "plot-performance-trending"
592       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
593       parameters:
594       - "result"
595       layout: "plot-cpta"
596
597     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - Trending"
598       output-file-name: "ip4-tunnels-2t2c-x710"
599       data: "plot-performance-trending"
600       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
601       parameters:
602       - "result"
603       layout: "plot-cpta"
604
605     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - Trending"
606       output-file-name: "ip4-tunnels-4t4c-x710"
607       data: "plot-performance-trending"
608       filter: "'NIC_Intel-X710' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'"
609       parameters:
610       - "result"
611       layout: "plot-cpta"
612
613 # IPv6 - x520
614
615     - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending"
616       output-file-name: "ip6-1t1c-x520"
617       data: "plot-performance-trending"
618       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6'"
619       parameters:
620       - "result"
621       layout: "plot-cpta"
622
623     - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending"
624       output-file-name: "ip6-2t2c-x520"
625       data: "plot-performance-trending"
626       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6'"
627       parameters:
628       - "result"
629       layout: "plot-cpta"
630
631     - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending"
632       output-file-name: "ip6-4t4c-x520"
633       data: "plot-performance-trending"
634       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST' and not 'SRv6'"
635       parameters:
636       - "result"
637       layout: "plot-cpta"
638
639 # IPv6 - xl710
640
641     - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending"
642       output-file-name: "ip6-1t1c-xl710"
643       data: "plot-performance-trending"
644       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
645       parameters:
646       - "result"
647       layout: "plot-cpta"
648
649     - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending"
650       output-file-name: "ip6-2t2c-xl710"
651       data: "plot-performance-trending"
652       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
653       parameters:
654       - "result"
655       layout: "plot-cpta"
656
657     - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending"
658       output-file-name: "ip6-4t4c-xl710"
659       data: "plot-performance-trending"
660       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
661       parameters:
662       - "result"
663       layout: "plot-cpta"
664
665 # IPv6 - x710
666
667     - title: "VPP 1T1C IPv6 78B Packet Throughput - Trending"
668       output-file-name: "ip6-1t1c-x710"
669       data: "plot-performance-trending"
670       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
671       parameters:
672       - "result"
673       layout: "plot-cpta"
674
675     - title: "VPP 2T2C IPv6 78B Packet Throughput - Trending"
676       output-file-name: "ip6-2t2c-x710"
677       data: "plot-performance-trending"
678       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
679       parameters:
680       - "result"
681       layout: "plot-cpta"
682
683     - title: "VPP 4T4C IPv6 78B Packet Throughput - Trending"
684       output-file-name: "ip6-4t4c-x710"
685       data: "plot-performance-trending"
686       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
687       parameters:
688       - "result"
689       layout: "plot-cpta"
690
691 # Container memif - x520, 64B
692
693     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending"
694       output-file-name: "container-memif-l2-1t1c-x520"
695       data: "plot-performance-trending"
696       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
697       parameters:
698       - "result"
699       layout: "plot-cpta"
700
701     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending"
702       output-file-name: "container-memif-l2-2t2c-x520"
703       data: "plot-performance-trending"
704       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
705       parameters:
706       - "result"
707       layout: "plot-cpta"
708
709     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending"
710       output-file-name: "container-memif-l2-4t4c-x520"
711       data: "plot-performance-trending"
712       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
713       parameters:
714       - "result"
715       layout: "plot-cpta"
716
717 # Container memif - x520, IMIX
718
719     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending"
720       output-file-name: "container-memif-imix-l2-1t1c-x520"
721       data: "plot-performance-trending"
722       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
723       parameters:
724       - "result"
725       layout: "plot-cpta"
726
727     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending"
728       output-file-name: "container-memif-imix-l2-2t2c-x520"
729       data: "plot-performance-trending"
730       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
731       parameters:
732       - "result"
733       layout: "plot-cpta"
734
735     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending"
736       output-file-name: "container-memif-imix-l2-4t4c-x520"
737       data: "plot-performance-trending"
738       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
739       parameters:
740       - "result"
741       layout: "plot-cpta"
742
743 # Container memif - xl710, 64B
744
745     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending"
746       output-file-name: "container-memif-l2-1t1c-xl710"
747       data: "plot-performance-trending"
748       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
749       parameters:
750       - "result"
751       layout: "plot-cpta"
752
753     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending"
754       output-file-name: "container-memif-l2-2t2c-xl710"
755       data: "plot-performance-trending"
756       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
757       parameters:
758       - "result"
759       layout: "plot-cpta"
760
761     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending"
762       output-file-name: "container-memif-l2-4t4c-xl710"
763       data: "plot-performance-trending"
764       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
765       parameters:
766       - "result"
767       layout: "plot-cpta"
768
769 # Container memif - xl710, IMIX
770
771     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending"
772       output-file-name: "container-memif-imix-l2-1t1c-xl710"
773       data: "plot-performance-trending"
774       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
775       parameters:
776       - "result"
777       layout: "plot-cpta"
778
779     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending"
780       output-file-name: "container-memif-imix-l2-2t2c-xl710"
781       data: "plot-performance-trending"
782       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
783       parameters:
784       - "result"
785       layout: "plot-cpta"
786
787     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending"
788       output-file-name: "container-memif-imix-l2-4t4c-xl710"
789       data: "plot-performance-trending"
790       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
791       parameters:
792       - "result"
793       layout: "plot-cpta"
794
795 # Container memif - x710, 64B
796
797     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - Trending"
798       output-file-name: "container-memif-l2-1t1c-x710"
799       data: "plot-performance-trending"
800       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
801       parameters:
802       - "result"
803       layout: "plot-cpta"
804
805     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - Trending"
806       output-file-name: "container-memif-l2-2t2c-x710"
807       data: "plot-performance-trending"
808       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
809       parameters:
810       - "result"
811       layout: "plot-cpta"
812
813     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - Trending"
814       output-file-name: "container-memif-l2-4t4c-x710"
815       data: "plot-performance-trending"
816       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
817       parameters:
818       - "result"
819       layout: "plot-cpta"
820
821 # Container memif - x520, IMIX
822
823     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - Trending"
824       output-file-name: "container-memif-imix-l2-1t1c-x710"
825       data: "plot-performance-trending"
826       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
827       parameters:
828       - "result"
829       layout: "plot-cpta"
830
831     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - Trending"
832       output-file-name: "container-memif-imix-l2-2t2c-x710"
833       data: "plot-performance-trending"
834       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
835       parameters:
836       - "result"
837       layout: "plot-cpta"
838
839     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - Trending"
840       output-file-name: "container-memif-imix-l2-4t4c-x710"
841       data: "plot-performance-trending"
842       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
843       parameters:
844       - "result"
845       layout: "plot-cpta"
846
847 # VM vhost - x520, ethip4, 64B
848
849     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - Trending"
850       output-file-name: "vm-vhost-ethip4-1t1c-x520"
851       data: "plot-performance-trending"
852       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
853       parameters:
854       - "result"
855       layout: "plot-cpta"
856
857     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - Trending"
858       output-file-name: "vm-vhost-ethip4-2t2c-x520"
859       data: "plot-performance-trending"
860       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
861       parameters:
862       - "result"
863       layout: "plot-cpta"
864
865     - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - Trending"
866       output-file-name: "vm-vhost-ethip4-4t4c-x520"
867       data: "plot-performance-trending"
868       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
869       parameters:
870       - "result"
871       layout: "plot-cpta"
872
873 # VM vhost - x520, ethip4, IMIX
874
875     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - Trending"
876       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520"
877       data: "plot-performance-trending"
878       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
879       parameters:
880       - "result"
881       layout: "plot-cpta"
882
883     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - Trending"
884       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520"
885       data: "plot-performance-trending"
886       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
887       parameters:
888       - "result"
889       layout: "plot-cpta"
890
891     - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - Trending"
892       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520"
893       data: "plot-performance-trending"
894       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
895       parameters:
896       - "result"
897       layout: "plot-cpta"
898
899 # VM vhost - x520, eth, 64B
900
901     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending"
902       output-file-name: "vm-vhost-eth-1t1c-x520"
903       data: "plot-performance-trending"
904       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
905
906       parameters:
907       - "result"
908       layout: "plot-cpta"
909
910     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending"
911       output-file-name: "vm-vhost-eth-2t2c-x520"
912       data: "plot-performance-trending"
913       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
914       parameters:
915       - "result"
916       layout: "plot-cpta"
917
918     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending"
919       output-file-name: "vm-vhost-eth-4t4c-x520"
920       data: "plot-performance-trending"
921       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
922       parameters:
923       - "result"
924       layout: "plot-cpta"
925
926 # VM vhost - x520, eth, IMIX
927
928     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending"
929       output-file-name: "vm-vhost-imix-eth-1t1c-x520"
930       data: "plot-performance-trending"
931       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
932
933       parameters:
934       - "result"
935       layout: "plot-cpta"
936
937     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending"
938       output-file-name: "vm-vhost-imix-eth-2t2c-x520"
939       data: "plot-performance-trending"
940       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
941       parameters:
942       - "result"
943       layout: "plot-cpta"
944
945     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending"
946       output-file-name: "vm-vhost-imix-eth-4t4c-x520"
947       data: "plot-performance-trending"
948       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
949       parameters:
950       - "result"
951       layout: "plot-cpta"
952
953 # VM vhost - xl710, eth, 64B
954
955     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending"
956       output-file-name: "vm-vhost-eth-1t1c-xl710"
957       data: "plot-performance-trending"
958       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
959
960       parameters:
961       - "result"
962       layout: "plot-cpta"
963
964     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending"
965       output-file-name: "vm-vhost-eth-2t2c-xl710"
966       data: "plot-performance-trending"
967       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
968       parameters:
969       - "result"
970       layout: "plot-cpta"
971
972     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending"
973       output-file-name: "vm-vhost-eth-4t4c-xl710"
974       data: "plot-performance-trending"
975       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
976       parameters:
977       - "result"
978       layout: "plot-cpta"
979
980 # VM vhost - xl710, eth, IMIX
981
982     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending"
983       output-file-name: "vm-vhost-imix-eth-1t1c-xl710"
984       data: "plot-performance-trending"
985       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
986
987       parameters:
988       - "result"
989       layout: "plot-cpta"
990
991     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending"
992       output-file-name: "vm-vhost-imix-eth-2t2c-xl710"
993       data: "plot-performance-trending"
994       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
995       parameters:
996       - "result"
997       layout: "plot-cpta"
998
999     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending"
1000       output-file-name: "vm-vhost-imix-eth-4t4c-xl710"
1001       data: "plot-performance-trending"
1002       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1003       parameters:
1004       - "result"
1005       layout: "plot-cpta"
1006
1007 # VM vhost - x710, ethip4, 64B
1008
1009     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - Trending"
1010       output-file-name: "vm-vhost-ethip4-1t1c-x710"
1011       data: "plot-performance-trending"
1012       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1013       parameters:
1014       - "result"
1015       layout: "plot-cpta"
1016
1017     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - Trending"
1018       output-file-name: "vm-vhost-ethip4-2t2c-x710"
1019       data: "plot-performance-trending"
1020       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1021       parameters:
1022       - "result"
1023       layout: "plot-cpta"
1024
1025     - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - Trending"
1026       output-file-name: "vm-vhost-ethip4-4t4c-x710"
1027       data: "plot-performance-trending"
1028       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1029       parameters:
1030       - "result"
1031       layout: "plot-cpta"
1032
1033 # VM vhost - x710, ethip4, IMIX
1034
1035     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - Trending"
1036       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710"
1037       data: "plot-performance-trending"
1038       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1039       parameters:
1040       - "result"
1041       layout: "plot-cpta"
1042
1043     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - Trending"
1044       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710"
1045       data: "plot-performance-trending"
1046       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1047       parameters:
1048       - "result"
1049       layout: "plot-cpta"
1050
1051     - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - Trending"
1052       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710"
1053       data: "plot-performance-trending"
1054       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'LBOND'"
1055       parameters:
1056       - "result"
1057       layout: "plot-cpta"
1058
1059 # VM vhost - x710, eth, 64B
1060
1061     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - Trending"
1062       output-file-name: "vm-vhost-eth-1t1c-x710"
1063       data: "plot-performance-trending"
1064       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1065
1066       parameters:
1067       - "result"
1068       layout: "plot-cpta"
1069
1070     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - Trending"
1071       output-file-name: "vm-vhost-eth-2t2c-x710"
1072       data: "plot-performance-trending"
1073       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1074       parameters:
1075       - "result"
1076       layout: "plot-cpta"
1077
1078     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - Trending"
1079       output-file-name: "vm-vhost-eth-4t4c-x710"
1080       data: "plot-performance-trending"
1081       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1082       parameters:
1083       - "result"
1084       layout: "plot-cpta"
1085
1086 # VM vhost - x710, eth, IMIX
1087
1088     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - Trending"
1089       output-file-name: "vm-vhost-imix-eth-1t1c-x710"
1090       data: "plot-performance-trending"
1091       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1092
1093       parameters:
1094       - "result"
1095       layout: "plot-cpta"
1096
1097     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - Trending"
1098       output-file-name: "vm-vhost-imix-eth-2t2c-x710"
1099       data: "plot-performance-trending"
1100       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1101       parameters:
1102       - "result"
1103       layout: "plot-cpta"
1104
1105     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - Trending"
1106       output-file-name: "vm-vhost-imix-eth-4t4c-x710"
1107       data: "plot-performance-trending"
1108       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'LBOND'"
1109       parameters:
1110       - "result"
1111       layout: "plot-cpta"
1112
1113 # IPSec
1114
1115     - title: "VPP 1T1C IPSec 64B Packet Throughput - Trending"
1116       output-file-name: "ipsec-1t1c-xl710"
1117       data: "plot-performance-trending"
1118       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1119       parameters:
1120       - "result"
1121       layout: "plot-cpta"
1122
1123     - title: "VPP 2T2C IPSec 64B Packet Throughput - Trending"
1124       output-file-name: "ipsec-2t2c-xl710"
1125       data: "plot-performance-trending"
1126       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1127       parameters:
1128       - "result"
1129       layout: "plot-cpta"
1130
1131     - title: "VPP 4T4C IPSec 64B Packet Throughput - Trending"
1132       output-file-name: "ipsec-4t4c-xl710"
1133       data: "plot-performance-trending"
1134       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1135       parameters:
1136       - "result"
1137       layout: "plot-cpta"
1138
1139 # SRv6 - x520
1140
1141     - title: "VPP 1T1C SRv6 78B MRR Trending"
1142       output-file-name: "srv6-78b-1t1c-x520"
1143       data: "plot-performance-trending"
1144       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'"
1145       parameters:
1146       - "result"
1147       layout: "plot-cpta"
1148
1149     - title: "VPP 2T2C SRv6 78B MRR Trending"
1150       output-file-name: "srv6-78b-2t2c-x520"
1151       data: "plot-performance-trending"
1152       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'"
1153       parameters:
1154       - "result"
1155       layout: "plot-cpta"
1156
1157     - title: "VPP 4T4C SRv6 78B MRR Trending"
1158       output-file-name: "srv6-78b-4t4c-x520"
1159       data: "plot-performance-trending"
1160       filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'"
1161       parameters:
1162       - "result"
1163       layout: "plot-cpta"
1164
1165     - title: "VPP 1T1C SRv6 IMIX MRR Trending"
1166       output-file-name: "srv6-imix-1t1c-x520"
1167       data: "plot-performance-trending"
1168       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'"
1169       parameters:
1170       - "result"
1171       layout: "plot-cpta"
1172
1173     - title: "VPP 2T2C SRv6 IMIX MRR Trending"
1174       output-file-name: "srv6-imix-2t2c-x520"
1175       data: "plot-performance-trending"
1176       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'"
1177       parameters:
1178       - "result"
1179       layout: "plot-cpta"
1180
1181     - title: "VPP 4T4C SRv6 IMIX MRR Trending"
1182       output-file-name: "srv6-imix-4t4c-x520"
1183       data: "plot-performance-trending"
1184       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'"
1185       parameters:
1186       - "result"
1187       layout: "plot-cpta"
1188
1189 # Link Bonding - x520
1190
1191     - title: "VPP 1T1C Link Bonding 64B MRR Trending"
1192       output-file-name: "lb-64b-1t1c-x520"
1193       data: "plot-performance-trending"
1194       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'LBOND'"
1195       parameters:
1196       - "result"
1197       layout: "plot-cpta"
1198
1199     - title: "VPP 2T2C Link Bonding 64B MRR Trending"
1200       output-file-name: "lb-64b-2t2c-x520"
1201       data: "plot-performance-trending"
1202       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'LBOND'"
1203       parameters:
1204       - "result"
1205       layout: "plot-cpta"
1206
1207     - title: "VPP 4T4C Link Bonding 64B MRR Trending"
1208       output-file-name: "lb-64b-4t4c-x520"
1209       data: "plot-performance-trending"
1210       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'LBOND'"
1211       parameters:
1212       - "result"
1213       layout: "plot-cpta"
1214
1215     - title: "VPP 1T1C Link Bonding IMIX MRR Trending"
1216       output-file-name: "lb-imix-1t1c-x520"
1217       data: "plot-performance-trending"
1218       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'"
1219       parameters:
1220       - "result"
1221       layout: "plot-cpta"
1222
1223     - title: "VPP 2T2C Link Bonding IMIX MRR Trending"
1224       output-file-name: "lb-imix-2t2c-x520"
1225       data: "plot-performance-trending"
1226       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'"
1227       parameters:
1228       - "result"
1229       layout: "plot-cpta"
1230
1231     - title: "VPP 4T4C Link Bonding IMIX MRR Trending"
1232       output-file-name: "lb-imix-4t4c-x520"
1233       data: "plot-performance-trending"
1234       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'"
1235       parameters:
1236       - "result"
1237       layout: "plot-cpta"