268b356d35501fa974baefd637033820693f346b
[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   outlier-const: 1.5
226   window: 14
227   evaluated-window: 14
228   long-trend-window: 180
229
230 -
231   type: "table"
232   title: "Performance trending dashboard"
233   algorithm: "table_performance_trending_dashboard"
234   output-file-ext: ".csv"
235   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c"
236   data: "plot-performance-trending"
237   filter: "'MRR' and '2T2C'"
238   parameters:
239   - "name"
240   - "parent"
241   - "result"
242   outlier-const: 1.5
243   window: 14
244   evaluated-window: 14
245   long-trend-window: 180
246
247 -
248   type: "table"
249   title: "Performance trending dashboard"
250   algorithm: "table_performance_trending_dashboard"
251   output-file-ext: ".csv"
252   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c"
253   data: "plot-performance-trending"
254   filter: "'MRR' and '4T4C'"
255   parameters:
256   - "name"
257   - "parent"
258   - "result"
259   outlier-const: 1.5
260   window: 14
261   evaluated-window: 14
262   long-trend-window: 180
263
264 -
265   type: "table"
266   title: "HTML performance trending dashboard 1t1c"
267   algorithm: "table_performance_trending_dashboard_html"
268   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.csv"
269   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.rst"
270
271 -
272   type: "table"
273   title: "HTML performance trending dashboard 2t2c"
274   algorithm: "table_performance_trending_dashboard_html"
275   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.csv"
276   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.rst"
277
278 -
279   type: "table"
280   title: "HTML performance trending dashboard 4t4c"
281   algorithm: "table_performance_trending_dashboard_html"
282   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.csv"
283   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.rst"
284
285
286 ################################################################################
287 ###                                 C P T A                                  ###
288 ################################################################################
289
290 # Plots VPP Continuous Performance Trending and Analysis
291 -
292   type: "cpta"
293   title: "Continuous Performance Trending and Analysis"
294   algorithm: "cpta"
295   output-file-type: ".html"
296   output-file: "{DIR[STATIC,VPP]}/cpta"
297   data: "plot-performance-trending"
298   plots:
299
300 # L2 - x520
301
302     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
303       output-file-name: "l2-1t1c-x520"
304       data: "plot-performance-trending"
305       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'"
306       parameters:
307       - "result"
308       periods:
309       - 1
310       # - 14
311       # - 60
312       layout: "plot-cpta"
313
314     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
315       output-file-name: "l2-2t2c-x520"
316       data: "plot-performance-trending"
317       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'"
318       parameters:
319       - "result"
320       periods:
321       - 1
322       # - 14
323       # - 60
324       layout: "plot-cpta"
325
326     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
327       output-file-name: "l2-4t4c-x520"
328       data: "plot-performance-trending"
329       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'"
330       parameters:
331       - "result"
332       periods:
333       - 1
334       # - 14
335       # - 60
336       layout: "plot-cpta"
337
338     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
339       output-file-name: "l2-feature-1t1c-x520"
340       data: "plot-performance-trending"
341       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'"
342       parameters:
343       - "result"
344       periods:
345       - 1
346       # - 14
347       # - 60
348       layout: "plot-cpta"
349
350     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
351       output-file-name: "l2-feature-2t2c-x520"
352       data: "plot-performance-trending"
353       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'"
354       parameters:
355       - "result"
356       periods:
357       - 1
358       # - 14
359       # - 60
360       layout: "plot-cpta"
361
362     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
363       output-file-name: "l2-feature-4t4c-x520"
364       data: "plot-performance-trending"
365       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'"
366       parameters:
367       - "result"
368       periods:
369       - 1
370       # - 14
371       # - 60
372       layout: "plot-cpta"
373
374 # L2 - xl710
375
376     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
377       output-file-name: "l2-1t1c-xl710"
378       data: "plot-performance-trending"
379       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'"
380       parameters:
381       - "result"
382       periods:
383       - 1
384       # - 14
385       # - 60
386       layout: "plot-cpta"
387
388     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
389       output-file-name: "l2-2t2c-xl710"
390       data: "plot-performance-trending"
391       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'"
392       parameters:
393       - "result"
394       periods:
395       - 1
396       # - 14
397       # - 60
398       layout: "plot-cpta"
399
400     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
401       output-file-name: "l2-4t4c-xl710"
402       data: "plot-performance-trending"
403       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'"
404       parameters:
405       - "result"
406       periods:
407       - 1
408       # - 14
409       # - 60
410       layout: "plot-cpta"
411
412 # L2 - x710
413
414     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
415       output-file-name: "l2-1t1c-x710"
416       data: "plot-performance-trending"
417       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'"
418       parameters:
419       - "result"
420       periods:
421       - 1
422       # - 14
423       # - 60
424       layout: "plot-cpta"
425
426     - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending"
427       output-file-name: "l2-2t2c-x710"
428       data: "plot-performance-trending"
429       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'"
430       parameters:
431       - "result"
432       periods:
433       - 1
434       # - 14
435       # - 60
436       layout: "plot-cpta"
437
438     - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending"
439       output-file-name: "l2-4t4c-x710"
440       data: "plot-performance-trending"
441       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'"
442       parameters:
443       - "result"
444       periods:
445       - 1
446       # - 14
447       # - 60
448       layout: "plot-cpta"
449
450     - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending"
451       output-file-name: "l2-feature-1t1c-x710"
452       data: "plot-performance-trending"
453       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' 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 2T2C L2 64B Packet Throughput - {period} Trending"
463       output-file-name: "l2-feature-2t2c-x710"
464       data: "plot-performance-trending"
465       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' 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 4T4C L2 64B Packet Throughput - {period} Trending"
475       output-file-name: "l2-feature-4t4c-x710"
476       data: "plot-performance-trending"
477       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' 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 # IPv4 - x520
487
488     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
489       output-file-name: "ip4-1t1c-x520"
490       data: "plot-performance-trending"
491       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'"
492       parameters:
493       - "result"
494       periods:
495       - 1
496       # - 14
497       # - 60
498       layout: "plot-cpta"
499
500     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
501       output-file-name: "ip4-2t2c-x520"
502       data: "plot-performance-trending"
503       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'"
504       parameters:
505       - "result"
506       periods:
507       - 1
508       # - 14
509       # - 60
510       layout: "plot-cpta"
511
512     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
513       output-file-name: "ip4-4t4c-x520"
514       data: "plot-performance-trending"
515       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'"
516       parameters:
517       - "result"
518       periods:
519       - 1
520       # - 14
521       # - 60
522       layout: "plot-cpta"
523
524     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
525       output-file-name: "ip4-feature-1t1c-x520"
526       data: "plot-performance-trending"
527       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' 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 2T2C IPv4 64B Packet Throughput - {period} Trending"
537       output-file-name: "ip4-feature-2t2c-x520"
538       data: "plot-performance-trending"
539       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' 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 4T4C IPv4 64B Packet Throughput - {period} Trending"
549       output-file-name: "ip4-feature-4t4c-x520"
550       data: "plot-performance-trending"
551       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' 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 # IPv4 - xl710
561
562     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
563       output-file-name: "ip4-1t1c-xl710"
564       data: "plot-performance-trending"
565       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'"
566       parameters:
567       - "result"
568       periods:
569       - 1
570       # - 14
571       # - 60
572       layout: "plot-cpta"
573
574     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
575       output-file-name: "ip4-2t2c-xl710"
576       data: "plot-performance-trending"
577       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' 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 4T4C IPv4 64B Packet Throughput - {period} Trending"
587       output-file-name: "ip4-4t4c-xl710"
588       data: "plot-performance-trending"
589       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' 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 # IPv4 - x710
599
600     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
601       output-file-name: "ip4-1t1c-x710"
602       data: "plot-performance-trending"
603       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'"
604       parameters:
605       - "result"
606       periods:
607       - 1
608       # - 14
609       # - 60
610       layout: "plot-cpta"
611
612     - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending"
613       output-file-name: "ip4-2t2c-x710"
614       data: "plot-performance-trending"
615       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'"
616       parameters:
617       - "result"
618       periods:
619       - 1
620       # - 14
621       # - 60
622       layout: "plot-cpta"
623
624     - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending"
625       output-file-name: "ip4-4t4c-x710"
626       data: "plot-performance-trending"
627       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'"
628       parameters:
629       - "result"
630       periods:
631       - 1
632       # - 14
633       # - 60
634       layout: "plot-cpta"
635
636     - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending"
637       output-file-name: "ip4-feature-1t1c-x710"
638       data: "plot-performance-trending"
639       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '1T1C' 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 2T2C IPv4 64B Packet Throughput - {period} Trending"
649       output-file-name: "ip4-feature-2t2c-x710"
650       data: "plot-performance-trending"
651       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '2T2C' 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 4T4C IPv4 64B Packet Throughput - {period} Trending"
661       output-file-name: "ip4-feature-4t4c-x710"
662       data: "plot-performance-trending"
663       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'FEATURE' and '4T4C' 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 # IPv4 Tunnels - x520
673
674     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
675       output-file-name: "ip4-tunnels-1t1c-x520"
676       data: "plot-performance-trending"
677       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'"
678       parameters:
679       - "result"
680       periods:
681       - 1
682       # - 14
683       # - 60
684       layout: "plot-cpta"
685
686     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
687       output-file-name: "ip4-tunnels-2t2c-x520"
688       data: "plot-performance-trending"
689       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'"
690       parameters:
691       - "result"
692       periods:
693       - 1
694       # - 14
695       # - 60
696       layout: "plot-cpta"
697
698     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
699       output-file-name: "ip4-tunnels-4t4c-x520"
700       data: "plot-performance-trending"
701       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'"
702       parameters:
703       - "result"
704       periods:
705       - 1
706       # - 14
707       # - 60
708       layout: "plot-cpta"
709
710 # IPv4 Tunnels - x710
711
712     - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
713       output-file-name: "ip4-tunnels-1t1c-x710"
714       data: "plot-performance-trending"
715       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'"
716       parameters:
717       - "result"
718       periods:
719       - 1
720       # - 14
721       # - 60
722       layout: "plot-cpta"
723
724     - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
725       output-file-name: "ip4-tunnels-2t2c-x710"
726       data: "plot-performance-trending"
727       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'"
728       parameters:
729       - "result"
730       periods:
731       - 1
732       # - 14
733       # - 60
734       layout: "plot-cpta"
735
736     - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - {period} Trending"
737       output-file-name: "ip4-tunnels-4t4c-x710"
738       data: "plot-performance-trending"
739       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'"
740       parameters:
741       - "result"
742       periods:
743       - 1
744       # - 14
745       # - 60
746       layout: "plot-cpta"
747
748 # IPv6 - x520
749
750     - title: "VPP 1T1C IPv6 78B Packet Throughput - {period} Trending"
751       output-file-name: "ip6-1t1c-x520"
752       data: "plot-performance-trending"
753       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'"
754       parameters:
755       - "result"
756       periods:
757       - 1
758       # - 14
759       # - 60
760       layout: "plot-cpta"
761
762     - title: "VPP 2T2C IPv6 78B Packet Throughput - {period} Trending"
763       output-file-name: "ip6-2t2c-x520"
764       data: "plot-performance-trending"
765       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'"
766       parameters:
767       - "result"
768       periods:
769       - 1
770       # - 14
771       # - 60
772       layout: "plot-cpta"
773
774     - title: "VPP 4T4C IPv6 78B Packet Throughput - {period} Trending"
775       output-file-name: "ip6-4t4c-x520"
776       data: "plot-performance-trending"
777       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'"
778       parameters:
779       - "result"
780       periods:
781       - 1
782       # - 14
783       # - 60
784       layout: "plot-cpta"
785
786 # IPv6 - xl710
787
788     - title: "VPP 1T1C IPv6 78B Packet Throughput - {period} Trending"
789       output-file-name: "ip6-1t1c-xl710"
790       data: "plot-performance-trending"
791       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
792       parameters:
793       - "result"
794       periods:
795       - 1
796       # - 14
797       # - 60
798       layout: "plot-cpta"
799
800     - title: "VPP 2T2C IPv6 78B Packet Throughput - {period} Trending"
801       output-file-name: "ip6-2t2c-xl710"
802       data: "plot-performance-trending"
803       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' 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 4T4C IPv6 78B Packet Throughput - {period} Trending"
813       output-file-name: "ip6-4t4c-xl710"
814       data: "plot-performance-trending"
815       filter: "'NIC_Intel-XL710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' 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 # IPv6 - x710
825
826     - title: "VPP 1T1C IPv6 78B Packet Throughput - {period} Trending"
827       output-file-name: "ip6-1t1c-x710"
828       data: "plot-performance-trending"
829       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP6FWD' and not 'IPSEC' and not 'VHOST'"
830       parameters:
831       - "result"
832       periods:
833       - 1
834       # - 14
835       # - 60
836       layout: "plot-cpta"
837
838     - title: "VPP 2T2C IPv6 78B Packet Throughput - {period} Trending"
839       output-file-name: "ip6-2t2c-x710"
840       data: "plot-performance-trending"
841       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' 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 4T4C IPv6 78B Packet Throughput - {period} Trending"
851       output-file-name: "ip6-4t4c-x710"
852       data: "plot-performance-trending"
853       filter: "'NIC_Intel-X710' and 'MRR' and '78B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' 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 # Container memif - x520, 64B
863
864     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - {period} Trending"
865       output-file-name: "container-memif-l2-1t1c-x520"
866       data: "plot-performance-trending"
867       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
868       parameters:
869       - "result"
870       periods:
871       - 1
872       # - 14
873       # - 60
874       layout: "plot-cpta"
875
876     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - {period} Trending"
877       output-file-name: "container-memif-l2-2t2c-x520"
878       data: "plot-performance-trending"
879       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '2T2C' 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 4T4C L2 Container memif 64B Packet Throughput - {period} Trending"
889       output-file-name: "container-memif-l2-4t4c-x520"
890       data: "plot-performance-trending"
891       filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' 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 # Container memif - x520, IMIX
901
902     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - {period} Trending"
903       output-file-name: "container-memif-imix-l2-1t1c-x520"
904       data: "plot-performance-trending"
905       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
906       parameters:
907       - "result"
908       periods:
909       - 1
910       # - 14
911       # - 60
912       layout: "plot-cpta"
913
914     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - {period} Trending"
915       output-file-name: "container-memif-imix-l2-2t2c-x520"
916       data: "plot-performance-trending"
917       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' 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 4T4C L2 Container memif IMIX Packet Throughput - {period} Trending"
927       output-file-name: "container-memif-imix-l2-4t4c-x520"
928       data: "plot-performance-trending"
929       filter: "'NIC_Intel-X520-DA2' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' 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 # Container memif - xl710, 64B
939
940     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - {period} Trending"
941       output-file-name: "container-memif-l2-1t1c-xl710"
942       data: "plot-performance-trending"
943       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
944       parameters:
945       - "result"
946       periods:
947       - 1
948       # - 14
949       # - 60
950       layout: "plot-cpta"
951
952     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - {period} Trending"
953       output-file-name: "container-memif-l2-2t2c-xl710"
954       data: "plot-performance-trending"
955       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '2T2C' 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 4T4C L2 Container memif 64B Packet Throughput - {period} Trending"
965       output-file-name: "container-memif-l2-4t4c-xl710"
966       data: "plot-performance-trending"
967       filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' 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 # Container memif - xl710, IMIX
977
978     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - {period} Trending"
979       output-file-name: "container-memif-imix-l2-1t1c-xl710"
980       data: "plot-performance-trending"
981       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
982       parameters:
983       - "result"
984       periods:
985       - 1
986       # - 14
987       # - 60
988       layout: "plot-cpta"
989
990     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - {period} Trending"
991       output-file-name: "container-memif-imix-l2-2t2c-xl710"
992       data: "plot-performance-trending"
993       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' 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 4T4C L2 Container memif IMIX Packet Throughput - {period} Trending"
1003       output-file-name: "container-memif-imix-l2-4t4c-xl710"
1004       data: "plot-performance-trending"
1005       filter: "'NIC_Intel-XL710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' 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 # Container memif - x710, 64B
1015
1016     - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - {period} Trending"
1017       output-file-name: "container-memif-l2-1t1c-x710"
1018       data: "plot-performance-trending"
1019       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1020       parameters:
1021       - "result"
1022       periods:
1023       - 1
1024       # - 14
1025       # - 60
1026       layout: "plot-cpta"
1027
1028     - title: "VPP 2T2C L2 Container memif 64B Packet Throughput - {period} Trending"
1029       output-file-name: "container-memif-l2-2t2c-x710"
1030       data: "plot-performance-trending"
1031       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '2T2C' 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 4T4C L2 Container memif 64B Packet Throughput - {period} Trending"
1041       output-file-name: "container-memif-l2-4t4c-x710"
1042       data: "plot-performance-trending"
1043       filter: "'NIC_Intel-X710' and 'MRR' and '64B' and 'BASE' and '4T4C' 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 # Container memif - x520, IMIX
1053
1054     - title: "VPP 1T1C L2 Container memif IMIX Packet Throughput - {period} Trending"
1055       output-file-name: "container-memif-imix-l2-1t1c-x710"
1056       data: "plot-performance-trending"
1057       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
1058       parameters:
1059       - "result"
1060       periods:
1061       - 1
1062       # - 14
1063       # - 60
1064       layout: "plot-cpta"
1065
1066     - title: "VPP 2T2C L2 Container memif IMIX Packet Throughput - {period} Trending"
1067       output-file-name: "container-memif-imix-l2-2t2c-x710"
1068       data: "plot-performance-trending"
1069       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '2T2C' 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 4T4C L2 Container memif IMIX Packet Throughput - {period} Trending"
1079       output-file-name: "container-memif-imix-l2-4t4c-x710"
1080       data: "plot-performance-trending"
1081       filter: "'NIC_Intel-X710' and 'MRR' and 'IMIX' and 'BASE' and '4T4C' 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 # VM vhost - x520, ethip4, 64B
1091
1092     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1093       output-file-name: "vm-vhost-ethip4-1t1c-x520"
1094       data: "plot-performance-trending"
1095       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1096       parameters:
1097       - "result"
1098       periods:
1099       - 1
1100       # - 14
1101       # - 60
1102       layout: "plot-cpta"
1103
1104     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1105       output-file-name: "vm-vhost-ethip4-2t2c-x520"
1106       data: "plot-performance-trending"
1107       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '2T2C' 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 4T4C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1117       output-file-name: "vm-vhost-ethip4-4t4c-x520"
1118       data: "plot-performance-trending"
1119       filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' 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 # VM vhost - x520, ethip4, IMIX
1129
1130     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1131       output-file-name: "vm-vhost-imix-ethip4-1t1c-x520"
1132       data: "plot-performance-trending"
1133       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1134       parameters:
1135       - "result"
1136       periods:
1137       - 1
1138       # - 14
1139       # - 60
1140       layout: "plot-cpta"
1141
1142     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1143       output-file-name: "vm-vhost-imix-ethip4-2t2c-x520"
1144       data: "plot-performance-trending"
1145       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' 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 4T4C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1155       output-file-name: "vm-vhost-imix-ethip4-4t4c-x520"
1156       data: "plot-performance-trending"
1157       filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' 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 # VM vhost - x520, eth, 64B
1167
1168     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending"
1169       output-file-name: "vm-vhost-eth-1t1c-x520"
1170       data: "plot-performance-trending"
1171       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'"
1172
1173       parameters:
1174       - "result"
1175       periods:
1176       - 1
1177       # - 14
1178       # - 60
1179       layout: "plot-cpta"
1180
1181     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - {period} Trending"
1182       output-file-name: "vm-vhost-eth-2t2c-x520"
1183       data: "plot-performance-trending"
1184       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'"
1185       parameters:
1186       - "result"
1187       periods:
1188       - 1
1189       # - 14
1190       # - 60
1191       layout: "plot-cpta"
1192
1193     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending"
1194       output-file-name: "vm-vhost-eth-4t4c-x520"
1195       data: "plot-performance-trending"
1196       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'"
1197       parameters:
1198       - "result"
1199       periods:
1200       - 1
1201       # - 14
1202       # - 60
1203       layout: "plot-cpta"
1204
1205 # VM vhost - x520, eth, IMIX
1206
1207     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - {period} Trending"
1208       output-file-name: "vm-vhost-imix-eth-1t1c-x520"
1209       data: "plot-performance-trending"
1210       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'"
1211
1212       parameters:
1213       - "result"
1214       periods:
1215       - 1
1216       # - 14
1217       # - 60
1218       layout: "plot-cpta"
1219
1220     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - {period} Trending"
1221       output-file-name: "vm-vhost-imix-eth-2t2c-x520"
1222       data: "plot-performance-trending"
1223       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'"
1224       parameters:
1225       - "result"
1226       periods:
1227       - 1
1228       # - 14
1229       # - 60
1230       layout: "plot-cpta"
1231
1232     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - {period} Trending"
1233       output-file-name: "vm-vhost-imix-eth-4t4c-x520"
1234       data: "plot-performance-trending"
1235       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'"
1236       parameters:
1237       - "result"
1238       periods:
1239       - 1
1240       # - 14
1241       # - 60
1242       layout: "plot-cpta"
1243
1244 # VM vhost - xl710, eth, 64B
1245
1246     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending"
1247       output-file-name: "vm-vhost-eth-1t1c-xl710"
1248       data: "plot-performance-trending"
1249       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1250
1251       parameters:
1252       - "result"
1253       periods:
1254       - 1
1255       # - 14
1256       # - 60
1257       layout: "plot-cpta"
1258
1259     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - {period} Trending"
1260       output-file-name: "vm-vhost-eth-2t2c-xl710"
1261       data: "plot-performance-trending"
1262       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1263       parameters:
1264       - "result"
1265       periods:
1266       - 1
1267       # - 14
1268       # - 60
1269       layout: "plot-cpta"
1270
1271     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending"
1272       output-file-name: "vm-vhost-eth-4t4c-xl710"
1273       data: "plot-performance-trending"
1274       filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' 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 # VM vhost - xl710, eth, IMIX
1284
1285     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - {period} Trending"
1286       output-file-name: "vm-vhost-imix-eth-1t1c-xl710"
1287       data: "plot-performance-trending"
1288       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1289
1290       parameters:
1291       - "result"
1292       periods:
1293       - 1
1294       # - 14
1295       # - 60
1296       layout: "plot-cpta"
1297
1298     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - {period} Trending"
1299       output-file-name: "vm-vhost-imix-eth-2t2c-xl710"
1300       data: "plot-performance-trending"
1301       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1302       parameters:
1303       - "result"
1304       periods:
1305       - 1
1306       # - 14
1307       # - 60
1308       layout: "plot-cpta"
1309
1310     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - {period} Trending"
1311       output-file-name: "vm-vhost-imix-eth-4t4c-xl710"
1312       data: "plot-performance-trending"
1313       filter: "'NIC_Intel-XL710' and 'IMIX' and 'MRR' and '4T4C' 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 # VM vhost - x710, ethip4, 64B
1323
1324     - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1325       output-file-name: "vm-vhost-ethip4-1t1c-x710"
1326       data: "plot-performance-trending"
1327       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1328       parameters:
1329       - "result"
1330       periods:
1331       - 1
1332       # - 14
1333       # - 60
1334       layout: "plot-cpta"
1335
1336     - title: "VPP 2T2C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1337       output-file-name: "vm-vhost-ethip4-2t2c-x710"
1338       data: "plot-performance-trending"
1339       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' 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 4T4C VM vhost ethip4 64B Packet Throughput - {period} Trending"
1349       output-file-name: "vm-vhost-ethip4-4t4c-x710"
1350       data: "plot-performance-trending"
1351       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' 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 # VM vhost - x710, ethip4, IMIX
1361
1362     - title: "VPP 1T1C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1363       output-file-name: "vm-vhost-imix-ethip4-1t1c-x710"
1364       data: "plot-performance-trending"
1365       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
1366       parameters:
1367       - "result"
1368       periods:
1369       - 1
1370       # - 14
1371       # - 60
1372       layout: "plot-cpta"
1373
1374     - title: "VPP 2T2C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1375       output-file-name: "vm-vhost-imix-ethip4-2t2c-x710"
1376       data: "plot-performance-trending"
1377       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' 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 4T4C VM vhost ethip4 IMIX Packet Throughput - {period} Trending"
1387       output-file-name: "vm-vhost-imix-ethip4-4t4c-x710"
1388       data: "plot-performance-trending"
1389       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' 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 # VM vhost - x710, eth, 64B
1399
1400     - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending"
1401       output-file-name: "vm-vhost-eth-1t1c-x710"
1402       data: "plot-performance-trending"
1403       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1404
1405       parameters:
1406       - "result"
1407       periods:
1408       - 1
1409       # - 14
1410       # - 60
1411       layout: "plot-cpta"
1412
1413     - title: "VPP 2T2C VM vhost eth 64B Packet Throughput - {period} Trending"
1414       output-file-name: "vm-vhost-eth-2t2c-x710"
1415       data: "plot-performance-trending"
1416       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1417       parameters:
1418       - "result"
1419       periods:
1420       - 1
1421       # - 14
1422       # - 60
1423       layout: "plot-cpta"
1424
1425     - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending"
1426       output-file-name: "vm-vhost-eth-4t4c-x710"
1427       data: "plot-performance-trending"
1428       filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' 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 # VM vhost - x710, eth, IMIX
1438
1439     - title: "VPP 1T1C VM vhost eth IMIX Packet Throughput - {period} Trending"
1440       output-file-name: "vm-vhost-imix-eth-1t1c-x710"
1441       data: "plot-performance-trending"
1442       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1443
1444       parameters:
1445       - "result"
1446       periods:
1447       - 1
1448       # - 14
1449       # - 60
1450       layout: "plot-cpta"
1451
1452     - title: "VPP 2T2C VM vhost eth IMIX Packet Throughput - {period} Trending"
1453       output-file-name: "vm-vhost-imix-eth-2t2c-x710"
1454       data: "plot-performance-trending"
1455       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'"
1456       parameters:
1457       - "result"
1458       periods:
1459       - 1
1460       # - 14
1461       # - 60
1462       layout: "plot-cpta"
1463
1464     - title: "VPP 4T4C VM vhost eth IMIX Packet Throughput - {period} Trending"
1465       output-file-name: "vm-vhost-imix-eth-4t4c-x710"
1466       data: "plot-performance-trending"
1467       filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' 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 # IPSec
1477
1478     - title: "VPP 1T1C IPSec 64B Packet Throughput - {period} Trending"
1479       output-file-name: "ipsec-1t1c-xl710"
1480       data: "plot-performance-trending"
1481       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'"
1482       parameters:
1483       - "result"
1484       periods:
1485       - 1
1486       # - 14
1487       # - 60
1488       layout: "plot-cpta"
1489
1490     - title: "VPP 2T2C IPSec 64B Packet Throughput - {period} Trending"
1491       output-file-name: "ipsec-2t2c-xl710"
1492       data: "plot-performance-trending"
1493       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' 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 4T4C IPSec 64B Packet Throughput - {period} Trending"
1503       output-file-name: "ipsec-4t4c-xl710"
1504       data: "plot-performance-trending"
1505       filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' 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"