C-Dash: Improve Latency HDRH 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: True
136     gridcolor: "rgb(230, 230, 230)"
137     linecolor: "rgb(220, 220, 220)"
138     linewidth: 1
139     showgrid: True
140     showline: True
141     showticklabels: True
142     tickcolor: "rgb(220, 220, 220)"
143     tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
144     ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
145   yaxis:
146     title: "One-Way Latency per Direction [us]"
147     gridcolor: "rgb(230, 230, 230)"
148     linecolor: "rgb(220, 220, 220)"
149     linewidth: 1
150     showgrid: True
151     showline: True
152     showticklabels: True
153     tickcolor: "rgb(220, 220, 220)"
154   autosize: True
155   paper_bgcolor: "white"
156   plot_bgcolor: "white"
157
158 plot-trending-telemetry:
159   autosize: True
160   showlegend: True
161   yaxis:
162     showticklabels: True
163     tickformat: ".3s"
164     title: "Metric"
165     hoverformat: ".5s"
166     gridcolor: "rgb(238, 238, 238)"
167     linecolor: "rgb(238, 238, 238)"
168     showline: True
169     zeroline: False
170     tickcolor: "rgb(238, 238, 238)"
171     linewidth: 1
172     showgrid: True
173   xaxis:
174     title: 'Date [MMDD]'
175     type: "date"
176     autorange: True
177     fixedrange: False
178     showgrid: True
179     gridcolor: "rgb(238, 238, 238)"
180     showline: True
181     linecolor: "rgb(238, 238, 238)"
182     zeroline: False
183     linewidth: 1
184     showticklabels: True
185     tickcolor: "rgb(238, 238, 238)"
186     tickmode: "auto"
187     tickformat: "%m%d"
188   margin:
189     r: 20
190     b: 0
191     t: 5
192     l: 70
193   paper_bgcolor: "#fff"
194   plot_bgcolor: "#fff"
195   hoverlabel:
196     namelength: 50
197   legend:
198     orientation: "h"
199     y: -0.2
200     font:
201       size: 12