aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/specification.yaml
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-01-15 11:55:43 +0100
committerTibor Frank <tifrank@cisco.com>2019-01-21 15:31:52 +0100
commit7f83ed570d3cd7ec18f2a7ea3c8c3badd0368099 (patch)
treed1ee271c039056b462d60de1a56186559134370e /resources/tools/presentation/specification.yaml
parent339d55392405b435fea92f62c3372b7940c46515 (diff)
CSIT-1397: Create Heatmap graphs
- Heatmap is used Change-Id: I33a8619ea4a346bde92d85da0bbb63f3d916cbc5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specification.yaml')
-rw-r--r--resources/tools/presentation/specification.yaml58
1 files changed, 58 insertions, 0 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index 832f54d574..8dc4df7a84 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -126,6 +126,11 @@
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:
@@ -805,6 +810,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
@@ -5302,6 +5335,31 @@
title: "example-30min-bars"
layout: "plot-soak-throughput"
+# Heatmap - example
+-
+ type: "plot"
+ title: "Service Density: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
+ 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
+ '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'"
+ parameters:
+ - "throughput"
+ - "parent"
+ - "tags"
+ layout:
+ title: "<b>Network Service Density Matrix: Packet Throughput View</b>"
+ layout: "plot-service-density"
+
################################################################################
# Plots VPP HTTP Server Performance
-