Update VPP_STABLE_VER files
[csit.git] / csit.infra.dash / app / pal / trending / layout.yaml
1 plot-trending-tput:
2   autosize: True
3   showlegend: True
4   yaxis:
5     showticklabels: True
6     tickformat: ".3s"
7     title: "Throughput [pps]"
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   legend:
37     orientation: "h"
38     y: -0.18
39     xanchor: "auto"
40     traceorder: "normal"
41     bordercolor: "rgb(238, 238, 238)"
42   paper_bgcolor: "#fff"
43   plot_bgcolor: "#fff"
44   hoverlabel:
45     namelength: -1
46
47 plot-trending-lat:
48   autosize: True
49   showlegend: True
50   yaxis:
51     showticklabels: True
52     tickformat: ".3s"
53     title: "Average Latency at 50% PDR [us]"
54     hoverformat: ".5s"
55     gridcolor: "rgb(238, 238, 238)"
56     linecolor: "rgb(238, 238, 238)"
57     showline: True
58     zeroline: False
59     tickcolor: "rgb(238, 238, 238)"
60     linewidth: 1
61     showgrid: True
62   xaxis:
63     title: 'Date [MMDD]'
64     type: "date"
65     autorange: True
66     fixedrange: False
67     showgrid: True
68     gridcolor: "rgb(238, 238, 238)"
69     showline: True
70     linecolor: "rgb(238, 238, 238)"
71     zeroline: False
72     linewidth: 1
73     showticklabels: True
74     tickcolor: "rgb(238, 238, 238)"
75     tickmode: "auto"
76     tickformat: "%m%d"
77   margin:
78     r: 20
79     b: 0
80     t: 5
81     l: 70
82   legend:
83     orientation: "h"
84     y: -0.18
85     xanchor: "auto"
86     traceorder: "normal"
87     bordercolor: "rgb(238, 238, 238)"
88   paper_bgcolor: "#fff"
89   plot_bgcolor: "#fff"
90   hoverlabel:
91     namelength: -1
92
93 plot-hdrh-latency:
94   showlegend: True
95   legend:
96     traceorder: "normal"
97     orientation: "h"
98     xanchor: "left"
99     yanchor: "top"
100     x: 0
101     y: -0.25
102     bgcolor: "rgba(255, 255, 255, 0)"
103     bordercolor: "rgba(255, 255, 255, 0)"
104   xaxis:
105     type: "log"
106     title: "Percentile [%]"
107     autorange: False
108     fixedrange: True
109     gridcolor: "rgb(230, 230, 230)"
110     linecolor: "rgb(220, 220, 220)"
111     linewidth: 1
112     showgrid: True
113     showline: True
114     showticklabels: True
115     tickcolor: "rgb(220, 220, 220)"
116     tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
117     ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
118   yaxis:
119     title: "One-Way Latency per Direction [us]"
120     gridcolor: "rgb(230, 230, 230)"
121     linecolor: "rgb(220, 220, 220)"
122     linewidth: 1
123     showgrid: True
124     showline: True
125     showticklabels: True
126     tickcolor: "rgb(220, 220, 220)"
127   autosize: True
128   paper_bgcolor: "white"
129   plot_bgcolor: "white"