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