Trending: ignore list for the 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   ignore-list:
226   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
227   outlier-const: 1.5
228   window: 14
229   evaluated-window: 14
230   long-trend-window: 180
231
232 -
233   type: "table"
234   title: "Performance trending dashboard"
235   algorithm: "table_performance_trending_dashboard"
236   output-file-ext: ".csv"
237   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c"
238   data: "plot-performance-trending"
239   filter: "'MRR' and '2T2C'"
240   parameters:
241   - "name"
242   - "parent"
243   - "result"
244   ignore-list:
245   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
246   outlier-const: 1.5
247   window: 14
248   evaluated-window: 14
249   long-trend-window: 180
250
251 -
252   type: "table"
253   title: "Performance trending dashboard"
254   algorithm: "table_performance_trending_dashboard"
255   output-file-ext: ".csv"
256   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c"
257   data: "plot-performance-trending"
258   filter: "'MRR' and '4T4C'"
259   parameters:
260   - "name"
261   - "parent"
262   - "result"
263   ignore-list:
264   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
265   outlier-const: 1.5
266   window: 14
267   evaluated-window: 14
268   long-trend-window: 180
269
270 -
271   type: "table"
272   title: "HTML performance trending dashboard 1t1c"
273   algorithm: "table_performance_trending_dashboard_html"
274   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.csv"
275   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.rst"
276
277 -
278   type: "table"
279   title: "HTML performance trending dashboard 2t2c"
280   algorithm: "table_performance_trending_dashboard_html"
281   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.csv"
282   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.rst"
283
284 -
285   type: "table"
286   title: "HTML performance trending dashboard 4t4c"
287   algorithm: "table_performance_trending_dashboard_html"
288   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.csv"
289   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.rst"
290
291
292 ################################################################################
293 ###                                 C P T A                                  ###
294 ################################################################################
295
296 # Plots VPP Continuous Performance Trending and Analysis
297 -
298   type: "cpta"
299   title: "Continuous Performance Trending and Analysis"
300   algorithm: "cpta"
301   output-file-type: ".html"
302   output-file: "{DIR[STATIC,VPP]}/cpta"
303   data: "plot-performance-trending"
304   plots:
305
306 # L2 - x520
307
308     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
309       output-file-name: "l2-1t1c-x520"
310       data: "plot-performance-trending"
311       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'"
312       parameters:
313       - "result"
314       periods:
315       - 1
316       # - 14
317       # - 60
318       layout: "plot-cpta"
319
320     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
321       output-file-name: "l2-2t2c-x520"
322       data: "plot-performance-trending"
323       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'"
324       parameters:
325       - "result"
326       periods:
327       - 1
328       # - 14
329       # - 60
330       layout: "plot-cpta"
331
332     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
333       output-file-name: "l2-4t4c-x520"
334       data: "plot-performance-trending"
335       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'"
336       parameters:
337       - "result"
338       periods:
339       - 1
340       # - 14
341       # - 60
342       layout: "plot-cpta"
343
344     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
345       output-file-name: "l2-feature-1t1c-x520"
346       data: "plot-performance-trending"
347       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'"
348       parameters:
349       - "result"
350       periods:
351       - 1
352       # - 14
353       # - 60
354       layout: "plot-cpta"
355
356     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
357       output-file-name: "l2-feature-2t2c-x520"
358       data: "plot-performance-trending"
359       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'"
360       parameters:
361       - "result"
362       periods:
363       - 1
364       # - 14
365       # - 60
366       layout: "plot-cpta"
367
368     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
369       output-file-name: "l2-feature-4t4c-x520"
370       data: "plot-performance-trending"
371       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'"
372       parameters:
373       - "result"
374       periods:
375       - 1
376       # - 14
377       # - 60
378       layout: "plot-cpta"
379
380 # L2 - xl710
381
382     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
383       output-file-name: "l2-1t1c-xl710"
384       data: "plot-performance-trending"
385       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'"
386       parameters:
387       - "result"
388       periods:
389       - 1
390       # - 14
391       # - 60
392       layout: "plot-cpta"
393
394     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
395       output-file-name: "l2-2t2c-xl710"
396       data: "plot-performance-trending"
397       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'"
398       parameters:
399       - "result"
400       periods:
401       - 1
402       # - 14
403       # - 60
404       layout: "plot-cpta"
405
406     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
407       output-file-name: "l2-4t4c-xl710"
408       data: "plot-performance-trending"
409       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'"
410       parameters:
411       - "result"
412       periods:
413       - 1
414       # - 14
415       # - 60
416       layout: "plot-cpta"
417
418 # L2 - x710
419
420     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
421       output-file-name: "l2-1t1c-x710"
422       data: "plot-performance-trending"
423       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'"
424       parameters:
425       - "result"
426       periods:
427       - 1
428       # - 14
429       # - 60
430       layout: "plot-cpta"
431
432     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
433       output-file-name: "l2-2t2c-x710"
434       data: "plot-performance-trending"
435       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'"
436       parameters:
437       - "result"
438       periods:
439       - 1
440       # - 14
441       # - 60
442       layout: "plot-cpta"
443
444     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
445       output-file-name: "l2-4t4c-x710"
446       data: "plot-performance-trending"
447       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'"
448       parameters:
449       - "result"
450       periods:
451       - 1
452       # - 14
453       # - 60
454       layout: "plot-cpta"
455
456     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
457       output-file-name: "l2-feature-1t1c-x710"
458       data: "plot-performance-trending"
459       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
460       parameters:
461       - "result"
462       periods:
463       - 1
464       # - 14
465       # - 60
466       layout: "plot-cpta"
467
468     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
469       output-file-name: "l2-feature-2t2c-x710"
470       data: "plot-performance-trending"
471       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
472       parameters:
473       - "result"
474       periods:
475       - 1
476       # - 14
477       # - 60
478       layout: "plot-cpta"
479
480     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
481       output-file-name: "l2-feature-4t4c-x710"
482       data: "plot-performance-trending"
483       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'"
484       parameters:
485       - "result"
486       periods:
487       - 1
488       # - 14
489       # - 60
490       layout: "plot-cpta"
491
492 # IPv4 - x520
493
494     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
495       output-file-name: "ip4-1t1c-x520"
496       data: "plot-performance-trending"
497       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'"
498       parameters:
499       - "result"
500       periods:
501       - 1
502       # - 14
503       # - 60
504       layout: "plot-cpta"
505
506     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
507       output-file-name: "ip4-2t2c-x520"
508       data: "plot-performance-trending"
509       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'"
510       parameters:
511       - "result"
512       periods:
513       - 1
514       # - 14
515       # - 60
516       layout: "plot-cpta"
517
518     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
519       output-file-name: "ip4-4t4c-x520"
520       data: "plot-performance-trending"
521       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'"
522       parameters:
523       - "result"
524       periods:
525       - 1
526       # - 14
527       # - 60
528       layout: "plot-cpta"
529
530     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
531       output-file-name: "ip4-feature-1t1c-x520"
532       data: "plot-performance-trending"
533       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
534       parameters:
535       - "result"
536       periods:
537       - 1
538       # - 14
539       # - 60
540       layout: "plot-cpta"
541
542     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
543       output-file-name: "ip4-feature-2t2c-x520"
544       data: "plot-performance-trending"
545       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
546       parameters:
547       - "result"
548       periods:
549       - 1
550       # - 14
551       # - 60
552       layout: "plot-cpta"
553
554     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
555       output-file-name: "ip4-feature-4t4c-x520"
556       data: "plot-performance-trending"
557       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
558       parameters:
559       - "result"
560       periods:
561       - 1
562       # - 14
563       # - 60
564       layout: "plot-cpta"
565
566 # IPv4 - xl710
567
568     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
569       output-file-name: "ip4-1t1c-xl710"
570       data: "plot-performance-trending"
571       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
572       parameters:
573       - "result"
574       periods:
575       - 1
576       # - 14
577       # - 60
578       layout: "plot-cpta"
579
580     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
581       output-file-name: "ip4-2t2c-xl710"
582       data: "plot-performance-trending"
583       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
584       parameters:
585       - "result"
586       periods:
587       - 1
588       # - 14
589       # - 60
590       layout: "plot-cpta"
591
592     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
593       output-file-name: "ip4-4t4c-xl710"
594       data: "plot-performance-trending"
595       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
596       parameters:
597       - "result"
598       periods:
599       - 1
600       # - 14
601       # - 60
602       layout: "plot-cpta"
603
604 # IPv4 - x710
605
606     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
607       output-file-name: "ip4-1t1c-x710"
608       data: "plot-performance-trending"
609       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'"
610       parameters:
611       - "result"
612       periods:
613       - 1
614       # - 14
615       # - 60
616       layout: "plot-cpta"
617
618     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
619       output-file-name: "ip4-2t2c-x710"
620       data: "plot-performance-trending"
621       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'"
622       parameters:
623       - "result"
624       periods:
625       - 1
626       # - 14
627       # - 60
628       layout: "plot-cpta"
629
630     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
631       output-file-name: "ip4-4t4c-x710"
632       data: "plot-performance-trending"
633       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'"
634       parameters:
635       - "result"
636       periods:
637       - 1
638       # - 14
639       # - 60
640       layout: "plot-cpta"
641
642     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
643       output-file-name: "ip4-feature-1t1c-x710"
644       data: "plot-performance-trending"
645       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
646       parameters:
647       - "result"
648       periods:
649       - 1
650       # - 14
651       # - 60
652       layout: "plot-cpta"
653
654     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
655       output-file-name: "ip4-feature-2t2c-x710"
656       data: "plot-performance-trending"
657       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
658       parameters:
659       - "result"
660       periods:
661       - 1
662       # - 14
663       # - 60
664       layout: "plot-cpta"
665
666     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
667       output-file-name: "ip4-feature-4t4c-x710"
668       data: "plot-performance-trending"
669       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
670       parameters:
671       - "result"
672       periods:
673       - 1
674       # - 14
675       # - 60
676       layout: "plot-cpta"
677
678 # IPv4 Tunnels - x520
679
680     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
681       output-file-name: "ip4-tunnels-1t1c-x520"
682       data: "plot-performance-trending"
683       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'"
684       parameters:
685       - "result"
686       periods:
687       - 1
688       # - 14
689       # - 60
690       layout: "plot-cpta"
691
692     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
693       output-file-name: "ip4-tunnels-2t2c-x520"
694       data: "plot-performance-trending"
695       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'"
696       parameters:
697       - "result"
698       periods:
699       - 1
700       # - 14
701       # - 60
702       layout: "plot-cpta"
703
704     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
705       output-file-name: "ip4-tunnels-4t4c-x520"
706       data: "plot-performance-trending"
707       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'"
708       parameters:
709       - "result"
710       periods:
711       - 1
712       # - 14
713       # - 60
714       layout: "plot-cpta"
715
716 # IPv4 Tunnels - x710
717
718     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
719       output-file-name: "ip4-tunnels-1t1c-x710"
720       data: "plot-performance-trending"
721       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'"
722       parameters:
723       - "result"
724       periods:
725       - 1
726       # - 14
727       # - 60
728       layout: "plot-cpta"
729
730     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
731       output-file-name: "ip4-tunnels-2t2c-x710"
732       data: "plot-performance-trending"
733       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'"
734       parameters:
735       - "result"
736       periods:
737       - 1
738       # - 14
739       # - 60
740       layout: "plot-cpta"
741
742     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
743       output-file-name: "ip4-tunnels-4t4c-x710"
744       data: "plot-performance-trending"
745       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'"
746       parameters:
747       - "result"
748       periods:
749       - 1
750       # - 14
751       # - 60
752       layout: "plot-cpta"
753
754 # IPv6 - x520
755
756     - title: "VPP 1T1C IPv6 78B Packet Throughput - {period} Trending"
757       output-file-name: "ip6-1t1c-x520"
758       data: "plot-performance-trending"
759       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'"
760       parameters:
761       - "result"
762       periods:
763       - 1
764       # - 14
765       # - 60
766       layout: "plot-cpta"
767
768     - title: "VPP 2T2C IPv6 78B Packet Throughput - {period} Trending"
769       output-file-name: "ip6-2t2c-x520"
770       data: "plot-performance-trending"
771       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'"
772       parameters:
773       - "result"
774       periods:
775       - 1
776       # - 14
777       # - 60
778       layout: "plot-cpta"
779
780     - title: "VPP 4T4C IPv6 78B Packet Throughput - {period} Trending"
781       output-file-name: "ip6-4t4c-x520"
782       data: "plot-performance-trending"
783       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'"
784       parameters:
785       - "result"
786       periods:
787       - 1
788       # - 14
789       # - 60
790       layout: "plot-cpta"
791
792 # IPv6 - xl710
793
794     - title: "VPP 1T1C IPv6 78B Packet Throughput - {period} Trending"
795       output-file-name: "ip6-1t1c-xl710"
796       data: "plot-performance-trending"
797       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
798       parameters:
799       - "result"
800       periods:
801       - 1
802       # - 14
803       # - 60
804       layout: "plot-cpta"
805
806     - title: "VPP 2T2C IPv6 78B Packet Throughput - {period} Trending"
807       output-file-name: "ip6-2t2c-xl710"
808       data: "plot-performance-trending"
809       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
810       parameters:
811       - "result"
812       periods:
813       - 1
814       # - 14
815       # - 60
816       layout: "plot-cpta"
817
818     - title: "VPP 4T4C IPv6 78B Packet Throughput - {period} Trending"
819       output-file-name: "ip6-4t4c-xl710"
820       data: "plot-performance-trending"
821       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
822       parameters:
823       - "result"
824       periods:
825       - 1
826       # - 14
827       # - 60
828       layout: "plot-cpta"
829
830 # IPv6 - x710
831
832     - title: "VPP 1T1C IPv6 78B Packet Throughput - {period} Trending"
833       output-file-name: "ip6-1t1c-x710"
834       data: "plot-performance-trending"
835       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
836       parameters:
837       - "result"
838       periods:
839       - 1
840       # - 14
841       # - 60
842       layout: "plot-cpta"
843
844     - title: "VPP 2T2C IPv6 78B Packet Throughput - {period} Trending"
845       output-file-name: "ip6-2t2c-x710"
846       data: "plot-performance-trending"
847       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
848       parameters:
849       - "result"
850       periods:
851       - 1
852       # - 14
853       # - 60
854       layout: "plot-cpta"
855
856     - title: "VPP 4T4C IPv6 78B Packet Throughput - {period} Trending"
857       output-file-name: "ip6-4t4c-x710"
858       data: "plot-performance-trending"
859       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
860       parameters:
861       - "result"
862       periods:
863       - 1
864       # - 14
865       # - 60
866       layout: "plot-cpta"
867
868 # Container memif - x520, 64B
869
870     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - {period} Trending"
871       output-file-name: "container-memif-l2-1t1c-x520"
872       data: "plot-performance-trending"
873       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
874       parameters:
875       - "result"
876       periods:
877       - 1
878       # - 14
879       # - 60
880       layout: "plot-cpta"
881
882     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - {period} Trending"
883       output-file-name: "container-memif-l2-2t2c-x520"
884       data: "plot-performance-trending"
885       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
886       parameters:
887       - "result"
888       periods:
889       - 1
890       # - 14
891       # - 60
892       layout: "plot-cpta"
893
894     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - {period} Trending"
895       output-file-name: "container-memif-l2-4t4c-x520"
896       data: "plot-performance-trending"
897       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
898       parameters:
899       - "result"
900       periods:
901       - 1
902       # - 14
903       # - 60
904       layout: "plot-cpta"
905
906 # Container memif - x520, IMIX
907
908     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - {period} Trending"
909       output-file-name: "container-memif-imix-l2-1t1c-x520"
910       data: "plot-performance-trending"
911       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
912       parameters:
913       - "result"
914       periods:
915       - 1
916       # - 14
917       # - 60
918       layout: "plot-cpta"
919
920     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - {period} Trending"
921       output-file-name: "container-memif-imix-l2-2t2c-x520"
922       data: "plot-performance-trending"
923       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
924       parameters:
925       - "result"
926       periods:
927       - 1
928       # - 14
929       # - 60
930       layout: "plot-cpta"
931
932     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - {period} Trending"
933       output-file-name: "container-memif-imix-l2-4t4c-x520"
934       data: "plot-performance-trending"
935       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
936       parameters:
937       - "result"
938       periods:
939       - 1
940       # - 14
941       # - 60
942       layout: "plot-cpta"
943
944 # Container memif - xl710, 64B
945
946     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - {period} Trending"
947       output-file-name: "container-memif-l2-1t1c-xl710"
948       data: "plot-performance-trending"
949       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
950       parameters:
951       - "result"
952       periods:
953       - 1
954       # - 14
955       # - 60
956       layout: "plot-cpta"
957
958     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - {period} Trending"
959       output-file-name: "container-memif-l2-2t2c-xl710"
960       data: "plot-performance-trending"
961       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
962       parameters:
963       - "result"
964       periods:
965       - 1
966       # - 14
967       # - 60
968       layout: "plot-cpta"
969
970     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - {period} Trending"
971       output-file-name: "container-memif-l2-4t4c-xl710"
972       data: "plot-performance-trending"
973       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
974       parameters:
975       - "result"
976       periods:
977       - 1
978       # - 14
979       # - 60
980       layout: "plot-cpta"
981
982 # Container memif - xl710, IMIX
983
984     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - {period} Trending"
985       output-file-name: "container-memif-imix-l2-1t1c-xl710"
986       data: "plot-performance-trending"
987       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
988       parameters:
989       - "result"
990       periods:
991       - 1
992       # - 14
993       # - 60
994       layout: "plot-cpta"
995
996     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - {period} Trending"
997       output-file-name: "container-memif-imix-l2-2t2c-xl710"
998       data: "plot-performance-trending"
999       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1000       parameters:
1001       - "result"
1002       periods:
1003       - 1
1004       # - 14
1005       # - 60
1006       layout: "plot-cpta"
1007
1008     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - {period} Trending"
1009       output-file-name: "container-memif-imix-l2-4t4c-xl710"
1010       data: "plot-performance-trending"
1011       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1012       parameters:
1013       - "result"
1014       periods:
1015       - 1
1016       # - 14
1017       # - 60
1018       layout: "plot-cpta"
1019
1020 # Container memif - x710, 64B
1021
1022     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - {period} Trending"
1023       output-file-name: "container-memif-l2-1t1c-x710"
1024       data: "plot-performance-trending"
1025       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1026       parameters:
1027       - "result"
1028       periods:
1029       - 1
1030       # - 14
1031       # - 60
1032       layout: "plot-cpta"
1033
1034     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - {period} Trending"
1035       output-file-name: "container-memif-l2-2t2c-x710"
1036       data: "plot-performance-trending"
1037       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1038       parameters:
1039       - "result"
1040       periods:
1041       - 1
1042       # - 14
1043       # - 60
1044       layout: "plot-cpta"
1045
1046     - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - {period} Trending"
1047       output-file-name: "container-memif-l2-4t4c-x710"
1048       data: "plot-performance-trending"
1049       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1050       parameters:
1051       - "result"
1052       periods:
1053       - 1
1054       # - 14
1055       # - 60
1056       layout: "plot-cpta"
1057
1058 # Container memif - x520, IMIX
1059
1060     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - {period} Trending"
1061       output-file-name: "container-memif-imix-l2-1t1c-x710"
1062       data: "plot-performance-trending"
1063       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1064       parameters:
1065       - "result"
1066       periods:
1067       - 1
1068       # - 14
1069       # - 60
1070       layout: "plot-cpta"
1071
1072     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - {period} Trending"
1073       output-file-name: "container-memif-imix-l2-2t2c-x710"
1074       data: "plot-performance-trending"
1075       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1076       parameters:
1077       - "result"
1078       periods:
1079       - 1
1080       # - 14
1081       # - 60
1082       layout: "plot-cpta"
1083
1084     - title: "VPP 4T4C L2 Container memif IMIX Packet Throughput - {period} Trending"
1085       output-file-name: "container-memif-imix-l2-4t4c-x710"
1086       data: "plot-performance-trending"
1087       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1088       parameters:
1089       - "result"
1090       periods:
1091       - 1
1092       # - 14
1093       # - 60
1094       layout: "plot-cpta"
1095
1096 # VM vhost - x520, ethip4, 64B
1097
1098     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1099       output-file-name: "vm-vhost-ethip4-1t1c-x520"
1100       data: "plot-performance-trending"
1101       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1102       parameters:
1103       - "result"
1104       periods:
1105       - 1
1106       # - 14
1107       # - 60
1108       layout: "plot-cpta"
1109
1110     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1111       output-file-name: "vm-vhost-ethip4-2t2c-x520"
1112       data: "plot-performance-trending"
1113       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1114       parameters:
1115       - "result"
1116       periods:
1117       - 1
1118       # - 14
1119       # - 60
1120       layout: "plot-cpta"
1121
1122     - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1123       output-file-name: "vm-vhost-ethip4-4t4c-x520"
1124       data: "plot-performance-trending"
1125       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1126       parameters:
1127       - "result"
1128       periods:
1129       - 1
1130       # - 14
1131       # - 60
1132       layout: "plot-cpta"
1133
1134 # VM vhost - x520, ethip4, IMIX
1135
1136     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1137       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520"
1138       data: "plot-performance-trending"
1139       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1140       parameters:
1141       - "result"
1142       periods:
1143       - 1
1144       # - 14
1145       # - 60
1146       layout: "plot-cpta"
1147
1148     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1149       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520"
1150       data: "plot-performance-trending"
1151       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1152       parameters:
1153       - "result"
1154       periods:
1155       - 1
1156       # - 14
1157       # - 60
1158       layout: "plot-cpta"
1159
1160     - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1161       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520"
1162       data: "plot-performance-trending"
1163       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1164       parameters:
1165       - "result"
1166       periods:
1167       - 1
1168       # - 14
1169       # - 60
1170       layout: "plot-cpta"
1171
1172 # VM vhost - x520, eth, 64B
1173
1174     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending"
1175       output-file-name: "vm-vhost-eth-1t1c-x520"
1176       data: "plot-performance-trending"
1177       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1178
1179       parameters:
1180       - "result"
1181       periods:
1182       - 1
1183       # - 14
1184       # - 60
1185       layout: "plot-cpta"
1186
1187     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - {period} Trending"
1188       output-file-name: "vm-vhost-eth-2t2c-x520"
1189       data: "plot-performance-trending"
1190       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1191       parameters:
1192       - "result"
1193       periods:
1194       - 1
1195       # - 14
1196       # - 60
1197       layout: "plot-cpta"
1198
1199     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending"
1200       output-file-name: "vm-vhost-eth-4t4c-x520"
1201       data: "plot-performance-trending"
1202       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1203       parameters:
1204       - "result"
1205       periods:
1206       - 1
1207       # - 14
1208       # - 60
1209       layout: "plot-cpta"
1210
1211 # VM vhost - x520, eth, IMIX
1212
1213     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - {period} Trending"
1214       output-file-name: "vm-vhost-imix-eth-1t1c-x520"
1215       data: "plot-performance-trending"
1216       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1217
1218       parameters:
1219       - "result"
1220       periods:
1221       - 1
1222       # - 14
1223       # - 60
1224       layout: "plot-cpta"
1225
1226     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - {period} Trending"
1227       output-file-name: "vm-vhost-imix-eth-2t2c-x520"
1228       data: "plot-performance-trending"
1229       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1230       parameters:
1231       - "result"
1232       periods:
1233       - 1
1234       # - 14
1235       # - 60
1236       layout: "plot-cpta"
1237
1238     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - {period} Trending"
1239       output-file-name: "vm-vhost-imix-eth-4t4c-x520"
1240       data: "plot-performance-trending"
1241       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1242       parameters:
1243       - "result"
1244       periods:
1245       - 1
1246       # - 14
1247       # - 60
1248       layout: "plot-cpta"
1249
1250 # VM vhost - xl710, eth, 64B
1251
1252     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending"
1253       output-file-name: "vm-vhost-eth-1t1c-xl710"
1254       data: "plot-performance-trending"
1255       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1256
1257       parameters:
1258       - "result"
1259       periods:
1260       - 1
1261       # - 14
1262       # - 60
1263       layout: "plot-cpta"
1264
1265     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - {period} Trending"
1266       output-file-name: "vm-vhost-eth-2t2c-xl710"
1267       data: "plot-performance-trending"
1268       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1269       parameters:
1270       - "result"
1271       periods:
1272       - 1
1273       # - 14
1274       # - 60
1275       layout: "plot-cpta"
1276
1277     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending"
1278       output-file-name: "vm-vhost-eth-4t4c-xl710"
1279       data: "plot-performance-trending"
1280       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1281       parameters:
1282       - "result"
1283       periods:
1284       - 1
1285       # - 14
1286       # - 60
1287       layout: "plot-cpta"
1288
1289 # VM vhost - xl710, eth, IMIX
1290
1291     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - {period} Trending"
1292       output-file-name: "vm-vhost-imix-eth-1t1c-xl710"
1293       data: "plot-performance-trending"
1294       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1295
1296       parameters:
1297       - "result"
1298       periods:
1299       - 1
1300       # - 14
1301       # - 60
1302       layout: "plot-cpta"
1303
1304     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - {period} Trending"
1305       output-file-name: "vm-vhost-imix-eth-2t2c-xl710"
1306       data: "plot-performance-trending"
1307       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1308       parameters:
1309       - "result"
1310       periods:
1311       - 1
1312       # - 14
1313       # - 60
1314       layout: "plot-cpta"
1315
1316     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - {period} Trending"
1317       output-file-name: "vm-vhost-imix-eth-4t4c-xl710"
1318       data: "plot-performance-trending"
1319       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1320       parameters:
1321       - "result"
1322       periods:
1323       - 1
1324       # - 14
1325       # - 60
1326       layout: "plot-cpta"
1327
1328 # VM vhost - x710, ethip4, 64B
1329
1330     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1331       output-file-name: "vm-vhost-ethip4-1t1c-x710"
1332       data: "plot-performance-trending"
1333       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1334       parameters:
1335       - "result"
1336       periods:
1337       - 1
1338       # - 14
1339       # - 60
1340       layout: "plot-cpta"
1341
1342     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1343       output-file-name: "vm-vhost-ethip4-2t2c-x710"
1344       data: "plot-performance-trending"
1345       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1346       parameters:
1347       - "result"
1348       periods:
1349       - 1
1350       # - 14
1351       # - 60
1352       layout: "plot-cpta"
1353
1354     - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1355       output-file-name: "vm-vhost-ethip4-4t4c-x710"
1356       data: "plot-performance-trending"
1357       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1358       parameters:
1359       - "result"
1360       periods:
1361       - 1
1362       # - 14
1363       # - 60
1364       layout: "plot-cpta"
1365
1366 # VM vhost - x710, ethip4, IMIX
1367
1368     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1369       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710"
1370       data: "plot-performance-trending"
1371       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1372       parameters:
1373       - "result"
1374       periods:
1375       - 1
1376       # - 14
1377       # - 60
1378       layout: "plot-cpta"
1379
1380     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1381       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710"
1382       data: "plot-performance-trending"
1383       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1384       parameters:
1385       - "result"
1386       periods:
1387       - 1
1388       # - 14
1389       # - 60
1390       layout: "plot-cpta"
1391
1392     - title: "VPP 4T4C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1393       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710"
1394       data: "plot-performance-trending"
1395       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1396       parameters:
1397       - "result"
1398       periods:
1399       - 1
1400       # - 14
1401       # - 60
1402       layout: "plot-cpta"
1403
1404 # VM vhost - x710, eth, 64B
1405
1406     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending"
1407       output-file-name: "vm-vhost-eth-1t1c-x710"
1408       data: "plot-performance-trending"
1409       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1410
1411       parameters:
1412       - "result"
1413       periods:
1414       - 1
1415       # - 14
1416       # - 60
1417       layout: "plot-cpta"
1418
1419     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - {period} Trending"
1420       output-file-name: "vm-vhost-eth-2t2c-x710"
1421       data: "plot-performance-trending"
1422       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1423       parameters:
1424       - "result"
1425       periods:
1426       - 1
1427       # - 14
1428       # - 60
1429       layout: "plot-cpta"
1430
1431     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending"
1432       output-file-name: "vm-vhost-eth-4t4c-x710"
1433       data: "plot-performance-trending"
1434       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1435       parameters:
1436       - "result"
1437       periods:
1438       - 1
1439       # - 14
1440       # - 60
1441       layout: "plot-cpta"
1442
1443 # VM vhost - x710, eth, IMIX
1444
1445     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - {period} Trending"
1446       output-file-name: "vm-vhost-imix-eth-1t1c-x710"
1447       data: "plot-performance-trending"
1448       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1449
1450       parameters:
1451       - "result"
1452       periods:
1453       - 1
1454       # - 14
1455       # - 60
1456       layout: "plot-cpta"
1457
1458     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - {period} Trending"
1459       output-file-name: "vm-vhost-imix-eth-2t2c-x710"
1460       data: "plot-performance-trending"
1461       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1462       parameters:
1463       - "result"
1464       periods:
1465       - 1
1466       # - 14
1467       # - 60
1468       layout: "plot-cpta"
1469
1470     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - {period} Trending"
1471       output-file-name: "vm-vhost-imix-eth-4t4c-x710"
1472       data: "plot-performance-trending"
1473       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD'"
1474       parameters:
1475       - "result"
1476       periods:
1477       - 1
1478       # - 14
1479       # - 60
1480       layout: "plot-cpta"
1481
1482 # IPSec
1483
1484     - title: "VPP 1T1C IPSec 64B Packet Throughput - {period} Trending"
1485       output-file-name: "ipsec-1t1c-xl710"
1486       data: "plot-performance-trending"
1487       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1488       parameters:
1489       - "result"
1490       periods:
1491       - 1
1492       # - 14
1493       # - 60
1494       layout: "plot-cpta"
1495
1496     - title: "VPP 2T2C IPSec 64B Packet Throughput - {period} Trending"
1497       output-file-name: "ipsec-2t2c-xl710"
1498       data: "plot-performance-trending"
1499       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1500       parameters:
1501       - "result"
1502       periods:
1503       - 1
1504       # - 14
1505       # - 60
1506       layout: "plot-cpta"
1507
1508     - title: "VPP 4T4C IPSec 64B Packet Throughput - {period} Trending"
1509       output-file-name: "ipsec-4t4c-xl710"
1510       data: "plot-performance-trending"
1511       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1512       parameters:
1513       - "result"
1514       periods:
1515       - 1
1516       # - 14
1517       # - 60
1518       layout: "plot-cpta"