diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-11-27 13:28:49 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-11-29 07:36:36 +0000 |
commit | 607fa0c71af07ba02785b8990a256725efccb983 (patch) | |
tree | debd8558c70081438e71fade35098de66a4aeed3 /csit.infra.dash/app/cdash/report/layout.yaml | |
parent | f4179bfe6f98388bbda067a414cf94b0b09a375d (diff) |
C-Dash: Add bandwidth to iterative graphs
- ndr and pdr only for now
Change-Id: I8b1992cfd38db4a1bea64d9579b3c8dc583556ec
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'csit.infra.dash/app/cdash/report/layout.yaml')
-rw-r--r-- | csit.infra.dash/app/cdash/report/layout.yaml | 54 |
1 files changed, 46 insertions, 8 deletions
diff --git a/csit.infra.dash/app/cdash/report/layout.yaml b/csit.infra.dash/app/cdash/report/layout.yaml index 0be2898dea..9e30642111 100644 --- a/csit.infra.dash/app/cdash/report/layout.yaml +++ b/csit.infra.dash/app/cdash/report/layout.yaml @@ -11,7 +11,7 @@ plot-throughput: showticklabels: True tickcolor: "rgb(220, 220, 220)" tickmode: "array" - zeroline: False + zeroline: True yaxis: title: "Throughput [pps|cps|rps|bps]" gridcolor: "rgb(230, 230, 230)" @@ -23,8 +23,48 @@ plot-throughput: showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" - zeroline: False - range: [0, 50] + zeroline: True + range: [0, 100] + autosize: True + margin: + t: 50 + b: 0 + l: 80 + r: 20 + showlegend: False + height: 800 + paper_bgcolor: "#fff" + plot_bgcolor: "#fff" + hoverlabel: + namelength: -1 + +plot-bandwidth: + xaxis: + title: "Test Cases [Index]" + 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: "array" + zeroline: True + yaxis: + title: "Bandwidth [bps]" + gridcolor: "rgb(230, 230, 230)" + hoverformat: ".3s" + tickformat: ".3s" + linecolor: "rgb(220, 220, 220)" + linewidth: 1 + showgrid: True + showline: True + showticklabels: True + tickcolor: "rgb(220, 220, 220)" + zeroline: True + range: [0, 200] autosize: True margin: t: 50 @@ -32,7 +72,6 @@ plot-throughput: l: 80 r: 20 showlegend: False - # width: 700 height: 800 paper_bgcolor: "#fff" plot_bgcolor: "#fff" @@ -52,7 +91,7 @@ plot-latency: showticklabels: True tickcolor: "rgb(220, 220, 220)" tickmode: "array" - zeroline: False + zeroline: True yaxis: title: "Average Latency at 50% PDR [us]" gridcolor: "rgb(230, 230, 230)" @@ -64,8 +103,8 @@ plot-latency: showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" - zeroline: False - range: [0, 50] + zeroline: True + range: [0, 200] autosize: True margin: t: 50 @@ -73,7 +112,6 @@ plot-latency: l: 80 r: 20 showlegend: False - # width: 700 height: 800 paper_bgcolor: "#fff" plot_bgcolor: "#fff" |