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