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