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