X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fspecification.yaml;h=96e8dc3c2de4094c910136ff7eef66833c09f3f0;hp=832f54d5745ed40d05a6ba322045dc8f93759e32;hb=3532ea7e201971b463e6d72ae799a7871c5b3c9f;hpb=339d55392405b435fea92f62c3372b7940c46515 diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 832f54d574..96e8dc3c2d 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -492,6 +492,16 @@ csit-vpp-perf-verify-master-2n-skx: - 207 # SOAK sel + plot-vpp-vsc-2n-skx: + csit-vpp-perf-verify-master-2n-skx: + - 234 + + plot-vpp-csc-2n-skx: + csit-vpp-perf-verify-master-2n-skx: + - 226 + - 231 + - 233 + plot-vpp-throughput-latency-3n-skx: csit-vpp-perf-verify-1810-3n-skx: - 24 # NDRPDR full @@ -805,6 +815,34 @@ width: 700 height: 900 + plot-service-density: + titlefont: + size: 18 + xaxis: + side: "top" + autorange: True + fixedrange: False + showgrid: False + showline: False + showticklabels: False + ticks: "" + ticklen: 0 + tickwidth: 0 + zeroline: False + yaxis: + autorange: "reversed" + showgrid: False + showline: False + showticklabels: False + ticks: "" + ticklen: 0 + tickwidth: 0 + zeroline: False + autosize: True + showlegend: False + width: 700 + height: 700 + plot-cps: titlefont: size: 18 @@ -1284,6 +1322,10 @@ - 27 # NDRPDR sel csit-vpp-perf-verify-master-2n-skx: - 207 # SOAK sel + - 234 # VSC + - 226 # CSC + - 231 # CSC + - 233 # CSC csit-vpp-perf-check-1804: - 5 # mrr - full - 6 # mrr - sel @@ -5302,6 +5344,53 @@ title: "example-30min-bars" layout: "plot-soak-throughput" +# Heatmap - example +- + type: "plot" + title: "Service Density: l2sw-2n-skx-x710-64b-2t1c-base-vsc-mrr" + algorithm: "plot_service_density_heatmap" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base-vsc-mrr" + data: "plot-vpp-vsc-2n-skx" + filter: "'NIC_Intel-X710' and + 'NF_DENSITY' and + 'VM' and + 'CHAIN' and + '64B' and + '2T1C' and + 'MRR'" + parameters: + - "result" + - "name" + - "tags" + include-tests: "MRR" # "PDR" | "NDR" | "MRR" + layout: + title: "Network Service Density Matrix: Packet Throughput View" + layout: "plot-service-density" + +- + type: "plot" + title: "Service Density: l2sw-2n-skx-x710-64b-2t1c-base-csc-mrr" + algorithm: "plot_service_density_heatmap" + output-file-type: ".html" + output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base-csc-mrr" + data: "plot-vpp-csc-2n-skx" + filter: "'NIC_Intel-X710' and + 'NF_DENSITY' and + 'DOCKER' and + 'CHAIN' and + '64B' and + '2T1C' and + 'MRR'" + parameters: + - "result" + - "name" + - "tags" + include-tests: "MRR" # "PDR" | "NDR" | "MRR" + layout: + title: "Network Service Density Matrix: Packet Throughput View" + layout: "plot-service-density" + ################################################################################ # Plots VPP HTTP Server Performance -