5e41b03118e747ad703b9a3fd0d04e6e47a57c5d
[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-lat:
42   autosize: True
43   showlegend: False
44   yaxis:
45     showticklabels: True
46     tickformat: ".3s"
47     title: "Average Latency at 50% PDR [us]"
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-hdrh-latency:
82   showlegend: True
83   legend:
84     traceorder: "normal"
85     orientation: "h"
86     xanchor: "left"
87     yanchor: "top"
88     x: 0
89     y: -0.25
90     bgcolor: "rgba(255, 255, 255, 0)"
91     bordercolor: "rgba(255, 255, 255, 0)"
92   xaxis:
93     type: "log"
94     title: "Percentile [%]"
95     autorange: False
96     fixedrange: True
97     gridcolor: "rgb(230, 230, 230)"
98     linecolor: "rgb(220, 220, 220)"
99     linewidth: 1
100     showgrid: True
101     showline: True
102     showticklabels: True
103     tickcolor: "rgb(220, 220, 220)"
104     tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
105     ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
106   yaxis:
107     title: "One-Way Latency per Direction [us]"
108     gridcolor: "rgb(230, 230, 230)"
109     linecolor: "rgb(220, 220, 220)"
110     linewidth: 1
111     showgrid: True
112     showline: True
113     showticklabels: True
114     tickcolor: "rgb(220, 220, 220)"
115   autosize: True
116   paper_bgcolor: "white"
117   plot_bgcolor: "white"
118
119 plot-trending-telemetry:
120   autosize: True
121   showlegend: True
122   yaxis:
123     showticklabels: True
124     tickformat: ".3s"
125     title: "Metric"
126     hoverformat: ".5s"
127     gridcolor: "rgb(238, 238, 238)"
128     linecolor: "rgb(238, 238, 238)"
129     showline: True
130     zeroline: False
131     tickcolor: "rgb(238, 238, 238)"
132     linewidth: 1
133     showgrid: True
134   xaxis:
135     title: 'Date [MMDD]'
136     type: "date"
137     autorange: True
138     fixedrange: False
139     showgrid: True
140     gridcolor: "rgb(238, 238, 238)"
141     showline: True
142     linecolor: "rgb(238, 238, 238)"
143     zeroline: False
144     linewidth: 1
145     showticklabels: True
146     tickcolor: "rgb(238, 238, 238)"
147     tickmode: "auto"
148     tickformat: "%m%d"
149   margin:
150     r: 20
151     b: 0
152     t: 5
153     l: 70
154   paper_bgcolor: "#fff"
155   plot_bgcolor: "#fff"
156   hoverlabel:
157     namelength: 50
158   legend:
159     orientation: "h"
160     y: -0.2
161     font:
162       size: 12