C-Dash: Add bandwidth to trending graphs
[csit.git] / csit.infra.dash / app / cdash / trending / layout.yaml
1 plot-trending-tput:
2   autosize: True
3   showlegend: False
4   yaxis:
5     showticklabels: True
6     tickformat: ".3s"
7     title: "Throughput [pps|cps|rps|bps]"
8     hoverformat: ".5s"
9     gridcolor: "rgb(238, 238, 238)"
10     linecolor: "rgb(238, 238, 238)"
11     showline: True
12     zeroline: False
13     tickcolor: "rgb(238, 238, 238)"
14     linewidth: 1
15     showgrid: True
16   xaxis:
17     title: 'Date [MMDD]'
18     type: "date"
19     autorange: True
20     fixedrange: False
21     showgrid: True
22     gridcolor: "rgb(238, 238, 238)"
23     showline: True
24     linecolor: "rgb(238, 238, 238)"
25     zeroline: False
26     linewidth: 1
27     showticklabels: True
28     tickcolor: "rgb(238, 238, 238)"
29     tickmode: "auto"
30     tickformat: "%m%d"
31   margin:
32     r: 20
33     b: 0
34     t: 5
35     l: 70
36   paper_bgcolor: "#fff"
37   plot_bgcolor: "#fff"
38   hoverlabel:
39     namelength: -1
40
41 plot-trending-bandwidth:
42   autosize: True
43   showlegend: False
44   yaxis:
45     showticklabels: True
46     tickformat: ".3s"
47     title: "Bandwidth [bps]"
48     hoverformat: ".5s"
49     gridcolor: "rgb(238, 238, 238)"
50     linecolor: "rgb(238, 238, 238)"
51     showline: True
52     zeroline: False
53     tickcolor: "rgb(238, 238, 238)"
54     linewidth: 1
55     showgrid: True
56   xaxis:
57     title: 'Date [MMDD]'
58     type: "date"
59     autorange: True
60     fixedrange: False
61     showgrid: True
62     gridcolor: "rgb(238, 238, 238)"
63     showline: True
64     linecolor: "rgb(238, 238, 238)"
65     zeroline: False
66     linewidth: 1
67     showticklabels: True
68     tickcolor: "rgb(238, 238, 238)"
69     tickmode: "auto"
70     tickformat: "%m%d"
71   margin:
72     r: 20
73     b: 0
74     t: 5
75     l: 70
76   paper_bgcolor: "#fff"
77   plot_bgcolor: "#fff"
78   hoverlabel:
79     namelength: -1
80
81 plot-trending-lat:
82   autosize: True
83   showlegend: False
84   yaxis:
85     showticklabels: True
86     tickformat: ".3s"
87     title: "Average Latency at 50% PDR [us]"
88     hoverformat: ".5s"
89     gridcolor: "rgb(238, 238, 238)"
90     linecolor: "rgb(238, 238, 238)"
91     showline: True
92     zeroline: False
93     tickcolor: "rgb(238, 238, 238)"
94     linewidth: 1
95     showgrid: True
96   xaxis:
97     title: 'Date [MMDD]'
98     type: "date"
99     autorange: True
100     fixedrange: False
101     showgrid: True
102     gridcolor: "rgb(238, 238, 238)"
103     showline: True
104     linecolor: "rgb(238, 238, 238)"
105     zeroline: False
106     linewidth: 1
107     showticklabels: True
108     tickcolor: "rgb(238, 238, 238)"
109     tickmode: "auto"
110     tickformat: "%m%d"
111   margin:
112     r: 20
113     b: 0
114     t: 5
115     l: 70
116   paper_bgcolor: "#fff"
117   plot_bgcolor: "#fff"
118   hoverlabel:
119     namelength: -1
120
121 plot-hdrh-latency:
122   showlegend: True
123   legend:
124     traceorder: "normal"
125     orientation: "h"
126     xanchor: "left"
127     yanchor: "top"
128     x: 0
129     y: -0.25
130     bgcolor: "rgba(255, 255, 255, 0)"
131     bordercolor: "rgba(255, 255, 255, 0)"
132   xaxis:
133     type: "log"
134     title: "Percentile [%]"
135     autorange: False
136     fixedrange: True
137     gridcolor: "rgb(230, 230, 230)"
138     linecolor: "rgb(220, 220, 220)"
139     linewidth: 1
140     showgrid: True
141     showline: True
142     showticklabels: True
143     tickcolor: "rgb(220, 220, 220)"
144     tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
145     ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
146   yaxis:
147     title: "One-Way Latency per Direction [us]"
148     gridcolor: "rgb(230, 230, 230)"
149     linecolor: "rgb(220, 220, 220)"
150     linewidth: 1
151     showgrid: True
152     showline: True
153     showticklabels: True
154     tickcolor: "rgb(220, 220, 220)"
155   autosize: True
156   paper_bgcolor: "white"
157   plot_bgcolor: "white"
158
159 plot-trending-telemetry:
160   autosize: True
161   showlegend: True
162   yaxis:
163     showticklabels: True
164     tickformat: ".3s"
165     title: "Metric"
166     hoverformat: ".5s"
167     gridcolor: "rgb(238, 238, 238)"
168     linecolor: "rgb(238, 238, 238)"
169     showline: True
170     zeroline: False
171     tickcolor: "rgb(238, 238, 238)"
172     linewidth: 1
173     showgrid: True
174   xaxis:
175     title: 'Date [MMDD]'
176     type: "date"
177     autorange: True
178     fixedrange: False
179     showgrid: True
180     gridcolor: "rgb(238, 238, 238)"
181     showline: True
182     linecolor: "rgb(238, 238, 238)"
183     zeroline: False
184     linewidth: 1
185     showticklabels: True
186     tickcolor: "rgb(238, 238, 238)"
187     tickmode: "auto"
188     tickformat: "%m%d"
189   margin:
190     r: 20
191     b: 0
192     t: 5
193     l: 70
194   paper_bgcolor: "#fff"
195   plot_bgcolor: "#fff"
196   hoverlabel:
197     namelength: 50
198   legend:
199     orientation: "h"
200     y: -0.2
201     font:
202       size: 12