aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/specification.yaml
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-01-22 11:24:01 +0100
committerTibor Frank <tifrank@cisco.com>2019-01-22 12:02:27 +0000
commitf9e4f3da37eb6e20ecb21fce3f36a90f6377ba1f (patch)
tree36c512d1abf7aa033168d839163dc4bd6921441d /resources/tools/presentation/specification.yaml
parent5085be3c18a5ee96f10ed14f7b48eb9a958b65dc (diff)
CSIT-1404: Add data pre-processing for "service density" graphs
Change-Id: Icd5709cd627999bc3ecc101abffb2ace3afdb246 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4434a78fce29d19044b29f60af1882c0fa850128)
Diffstat (limited to 'resources/tools/presentation/specification.yaml')
-rw-r--r--resources/tools/presentation/specification.yaml39
1 files changed, 22 insertions, 17 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index 8dc4df7a84..3b76065d36 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -126,11 +126,6 @@
data-sets:
- # Example
- plot-vpp-service-density-3n-hsw:
- csit-vpp-perf-verify-1810-3n-hsw:
- - 28
-
# Denverton:
intel-dnv-vpp:
intel-dnv-vpp-release-1810:
@@ -497,6 +492,13 @@
csit-vpp-perf-verify-master-2n-skx:
- 207 # SOAK sel
+ plot-vpp-service-density-2n-skx:
+ csit-vpp-perf-verify-master-2n-skx:
+ - 215
+ - 216
+ - 219
+ - 221
+ - 222
plot-vpp-throughput-latency-3n-skx:
csit-vpp-perf-verify-1810-3n-skx:
- 24 # NDRPDR full
@@ -1317,6 +1319,11 @@
- 27 # NDRPDR sel
csit-vpp-perf-verify-master-2n-skx:
- 207 # SOAK sel
+ - 215 # SD
+ - 216 # SD
+ - 219 # SD
+ - 221 # SD
+ - 222 # SD
csit-vpp-perf-check-1804:
- 5 # mrr - full
- 6 # mrr - sel
@@ -5338,24 +5345,22 @@
# Heatmap - example
-
type: "plot"
- title: "Service Density: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
+ title: "Service Density: l2sw-2n-skx-x710-64b-2t1c-base-sd-mrr"
algorithm: "plot_service_density_heatmap"
output-file-type: ".html"
- output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-sd-ndr"
- data: "plot-vpp-service-density-3n-hsw"
- filter: "'NIC_Intel-X520-DA2' and
+ output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base-sd-mrr"
+ data: "plot-vpp-service-density-2n-skx"
+ filter: "'NIC_Intel-X710' and
+ 'SERVICE_DENSITY' and
'64B' and
- ('BASE' or 'SCALE') and
- 'NDRPDR' and
- 'ETH' and
- '1T1C' and
- ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
- not 'VHOST' and
- not 'MEMIF'"
+ '2T1C' and
+ 'MRR'"
parameters:
- - "throughput"
+ - "result"
+ - "name"
- "parent"
- "tags"
+ include-tests: "MRR" # "PDR" | "NDR" | "MRR"
layout:
title: "<b>Network Service Density Matrix: Packet Throughput View</b>"
layout: "plot-service-density"