aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/specification.yaml
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-01-14 13:31:45 +0100
committerTibor Frank <tifrank@cisco.com>2019-01-21 15:25:12 +0000
commit84d75908f4a91d0b16d968bffc704aecab6e571a (patch)
treea6af732309c212a90fd7c1f650cf8024e2a91eaa /resources/tools/presentation/specification.yaml
parentd08620dcfdc0c495fa24a7f897648d2f0f0c6d4a (diff)
Bar graph for Soak tests results
CSIT-1401: Create bar graph for Soak tests results CSIT-1405: Add data pre-processing for "soak tests" graphs Change-Id: I158c54e713cb904eb1780190153413929c7bab6d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 339d55392405b435fea92f62c3372b7940c46515)
Diffstat (limited to 'resources/tools/presentation/specification.yaml')
-rw-r--r--resources/tools/presentation/specification.yaml103
1 files changed, 103 insertions, 0 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index bd16e165c5..832f54d574 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -488,6 +488,10 @@
- 41 # NDRPDR sel
- 42 # NDRPDR sel
+ plot-vpp-soak-2n-skx:
+ csit-vpp-perf-verify-master-2n-skx:
+ - 207 # SOAK sel
+
plot-vpp-throughput-latency-3n-skx:
csit-vpp-perf-verify-1810-3n-skx:
- 24 # NDRPDR full
@@ -750,6 +754,57 @@
plot-layouts:
+ plot-soak-throughput:
+ titlefont:
+ size: 18
+ xaxis:
+ title: "<b>Test Cases [Index]</b>"
+ titlefont:
+ size: 16
+ autorange: True
+ fixedrange: False
+ gridcolor: "rgb(230, 230, 230)"
+ linecolor: "rgb(220, 220, 220)"
+ linewidth: 1
+ showgrid: True
+ showline: True
+ showticklabels: True
+ tickcolor: "rgb(220, 220, 220)"
+ tickmode: "linear"
+ tickfont:
+ size: 16
+ zeroline: False
+ yaxis:
+ title: "<b>Packet Throughput [Mpps]</b>"
+ titlefont:
+ size: 16
+ gridcolor: "rgb(230, 230, 230)"
+ hoverformat: ".4s"
+ tickformat: ".3s"
+ linecolor: "rgb(220, 220, 220)"
+ linewidth: 1
+ showgrid: True
+ showline: True
+ showticklabels: True
+ tickcolor: "rgb(220, 220, 220)"
+ tickfont:
+ size: 16
+ zeroline: False
+ range: [0,50]
+ autosize: False
+ margin:
+ t: 50
+ b: 0
+ l: 80
+ r: 20
+ showlegend: True
+ legend:
+ orientation: "h"
+ font:
+ size: 16
+ width: 700
+ height: 900
+
plot-cps:
titlefont:
size: 18
@@ -1227,6 +1282,8 @@
- 23 # NDRPDR sel
- 24 # NDRPDR sel
- 27 # NDRPDR sel
+ csit-vpp-perf-verify-master-2n-skx:
+ - 207 # SOAK sel
csit-vpp-perf-check-1804:
- 5 # mrr - full
- 6 # mrr - sel
@@ -5199,6 +5256,52 @@
### P L O T S ###
################################################################################
+# Soak test - example
+-
+ type: "plot"
+ title: "VPP Throughput Soak: Example"
+ algorithm: "plot_soak_boxes"
+ output-file-type: ".html"
+ output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
+ data: "plot-vpp-soak-2n-skx"
+ filter: "'SOAK'"
+ parameters:
+ - "throughput"
+ - "parent"
+ - "tags"
+ sort:
+ - "L2PATCH"
+ - "L2XCBASE"
+ - "L2BDMACLRN"
+ - "IP4FWD"
+ - "IP6FWD"
+ layout:
+ title: "example-30min-boxes"
+ layout: "plot-soak-throughput"
+
+# Soak test - example
+-
+ type: "plot"
+ title: "VPP Throughput Soak: Example"
+ algorithm: "plot_soak_bars"
+ output-file-type: ".html"
+ output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
+ data: "plot-vpp-soak-2n-skx"
+ filter: "'SOAK'"
+ parameters:
+ - "throughput"
+ - "parent"
+ - "tags"
+ sort:
+ - "L2PATCH"
+ - "L2XCBASE"
+ - "L2BDMACLRN"
+ - "IP4FWD"
+ - "IP6FWD"
+ layout:
+ title: "example-30min-bars"
+ layout: "plot-soak-throughput"
+
################################################################################
# Plots VPP HTTP Server Performance
-