aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-03-03 20:53:44 +0100
committerTibor Frank <tifrank@cisco.com>2020-03-04 09:08:04 +0000
commit22ab6f753ae8e966ca05736aa8001e7550d0547f (patch)
tree4d65bd9fd3e2d833fa8df278e8beac559abbea39 /resources
parent7974d710f38dd75ecb2550b365c674bd4cd8246e (diff)
Report: Add TCP/IP tests
- 2n-clx Change-Id: I5c045d539028e5f6b93799b7d59fdc203968730f Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit fd3d18c8b7c6ed1f0f97a634c073fc408c03435e)
Diffstat (limited to 'resources')
-rw-r--r--resources/tools/presentation/specification.yaml109
1 files changed, 61 insertions, 48 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index 43432598e8..3cfd238424 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -325,12 +325,17 @@
- 21 # NDRPDR sel
plot-vpp-http-server-performance:
- # TODO: Replace:
- # csit-vpp-perf-verify-2001-2n-skx:
- csit-vpp-perf-verify-1908-2n-skx:
- - 29 # TCP
- - 30 # TCP
- - 58 # TCP
+ csit-vpp-perf-verify-2001-2n-clx:
+ - 80 # TCP
+ - 82 # TCP
+ - 83 # TCP
+ - 85 # TCP
+ - 86 # TCP
+ - 87 # TCP
+ - 88 # TCP
+ - 89 # TCP
+ - 90 # TCP
+ - 91 # TCP
plot-vpp-soak-2n-skx:
# TODO: Replace the data
@@ -2371,6 +2376,16 @@
- 75 # Reconf
- 76 # Reconf
- 77 # Reconf
+ - 80 # TCP
+ - 82 # TCP
+ - 83 # TCP
+ - 85 # TCP
+ - 86 # TCP
+ - 87 # TCP
+ - 88 # TCP
+ - 89 # TCP
+ - 90 # TCP
+ - 91 # TCP
csit-vpp-perf-verify-1908-3n-tsh:
- 7 # NDRPDR sel
@@ -6033,48 +6048,46 @@
title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
layout: "plot-hoststack"
-## Plots VPP HTTP Server Performance
-#- type: "plot"
-# title: "VPP HTTP Server Performance"
-# algorithm: "plot_http_server_perf_box"
-# output-file-type: ".html"
-# output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
-# data:
-# "plot-vpp-http-server-performance"
-# # Keep this formatting, the filter is enclosed with " (quotation mark) and
-# # each tag is enclosed with ' (apostrophe).
-# filter: "'HTTP' and 'TCP_CPS'"
-# parameters:
-# - "result"
-# - "name"
-# traces:
-# hoverinfo: "y+name"
-# boxpoints: "outliers"
-# whiskerwidth: 0
-# layout:
-# title: "VPP HTTP Server Performance"
-# layout:
-# "plot-cps"
-#
-#- type: "plot"
-# title: "VPP HTTP Server Performance"
-# algorithm: "plot_http_server_perf_box"
-# output-file-type: ".html"
-# output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
-# data:
-# "plot-vpp-http-server-performance"
-# filter: "'HTTP' and 'TCP_RPS'"
-# parameters:
-# - "result"
-# - "name"
-# traces:
-# hoverinfo: "y+name"
-# boxpoints: "outliers"
-# whiskerwidth: 0
-# layout:
-# title: "VPP HTTP Server Performance"
-# layout:
-# "plot-rps"
+# Plots VPP HTTP Server Performance
+- type: "plot"
+ title: "VPP HTTP Server Performance"
+ algorithm: "plot_http_server_perf_box"
+ output-file-type: ".html"
+ output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
+ data:
+ "plot-vpp-http-server-performance"
+ filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
+ parameters:
+ - "result"
+ - "name"
+ traces:
+ hoverinfo: "y+name"
+ boxpoints: "outliers"
+ whiskerwidth: 0
+ layout:
+ title: "VPP HTTP Server Performance"
+ layout:
+ "plot-cps"
+
+- type: "plot"
+ title: "VPP HTTP Server Performance"
+ algorithm: "plot_http_server_perf_box"
+ output-file-type: ".html"
+ output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
+ data:
+ "plot-vpp-http-server-performance"
+ filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
+ parameters:
+ - "result"
+ - "name"
+ traces:
+ hoverinfo: "y+name"
+ boxpoints: "outliers"
+ whiskerwidth: 0
+ layout:
+ title: "VPP HTTP Server Performance"
+ layout:
+ "plot-rps"
################################################################################