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