aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/specification.yaml
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-01-11 13:20:13 +0100
committerTibor Frank <tifrank@cisco.com>2021-01-11 12:22:36 +0000
commit43b2006b9b0316e02984d14542e0463775dd3464 (patch)
tree48146b7b2838c0dbdd065f55b31d638a2a54f70d /resources/tools/presentation/specification.yaml
parent928ef2f3fa5d305a2be28d470fa7395b6e46e21a (diff)
Report: Add Latency graphs with logaritmic x-axis
Change-Id: Ic41b8761aed4256cb3f8ab9d14831e9d2be1598c Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit b370b24ad548c2caba20fcfd1c4796416d829c7a)
Diffstat (limited to 'resources/tools/presentation/specification.yaml')
-rw-r--r--resources/tools/presentation/specification.yaml41
1 files changed, 26 insertions, 15 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index 9961871c94..877b08bdb6 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -2302,13 +2302,25 @@
yanchor: "bottom"
yref: "paper"
- plot-hdrh-latency-percentile:
+ plot-hdrh-latency-percentile-x-log:
title:
- text: ""
+ text: "<b>Latency by Percentile Distribution</b>"
xanchor: "center"
x: 0.5
font:
+ size: 18
+ showlegend: True
+ legend:
+ traceorder: "normal"
+ orientation: "h"
+ font:
size: 16
+ xanchor: "left"
+ yanchor: "top"
+ x: 0
+ y: -0.2
+ bgcolor: "rgba(255, 255, 255, 0)"
+ bordercolor: "rgba(255, 255, 255, 0)"
xaxis:
type: "log"
title: "<b>Percentile [%]</b>"
@@ -2328,7 +2340,7 @@
tickfont:
size: 14
yaxis:
- title: "<b>Packet Latency [uSec]</b>"
+ title: "<b>One-Way Latency per Direction [uSec]</b>"
titlefont:
size: 14
gridcolor: "rgb(230, 230, 230)"
@@ -2341,18 +2353,6 @@
tickfont:
size: 14
autosize: False
- showlegend: True
- legend:
- traceorder: "normal"
- orientation: "h"
- font:
- size: 14
- xanchor: "left"
- yanchor: "top"
- x: 0
- y: -0.15
- bgcolor: "rgba(255, 255, 255, 0)"
- bordercolor: "rgba(255, 255, 255, 0)"
width: 700
height: 700
paper_bgcolor: "white"
@@ -22571,6 +22571,17 @@
################################################################################
- type: "plot"
+ title: "Latency by percentile x-log: 2n-clx"
+ algorithm: "plot_hdrh_lat_by_percentile"
+ output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-x-log-2n-clx"
+ output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
+ target-links: "../../_static/vpp"
+ data: "plot-vpp-hdrh-lat-2n-clx"
+ filter: "'2T1C' and 'NIC_Intel-XXV710'"
+ layout:
+ layout: "plot-hdrh-latency-percentile-x-log"
+
+- type: "plot"
title: "Latency by percentile: 2n-skx"
algorithm: "plot_hdrh_lat_by_percentile"
output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"