diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-10-10 08:14:18 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-10-11 07:38:18 +0000 |
commit | 86ec9713ecde3d92ec4585d487ddfac5077428c8 (patch) | |
tree | 2918a347f80ccf9d628f9132d7d1a454043fb9ae /csit.infra.dash/app/cdash/trending/layout.yaml | |
parent | c3ce59c652caaee06b3090f387f8826c15102703 (diff) |
C-Dash: Add bandwidth to trending graphs
- NDRPDR tests only
- MRR to be done when data is in parquets
Change-Id: If2b1f76d5e2dc6f3a480eeb0950e7ab9550f8901
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'csit.infra.dash/app/cdash/trending/layout.yaml')
-rw-r--r-- | csit.infra.dash/app/cdash/trending/layout.yaml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/csit.infra.dash/app/cdash/trending/layout.yaml b/csit.infra.dash/app/cdash/trending/layout.yaml index 5e41b03118..2fcb206153 100644 --- a/csit.infra.dash/app/cdash/trending/layout.yaml +++ b/csit.infra.dash/app/cdash/trending/layout.yaml @@ -38,6 +38,46 @@ plot-trending-tput: hoverlabel: namelength: -1 +plot-trending-bandwidth: + autosize: True + showlegend: False + yaxis: + showticklabels: True + tickformat: ".3s" + title: "Bandwidth [bps]" + hoverformat: ".5s" + gridcolor: "rgb(238, 238, 238)" + linecolor: "rgb(238, 238, 238)" + showline: True + zeroline: False + tickcolor: "rgb(238, 238, 238)" + linewidth: 1 + showgrid: True + xaxis: + title: 'Date [MMDD]' + type: "date" + autorange: True + fixedrange: False + showgrid: True + gridcolor: "rgb(238, 238, 238)" + showline: True + linecolor: "rgb(238, 238, 238)" + zeroline: False + linewidth: 1 + showticklabels: True + tickcolor: "rgb(238, 238, 238)" + tickmode: "auto" + tickformat: "%m%d" + margin: + r: 20 + b: 0 + t: 5 + l: 70 + paper_bgcolor: "#fff" + plot_bgcolor: "#fff" + hoverlabel: + namelength: -1 + plot-trending-lat: autosize: True showlegend: False |