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