CSIT-1041: Trending dashboard
[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   configuration:
20     # Debug mode:
21     # - Skip:
22     #   - Download of input data files
23     # - Do:
24     #   - Read data from given zip / xml files
25     #   - Set the configuration as it is done in normal mode
26     # If the section "type: debug" is missing, CFG[DEBUG] is set to 0.
27     CFG[DEBUG]: 0
28
29   paths:
30     # Top level directories:
31     ## Working directory
32     DIR[WORKING]: "_tmp"
33     ## Build directories
34     DIR[BUILD,HTML]: "_build"
35     ## Static .rst files
36     DIR[RST]: "../../../docs/cpta"
37
38     # Static html content
39     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
40     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
41     # DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
42     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
43
44     # Working directories
45     ## Input data files (.zip, .xml)
46     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
47     ## Static source files from git
48     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
49     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
50
51     # .css patch file
52     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
53     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
54
55   urls:
56     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
57     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
58     URL[NEXUS]: "https://docs.fd.io/csit"
59     DIR[NEXUS]: "trending/_static/archive"
60
61   make-dirs:
62   # List the directories which are created while preparing the environment.
63   # All directories MUST be defined in "paths" section.
64   - "DIR[WORKING,DATA]"
65   - "DIR[WORKING,SRC,STATIC]"
66   - "DIR[BUILD,HTML]"
67   - "DIR[STATIC,VPP]"
68   - "DIR[STATIC,ARCH]"
69   build-dirs:
70   # List the directories where the results (build) is stored.
71   # All directories MUST be defined in "paths" section.
72   - "DIR[BUILD,HTML]"
73
74 -
75   type: "configuration"
76
77   data-sets:
78     plot-performance-trending:
79       csit-vpp-perf-mrr-daily-master:
80         start: 15
81         end: "lastCompletedBuild" # "lastSuccessfulBuild"  # take all from the 'start'
82
83   plot-layouts:
84     plot-cpta:
85       title: ""
86       autosize: False
87       showlegend: True
88       width: 1100
89       height: 800
90       yaxis:
91         showticklabels: True
92         tickformat: ".3s"
93         title: "Throughput [pps]"
94         hoverformat: ".4s"
95         range: []
96         gridcolor: "rgb(238, 238, 238)"
97         linecolor: "rgb(238, 238, 238)"
98         showline: True
99         zeroline: False
100         tickcolor: "rgb(238, 238, 238)"
101         linewidth: 1
102         showgrid: True
103       xaxis:
104         showticklabels: True
105         # title: "csit-vpp-perf-mrr-daily-master/vpp-build"
106         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>'
107         autorange: True
108         showgrid: True
109         gridcolor: "rgb(238, 238, 238)"
110         linecolor: "rgb(238, 238, 238)"
111         fixedrange: False
112         zeroline: False
113         tickcolor: "rgb(238, 238, 238)"
114         # tickangle: 0
115         showline: True
116         linewidth: 1
117         autotick: True
118       margin:
119         r: 20
120         b: 50
121         t: 5
122         l: 70
123       legend:
124         orientation: "h"
125         traceorder: "normal"
126 #        tracegroupgap: 10
127 #        bordercolor: "rgb(238, 238, 238)"
128 #        borderwidth: 1
129       hoverlabel:
130         namelength: -1
131
132 -
133   type: "debug"
134   general:
135     input-format: "xml"  # zip or xml
136     extract: "robot-plugin/output.xml"  # Only for zip
137   builds:
138     # The files must be in the directory DIR[WORKING,DATA]
139     csit-vpp-perf-mrr-daily-master:
140     -
141       build: 1
142       file: "{DIR[WORKING,DATA]}/output_mrr_1.xml"
143     -
144       build: 2
145       file: "{DIR[WORKING,DATA]}/output_mrr_2.xml"
146     -
147       build: 3
148       file: "{DIR[WORKING,DATA]}/output_mrr_3.xml"
149     -
150       build: 4
151       file: "{DIR[WORKING,DATA]}/output_mrr_4.xml"
152     -
153       build: 5
154       file: "{DIR[WORKING,DATA]}/output_mrr_5.xml"
155     -
156       build: 6
157       file: "{DIR[WORKING,DATA]}/output_mrr_5.xml"
158     -
159       build: 7
160       file: "{DIR[WORKING,DATA]}/output_mrr_5.xml"
161     -
162       build: 8
163       file: "{DIR[WORKING,DATA]}/output_mrr_5.xml"
164     -
165       build: 9
166       file: "{DIR[WORKING,DATA]}/output_mrr_5.xml"
167     -
168       build: 10
169       file: "{DIR[WORKING,DATA]}/output_mrr_5.xml"
170     -
171       build: 11
172       file: "{DIR[WORKING,DATA]}/output_mrr_5.xml"
173     -
174       build: 12
175       file: "{DIR[WORKING,DATA]}/output_mrr_5.xml"
176
177 -
178   type: "static"
179   src-path: "{DIR[RST]}"
180   dst-path: "{DIR[WORKING,SRC]}"
181
182 -
183   type: "input"  # Ignored in debug mode
184   general:
185     file-name: "output.xml.gz"
186     file-format: ".gz"
187     download-path: "{job}/{build}/archives/{filename}"
188     extract: "output.xml"
189 #    file-name: "robot-plugin.zip"
190 #    file-format: ".zip"
191 #    download-path: "{job}/{build}/robot/report/*zip*/{filename}"
192 #    extract: "robot-plugin/output.xml"
193   builds:
194     csit-vpp-perf-mrr-daily-master:
195       start: 15
196       end: "lastCompletedBuild"  # take all from the 'start'
197
198 -
199   type: "output"
200   output:
201 #   "report"
202     "CPTA"  # Continuous Performance Trending and Analysis
203   format:
204     html:
205     - full
206     pdf:
207     - minimal
208
209 ################################################################################
210 ###                               T A B L E S                                ###
211 ################################################################################
212
213 -
214   type: "table"
215   title: "Performance trending dashboard"
216   algorithm: "table_performance_trending_dashboard"
217   output-file-ext: ".csv"
218   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c"
219   data: "plot-performance-trending"
220   filter: "'MRR' and '1T1C'"
221   parameters:
222   - "name"
223   - "parent"
224   - "result"
225   # Number of the best and the worst tests presented in the table. Use 0 (zero)
226   # to present all tests.
227   nr-of-tests-shown: 20
228   outlier-const: 1.5
229   window: 14
230   evaluated-window: 14
231   long-trend-window: 180
232   long-trend-threshold: 80  # Percent of the highest moving median value
233
234 -
235   type: "table"
236   title: "Performance trending dashboard"
237   algorithm: "table_performance_trending_dashboard"
238   output-file-ext: ".csv"
239   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c"
240   data: "plot-performance-trending"
241   filter: "'MRR' and '2T2C'"
242   parameters:
243   - "name"
244   - "parent"
245   - "result"
246   # Number of the best and the worst tests presented in the table. Use 0 (zero)
247   # to present all tests.
248   nr-of-tests-shown: 20
249   outlier-const: 1.5
250   window: 14
251   evaluated-window: 14
252   long-trend-window: 180
253   long-trend-threshold: 80  # Percent of the highest moving median value
254
255 -
256   type: "table"
257   title: "Performance trending dashboard"
258   algorithm: "table_performance_trending_dashboard"
259   output-file-ext: ".csv"
260   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c"
261   data: "plot-performance-trending"
262   filter: "'MRR' and '4T4C'"
263   parameters:
264   - "name"
265   - "parent"
266   - "result"
267   # Number of the best and the worst tests presented in the table. Use 0 (zero)
268   # to present all tests.
269   nr-of-tests-shown: 20
270   outlier-const: 1.5
271   window: 14
272   evaluated-window: 14
273   long-trend-window: 180
274   long-trend-threshold: 80  # Percent of the highest moving median value
275
276 -
277   type: "table"
278   title: "HTML performance trending dashboard 1t1c"
279   algorithm: "table_performance_trending_dashboard_html"
280   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.csv"
281   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.rst"
282
283 -
284   type: "table"
285   title: "HTML performance trending dashboard 2t2c"
286   algorithm: "table_performance_trending_dashboard_html"
287   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.csv"
288   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.rst"
289
290 -
291   type: "table"
292   title: "HTML performance trending dashboard 4t4c"
293   algorithm: "table_performance_trending_dashboard_html"
294   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.csv"
295   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.rst"
296
297
298 ################################################################################
299 ###                                 C P T A                                  ###
300 ################################################################################
301
302 # Plots VPP Continuous Performance Trending and Analysis
303 -
304   type: "cpta"
305   title: "Continuous Performance Trending and Analysis"
306   algorithm: "cpta"
307   output-file-type: ".html"
308   output-file: "{DIR[STATIC,VPP]}/cpta"
309   data: "plot-performance-trending"
310   plots:
311
312 # L2 - x520
313
314     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
315       output-file-name: "l2-1t1c-x520"
316       data: "plot-performance-trending"
317       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'"
318       parameters:
319       - "result"
320       periods:
321       - 1
322       # - 14
323       # - 60
324       layout: "plot-cpta"
325
326     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
327       output-file-name: "l2-2t2c-x520"
328       data: "plot-performance-trending"
329       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'"
330       parameters:
331       - "result"
332       periods:
333       - 1
334       # - 14
335       # - 60
336       layout: "plot-cpta"
337
338     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
339       output-file-name: "l2-4t4c-x520"
340       data: "plot-performance-trending"
341       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'"
342       parameters:
343       - "result"
344       periods:
345       - 1
346       # - 14
347       # - 60
348       layout: "plot-cpta"
349
350     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
351       output-file-name: "l2-feature-1t1c-x520"
352       data: "plot-performance-trending"
353       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'"
354       parameters:
355       - "result"
356       periods:
357       - 1
358       # - 14
359       # - 60
360       layout: "plot-cpta"
361
362     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
363       output-file-name: "l2-feature-2t2c-x520"
364       data: "plot-performance-trending"
365       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'"
366       parameters:
367       - "result"
368       periods:
369       - 1
370       # - 14
371       # - 60
372       layout: "plot-cpta"
373
374     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
375       output-file-name: "l2-feature-4t4c-x520"
376       data: "plot-performance-trending"
377       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'"
378       parameters:
379       - "result"
380       periods:
381       - 1
382       # - 14
383       # - 60
384       layout: "plot-cpta"
385
386 # L2 - xl710
387
388     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
389       output-file-name: "l2-1t1c-xl710"
390       data: "plot-performance-trending"
391       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'"
392       parameters:
393       - "result"
394       periods:
395       - 1
396       # - 14
397       # - 60
398       layout: "plot-cpta"
399
400     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
401       output-file-name: "l2-2t2c-xl710"
402       data: "plot-performance-trending"
403       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'"
404       parameters:
405       - "result"
406       periods:
407       - 1
408       # - 14
409       # - 60
410       layout: "plot-cpta"
411
412     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
413       output-file-name: "l2-4t4c-xl710"
414       data: "plot-performance-trending"
415       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'"
416       parameters:
417       - "result"
418       periods:
419       - 1
420       # - 14
421       # - 60
422       layout: "plot-cpta"
423
424 # L2 - x710
425
426     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
427       output-file-name: "l2-1t1c-x710"
428       data: "plot-performance-trending"
429       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'"
430       parameters:
431       - "result"
432       periods:
433       - 1
434       # - 14
435       # - 60
436       layout: "plot-cpta"
437
438     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
439       output-file-name: "l2-2t2c-x710"
440       data: "plot-performance-trending"
441       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'"
442       parameters:
443       - "result"
444       periods:
445       - 1
446       # - 14
447       # - 60
448       layout: "plot-cpta"
449
450     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
451       output-file-name: "l2-4t4c-x710"
452       data: "plot-performance-trending"
453       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'"
454       parameters:
455       - "result"
456       periods:
457       - 1
458       # - 14
459       # - 60
460       layout: "plot-cpta"
461
462     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
463       output-file-name: "l2-feature-1t1c-x710"
464       data: "plot-performance-trending"
465       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
466       parameters:
467       - "result"
468       periods:
469       - 1
470       # - 14
471       # - 60
472       layout: "plot-cpta"
473
474     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
475       output-file-name: "l2-feature-2t2c-x710"
476       data: "plot-performance-trending"
477       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
478       parameters:
479       - "result"
480       periods:
481       - 1
482       # - 14
483       # - 60
484       layout: "plot-cpta"
485
486     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
487       output-file-name: "l2-feature-4t4c-x710"
488       data: "plot-performance-trending"
489       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
490       parameters:
491       - "result"
492       periods:
493       - 1
494       # - 14
495       # - 60
496       layout: "plot-cpta"
497
498 # IPv4 - x520
499
500     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
501       output-file-name: "ip4-1t1c-x520"
502       data: "plot-performance-trending"
503       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
504       parameters:
505       - "result"
506       periods:
507       - 1
508       # - 14
509       # - 60
510       layout: "plot-cpta"
511
512     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
513       output-file-name: "ip4-2t2c-x520"
514       data: "plot-performance-trending"
515       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
516       parameters:
517       - "result"
518       periods:
519       - 1
520       # - 14
521       # - 60
522       layout: "plot-cpta"
523
524     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
525       output-file-name: "ip4-4t4c-x520"
526       data: "plot-performance-trending"
527       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
528       parameters:
529       - "result"
530       periods:
531       - 1
532       # - 14
533       # - 60
534       layout: "plot-cpta"
535
536     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
537       output-file-name: "ip4-feature-1t1c-x520"
538       data: "plot-performance-trending"
539       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
540       parameters:
541       - "result"
542       periods:
543       - 1
544       # - 14
545       # - 60
546       layout: "plot-cpta"
547
548     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
549       output-file-name: "ip4-feature-2t2c-x520"
550       data: "plot-performance-trending"
551       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
552       parameters:
553       - "result"
554       periods:
555       - 1
556       # - 14
557       # - 60
558       layout: "plot-cpta"
559
560     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
561       output-file-name: "ip4-feature-4t4c-x520"
562       data: "plot-performance-trending"
563       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
564       parameters:
565       - "result"
566       periods:
567       - 1
568       # - 14
569       # - 60
570       layout: "plot-cpta"
571
572 # IPv4 - xl710
573
574     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
575       output-file-name: "ip4-1t1c-xl710"
576       data: "plot-performance-trending"
577       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
578       parameters:
579       - "result"
580       periods:
581       - 1
582       # - 14
583       # - 60
584       layout: "plot-cpta"
585
586     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
587       output-file-name: "ip4-2t2c-xl710"
588       data: "plot-performance-trending"
589       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
590       parameters:
591       - "result"
592       periods:
593       - 1
594       # - 14
595       # - 60
596       layout: "plot-cpta"
597
598     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
599       output-file-name: "ip4-4t4c-xl710"
600       data: "plot-performance-trending"
601       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
602       parameters:
603       - "result"
604       periods:
605       - 1
606       # - 14
607       # - 60
608       layout: "plot-cpta"
609
610 # IPv4 - x710
611
612     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
613       output-file-name: "ip4-1t1c-x710"
614       data: "plot-performance-trending"
615       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
616       parameters:
617       - "result"
618       periods:
619       - 1
620       # - 14
621       # - 60
622       layout: "plot-cpta"
623
624     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
625       output-file-name: "ip4-2t2c-x710"
626       data: "plot-performance-trending"
627       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
628       parameters:
629       - "result"
630       periods:
631       - 1
632       # - 14
633       # - 60
634       layout: "plot-cpta"
635
636     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
637       output-file-name: "ip4-4t4c-x710"
638       data: "plot-performance-trending"
639       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
640       parameters:
641       - "result"
642       periods:
643       - 1
644       # - 14
645       # - 60
646       layout: "plot-cpta"
647
648     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
649       output-file-name: "ip4-feature-1t1c-x710"
650       data: "plot-performance-trending"
651       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
652       parameters:
653       - "result"
654       periods:
655       - 1
656       # - 14
657       # - 60
658       layout: "plot-cpta"
659
660     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
661       output-file-name: "ip4-feature-2t2c-x710"
662       data: "plot-performance-trending"
663       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
664       parameters:
665       - "result"
666       periods:
667       - 1
668       # - 14
669       # - 60
670       layout: "plot-cpta"
671
672     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
673       output-file-name: "ip4-feature-4t4c-x710"
674       data: "plot-performance-trending"
675       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
676       parameters:
677       - "result"
678       periods:
679       - 1
680       # - 14
681       # - 60
682       layout: "plot-cpta"
683
684 # IPv4 Tunnels - x520
685
686     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
687       output-file-name: "ip4-tunnels-1t1c-x520"
688       data: "plot-performance-trending"
689       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'"
690       parameters:
691       - "result"
692       periods:
693       - 1
694       # - 14
695       # - 60
696       layout: "plot-cpta"
697
698     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
699       output-file-name: "ip4-tunnels-2t2c-x520"
700       data: "plot-performance-trending"
701       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'"
702       parameters:
703       - "result"
704       periods:
705       - 1
706       # - 14
707       # - 60
708       layout: "plot-cpta"
709
710     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
711       output-file-name: "ip4-tunnels-4t4c-x520"
712       data: "plot-performance-trending"
713       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'"
714       parameters:
715       - "result"
716       periods:
717       - 1
718       # - 14
719       # - 60
720       layout: "plot-cpta"
721
722 # IPv4 Tunnels - x710
723
724     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
725       output-file-name: "ip4-tunnels-1t1c-x710"
726       data: "plot-performance-trending"
727       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'"
728       parameters:
729       - "result"
730       periods:
731       - 1
732       # - 14
733       # - 60
734       layout: "plot-cpta"
735
736     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
737       output-file-name: "ip4-tunnels-2t2c-x710"
738       data: "plot-performance-trending"
739       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'"
740       parameters:
741       - "result"
742       periods:
743       - 1
744       # - 14
745       # - 60
746       layout: "plot-cpta"
747
748     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
749       output-file-name: "ip4-tunnels-4t4c-x710"
750       data: "plot-performance-trending"
751       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'"
752       parameters:
753       - "result"
754       periods:
755       - 1
756       # - 14
757       # - 60
758       layout: "plot-cpta"
759
760 # IPv6 - x520
761
762     - title: "VPP 1T1C IPv6 78B Packet Throughput - {period} Trending"
763       output-file-name: "ip6-1t1c-x520"
764       data: "plot-performance-trending"
765       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'"
766       parameters:
767       - "result"
768       periods:
769       - 1
770       # - 14
771       # - 60
772       layout: "plot-cpta"
773
774     - title: "VPP 2T2C IPv6 78B Packet Throughput - {period} Trending"
775       output-file-name: "ip6-2t2c-x520"
776       data: "plot-performance-trending"
777       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'"
778       parameters:
779       - "result"
780       periods:
781       - 1
782       # - 14
783       # - 60
784       layout: "plot-cpta"
785
786     - title: "VPP 4T4C IPv6 78B Packet Throughput - {period} Trending"
787       output-file-name: "ip6-4t4c-x520"
788       data: "plot-performance-trending"
789       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'"
790       parameters:
791       - "result"
792       periods:
793       - 1
794       # - 14
795       # - 60
796       layout: "plot-cpta"
797
798 # IPv6 - xl710
799
800     - title: "VPP 1T1C IPv6 78B Packet Throughput - {period} Trending"
801       output-file-name: "ip6-1t1c-xl710"
802       data: "plot-performance-trending"
803       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
804       parameters:
805       - "result"
806       periods:
807       - 1
808       # - 14
809       # - 60
810       layout: "plot-cpta"
811
812     - title: "VPP 2T2C IPv6 78B Packet Throughput - {period} Trending"
813       output-file-name: "ip6-2t2c-xl710"
814       data: "plot-performance-trending"
815       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
816       parameters:
817       - "result"
818       periods:
819       - 1
820       # - 14
821       # - 60
822       layout: "plot-cpta"
823
824     - title: "VPP 4T4C IPv6 78B Packet Throughput - {period} Trending"
825       output-file-name: "ip6-4t4c-xl710"
826       data: "plot-performance-trending"
827       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
828       parameters:
829       - "result"
830       periods:
831       - 1
832       # - 14
833       # - 60
834       layout: "plot-cpta"
835
836 # IPv6 - x710
837
838     - title: "VPP 1T1C IPv6 78B Packet Throughput - {period} Trending"
839       output-file-name: "ip6-1t1c-x710"
840       data: "plot-performance-trending"
841       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
842       parameters:
843       - "result"
844       periods:
845       - 1
846       # - 14
847       # - 60
848       layout: "plot-cpta"
849
850     - title: "VPP 2T2C IPv6 78B Packet Throughput - {period} Trending"
851       output-file-name: "ip6-2t2c-x710"
852       data: "plot-performance-trending"
853       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
854       parameters:
855       - "result"
856       periods:
857       - 1
858       # - 14
859       # - 60
860       layout: "plot-cpta"
861
862     - title: "VPP 4T4C IPv6 78B Packet Throughput - {period} Trending"
863       output-file-name: "ip6-4t4c-x710"
864       data: "plot-performance-trending"
865       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
866       parameters:
867       - "result"
868       periods:
869       - 1
870       # - 14
871       # - 60
872       layout: "plot-cpta"
873
874 # Container memif - x520, 64B
875
876     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - {period} Trending"
877       output-file-name: "container-memif-l2-1t1c-x520"
878       data: "plot-performance-trending"
879       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
880       parameters:
881       - "result"
882       periods:
883       - 1
884       # - 14
885       # - 60
886       layout: "plot-cpta"
887
888     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - {period} Trending"
889       output-file-name: "container-memif-l2-2t2c-x520"
890       data: "plot-performance-trending"
891       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
892       parameters:
893       - "result"
894       periods:
895       - 1
896       # - 14
897       # - 60
898       layout: "plot-cpta"
899
900     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - {period} Trending"
901       output-file-name: "container-memif-l2-4t4c-x520"
902       data: "plot-performance-trending"
903       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
904       parameters:
905       - "result"
906       periods:
907       - 1
908       # - 14
909       # - 60
910       layout: "plot-cpta"
911
912 # Container memif - x520, IMIX
913
914     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - {period} Trending"
915       output-file-name: "container-memif-imix-l2-1t1c-x520"
916       data: "plot-performance-trending"
917       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
918       parameters:
919       - "result"
920       periods:
921       - 1
922       # - 14
923       # - 60
924       layout: "plot-cpta"
925
926     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - {period} Trending"
927       output-file-name: "container-memif-imix-l2-2t2c-x520"
928       data: "plot-performance-trending"
929       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
930       parameters:
931       - "result"
932       periods:
933       - 1
934       # - 14
935       # - 60
936       layout: "plot-cpta"
937
938     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - {period} Trending"
939       output-file-name: "container-memif-imix-l2-4t4c-x520"
940       data: "plot-performance-trending"
941       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
942       parameters:
943       - "result"
944       periods:
945       - 1
946       # - 14
947       # - 60
948       layout: "plot-cpta"
949
950 # Container memif - xl710, 64B
951
952     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - {period} Trending"
953       output-file-name: "container-memif-l2-1t1c-xl710"
954       data: "plot-performance-trending"
955       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
956       parameters:
957       - "result"
958       periods:
959       - 1
960       # - 14
961       # - 60
962       layout: "plot-cpta"
963
964     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - {period} Trending"
965       output-file-name: "container-memif-l2-2t2c-xl710"
966       data: "plot-performance-trending"
967       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
968       parameters:
969       - "result"
970       periods:
971       - 1
972       # - 14
973       # - 60
974       layout: "plot-cpta"
975
976     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - {period} Trending"
977       output-file-name: "container-memif-l2-4t4c-xl710"
978       data: "plot-performance-trending"
979       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
980       parameters:
981       - "result"
982       periods:
983       - 1
984       # - 14
985       # - 60
986       layout: "plot-cpta"
987
988 # Container memif - xl710, IMIX
989
990     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - {period} Trending"
991       output-file-name: "container-memif-imix-l2-1t1c-xl710"
992       data: "plot-performance-trending"
993       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
994       parameters:
995       - "result"
996       periods:
997       - 1
998       # - 14
999       # - 60
1000       layout: "plot-cpta"
1001
1002     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - {period} Trending"
1003       output-file-name: "container-memif-imix-l2-2t2c-xl710"
1004       data: "plot-performance-trending"
1005       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1006       parameters:
1007       - "result"
1008       periods:
1009       - 1
1010       # - 14
1011       # - 60
1012       layout: "plot-cpta"
1013
1014     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - {period} Trending"
1015       output-file-name: "container-memif-imix-l2-4t4c-xl710"
1016       data: "plot-performance-trending"
1017       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1018       parameters:
1019       - "result"
1020       periods:
1021       - 1
1022       # - 14
1023       # - 60
1024       layout: "plot-cpta"
1025
1026 # Container memif - x710, 64B
1027
1028     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - {period} Trending"
1029       output-file-name: "container-memif-l2-1t1c-x710"
1030       data: "plot-performance-trending"
1031       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1032       parameters:
1033       - "result"
1034       periods:
1035       - 1
1036       # - 14
1037       # - 60
1038       layout: "plot-cpta"
1039
1040     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - {period} Trending"
1041       output-file-name: "container-memif-l2-2t2c-x710"
1042       data: "plot-performance-trending"
1043       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1044       parameters:
1045       - "result"
1046       periods:
1047       - 1
1048       # - 14
1049       # - 60
1050       layout: "plot-cpta"
1051
1052     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - {period} Trending"
1053       output-file-name: "container-memif-l2-4t4c-x710"
1054       data: "plot-performance-trending"
1055       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1056       parameters:
1057       - "result"
1058       periods:
1059       - 1
1060       # - 14
1061       # - 60
1062       layout: "plot-cpta"
1063
1064 # Container memif - x520, IMIX
1065
1066     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - {period} Trending"
1067       output-file-name: "container-memif-imix-l2-1t1c-x710"
1068       data: "plot-performance-trending"
1069       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1070       parameters:
1071       - "result"
1072       periods:
1073       - 1
1074       # - 14
1075       # - 60
1076       layout: "plot-cpta"
1077
1078     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - {period} Trending"
1079       output-file-name: "container-memif-imix-l2-2t2c-x710"
1080       data: "plot-performance-trending"
1081       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1082       parameters:
1083       - "result"
1084       periods:
1085       - 1
1086       # - 14
1087       # - 60
1088       layout: "plot-cpta"
1089
1090     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - {period} Trending"
1091       output-file-name: "container-memif-imix-l2-4t4c-x710"
1092       data: "plot-performance-trending"
1093       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1094       parameters:
1095       - "result"
1096       periods:
1097       - 1
1098       # - 14
1099       # - 60
1100       layout: "plot-cpta"
1101
1102 # VM vhost - x520, ethip4, 64B
1103
1104     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1105       output-file-name: "vm-vhost-ethip4-1t1c-x520"
1106       data: "plot-performance-trending"
1107       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1108       parameters:
1109       - "result"
1110       periods:
1111       - 1
1112       # - 14
1113       # - 60
1114       layout: "plot-cpta"
1115
1116     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1117       output-file-name: "vm-vhost-ethip4-2t2c-x520"
1118       data: "plot-performance-trending"
1119       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1120       parameters:
1121       - "result"
1122       periods:
1123       - 1
1124       # - 14
1125       # - 60
1126       layout: "plot-cpta"
1127
1128     - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1129       output-file-name: "vm-vhost-ethip4-4t4c-x520"
1130       data: "plot-performance-trending"
1131       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1132       parameters:
1133       - "result"
1134       periods:
1135       - 1
1136       # - 14
1137       # - 60
1138       layout: "plot-cpta"
1139
1140 # VM vhost - x520, ethip4, IMIX
1141
1142     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1143       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520"
1144       data: "plot-performance-trending"
1145       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1146       parameters:
1147       - "result"
1148       periods:
1149       - 1
1150       # - 14
1151       # - 60
1152       layout: "plot-cpta"
1153
1154     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1155       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520"
1156       data: "plot-performance-trending"
1157       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1158       parameters:
1159       - "result"
1160       periods:
1161       - 1
1162       # - 14
1163       # - 60
1164       layout: "plot-cpta"
1165
1166     - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1167       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520"
1168       data: "plot-performance-trending"
1169       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1170       parameters:
1171       - "result"
1172       periods:
1173       - 1
1174       # - 14
1175       # - 60
1176       layout: "plot-cpta"
1177
1178 # VM vhost - x520, eth, 64B
1179
1180     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending"
1181       output-file-name: "vm-vhost-eth-1t1c-x520"
1182       data: "plot-performance-trending"
1183       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1184
1185       parameters:
1186       - "result"
1187       periods:
1188       - 1
1189       # - 14
1190       # - 60
1191       layout: "plot-cpta"
1192
1193     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - {period} Trending"
1194       output-file-name: "vm-vhost-eth-2t2c-x520"
1195       data: "plot-performance-trending"
1196       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1197       parameters:
1198       - "result"
1199       periods:
1200       - 1
1201       # - 14
1202       # - 60
1203       layout: "plot-cpta"
1204
1205     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending"
1206       output-file-name: "vm-vhost-eth-4t4c-x520"
1207       data: "plot-performance-trending"
1208       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1209       parameters:
1210       - "result"
1211       periods:
1212       - 1
1213       # - 14
1214       # - 60
1215       layout: "plot-cpta"
1216
1217 # VM vhost - x520, eth, IMIX
1218
1219     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - {period} Trending"
1220       output-file-name: "vm-vhost-imix-eth-1t1c-x520"
1221       data: "plot-performance-trending"
1222       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1223
1224       parameters:
1225       - "result"
1226       periods:
1227       - 1
1228       # - 14
1229       # - 60
1230       layout: "plot-cpta"
1231
1232     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - {period} Trending"
1233       output-file-name: "vm-vhost-imix-eth-2t2c-x520"
1234       data: "plot-performance-trending"
1235       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1236       parameters:
1237       - "result"
1238       periods:
1239       - 1
1240       # - 14
1241       # - 60
1242       layout: "plot-cpta"
1243
1244     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - {period} Trending"
1245       output-file-name: "vm-vhost-imix-eth-4t4c-x520"
1246       data: "plot-performance-trending"
1247       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1248       parameters:
1249       - "result"
1250       periods:
1251       - 1
1252       # - 14
1253       # - 60
1254       layout: "plot-cpta"
1255
1256 # VM vhost - xl710, eth, 64B
1257
1258     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending"
1259       output-file-name: "vm-vhost-eth-1t1c-xl710"
1260       data: "plot-performance-trending"
1261       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1262
1263       parameters:
1264       - "result"
1265       periods:
1266       - 1
1267       # - 14
1268       # - 60
1269       layout: "plot-cpta"
1270
1271     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - {period} Trending"
1272       output-file-name: "vm-vhost-eth-2t2c-xl710"
1273       data: "plot-performance-trending"
1274       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1275       parameters:
1276       - "result"
1277       periods:
1278       - 1
1279       # - 14
1280       # - 60
1281       layout: "plot-cpta"
1282
1283     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending"
1284       output-file-name: "vm-vhost-eth-4t4c-xl710"
1285       data: "plot-performance-trending"
1286       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1287       parameters:
1288       - "result"
1289       periods:
1290       - 1
1291       # - 14
1292       # - 60
1293       layout: "plot-cpta"
1294
1295 # VM vhost - xl710, eth, IMIX
1296
1297     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - {period} Trending"
1298       output-file-name: "vm-vhost-imix-eth-1t1c-xl710"
1299       data: "plot-performance-trending"
1300       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1301
1302       parameters:
1303       - "result"
1304       periods:
1305       - 1
1306       # - 14
1307       # - 60
1308       layout: "plot-cpta"
1309
1310     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - {period} Trending"
1311       output-file-name: "vm-vhost-imix-eth-2t2c-xl710"
1312       data: "plot-performance-trending"
1313       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1314       parameters:
1315       - "result"
1316       periods:
1317       - 1
1318       # - 14
1319       # - 60
1320       layout: "plot-cpta"
1321
1322     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - {period} Trending"
1323       output-file-name: "vm-vhost-imix-eth-4t4c-xl710"
1324       data: "plot-performance-trending"
1325       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1326       parameters:
1327       - "result"
1328       periods:
1329       - 1
1330       # - 14
1331       # - 60
1332       layout: "plot-cpta"
1333
1334 # VM vhost - x710, ethip4, 64B
1335
1336     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1337       output-file-name: "vm-vhost-ethip4-1t1c-x710"
1338       data: "plot-performance-trending"
1339       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1340       parameters:
1341       - "result"
1342       periods:
1343       - 1
1344       # - 14
1345       # - 60
1346       layout: "plot-cpta"
1347
1348     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1349       output-file-name: "vm-vhost-ethip4-2t2c-x710"
1350       data: "plot-performance-trending"
1351       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1352       parameters:
1353       - "result"
1354       periods:
1355       - 1
1356       # - 14
1357       # - 60
1358       layout: "plot-cpta"
1359
1360     - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1361       output-file-name: "vm-vhost-ethip4-4t4c-x710"
1362       data: "plot-performance-trending"
1363       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1364       parameters:
1365       - "result"
1366       periods:
1367       - 1
1368       # - 14
1369       # - 60
1370       layout: "plot-cpta"
1371
1372 # VM vhost - x710, ethip4, IMIX
1373
1374     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1375       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710"
1376       data: "plot-performance-trending"
1377       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1378       parameters:
1379       - "result"
1380       periods:
1381       - 1
1382       # - 14
1383       # - 60
1384       layout: "plot-cpta"
1385
1386     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1387       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710"
1388       data: "plot-performance-trending"
1389       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1390       parameters:
1391       - "result"
1392       periods:
1393       - 1
1394       # - 14
1395       # - 60
1396       layout: "plot-cpta"
1397
1398     - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1399       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710"
1400       data: "plot-performance-trending"
1401       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1402       parameters:
1403       - "result"
1404       periods:
1405       - 1
1406       # - 14
1407       # - 60
1408       layout: "plot-cpta"
1409
1410 # VM vhost - x710, eth, 64B
1411
1412     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending"
1413       output-file-name: "vm-vhost-eth-1t1c-x710"
1414       data: "plot-performance-trending"
1415       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1416
1417       parameters:
1418       - "result"
1419       periods:
1420       - 1
1421       # - 14
1422       # - 60
1423       layout: "plot-cpta"
1424
1425     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - {period} Trending"
1426       output-file-name: "vm-vhost-eth-2t2c-x710"
1427       data: "plot-performance-trending"
1428       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1429       parameters:
1430       - "result"
1431       periods:
1432       - 1
1433       # - 14
1434       # - 60
1435       layout: "plot-cpta"
1436
1437     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending"
1438       output-file-name: "vm-vhost-eth-4t4c-x710"
1439       data: "plot-performance-trending"
1440       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1441       parameters:
1442       - "result"
1443       periods:
1444       - 1
1445       # - 14
1446       # - 60
1447       layout: "plot-cpta"
1448
1449 # VM vhost - x710, eth, IMIX
1450
1451     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - {period} Trending"
1452       output-file-name: "vm-vhost-imix-eth-1t1c-x710"
1453       data: "plot-performance-trending"
1454       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1455
1456       parameters:
1457       - "result"
1458       periods:
1459       - 1
1460       # - 14
1461       # - 60
1462       layout: "plot-cpta"
1463
1464     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - {period} Trending"
1465       output-file-name: "vm-vhost-imix-eth-2t2c-x710"
1466       data: "plot-performance-trending"
1467       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1468       parameters:
1469       - "result"
1470       periods:
1471       - 1
1472       # - 14
1473       # - 60
1474       layout: "plot-cpta"
1475
1476     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - {period} Trending"
1477       output-file-name: "vm-vhost-imix-eth-4t4c-x710"
1478       data: "plot-performance-trending"
1479       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1480       parameters:
1481       - "result"
1482       periods:
1483       - 1
1484       # - 14
1485       # - 60
1486       layout: "plot-cpta"
1487
1488 # IPSec
1489
1490     - title: "VPP 1T1C IPSec 64B Packet Throughput - {period} Trending"
1491       output-file-name: "ipsec-1t1c-xl710"
1492       data: "plot-performance-trending"
1493       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1494       parameters:
1495       - "result"
1496       periods:
1497       - 1
1498       # - 14
1499       # - 60
1500       layout: "plot-cpta"
1501
1502     - title: "VPP 2T2C IPSec 64B Packet Throughput - {period} Trending"
1503       output-file-name: "ipsec-2t2c-xl710"
1504       data: "plot-performance-trending"
1505       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1506       parameters:
1507       - "result"
1508       periods:
1509       - 1
1510       # - 14
1511       # - 60
1512       layout: "plot-cpta"
1513
1514     - title: "VPP 4T4C IPSec 64B Packet Throughput - {period} Trending"
1515       output-file-name: "ipsec-4t4c-xl710"
1516       data: "plot-performance-trending"
1517       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1518       parameters:
1519       - "result"
1520       periods:
1521       - 1
1522       # - 14
1523       # - 60
1524       layout: "plot-cpta"