]> git.proxmox.com Git - ceph.git/blame - ceph/monitoring/ceph-mixin/dashboards_out/cephfs-overview.json
import quincy beta 17.1.0
[ceph.git] / ceph / monitoring / ceph-mixin / dashboards_out / cephfs-overview.json
CommitLineData
11fdf7f2 1{
a4b75251
TL
2 "__inputs": [ ],
3 "__requires": [
11fdf7f2 4 {
a4b75251
TL
5 "id": "grafana",
6 "name": "Grafana",
7 "type": "grafana",
8 "version": "5.3.2"
11fdf7f2 9 },
a4b75251
TL
10 {
11 "id": "graph",
12 "name": "Graph",
13 "type": "panel",
14 "version": "5.0.0"
81eedcae 15 }
a4b75251
TL
16 ],
17 "annotations": {
18 "list": [
19 {
20 "builtIn": 1,
21 "datasource": "-- Grafana --",
22 "enable": true,
23 "hide": true,
24 "iconColor": "rgba(0, 211, 255, 1)",
25 "name": "Annotations & Alerts",
26 "showIn": 0,
27 "tags": [ ],
28 "type": "dashboard"
29 }
30 ]
31 },
32 "description": "",
33 "editable": false,
34 "gnetId": null,
35 "graphTooltip": 0,
36 "hideControls": false,
37 "id": null,
38 "links": [ ],
39 "panels": [
40 {
41 "collapse": false,
42 "collapsed": false,
43 "gridPos": {
44 "h": 1,
45 "w": 24,
46 "x": 0,
47 "y": 0
48 },
49 "id": 2,
50 "panels": [ ],
51 "repeat": null,
52 "repeatIteration": null,
53 "repeatRowId": null,
54 "showTitle": true,
55 "title": "MDS Performance",
56 "titleSize": "h6",
57 "type": "row"
11fdf7f2 58 },
11fdf7f2 59 {
a4b75251
TL
60 "aliasColors": { },
61 "bars": false,
62 "dashLength": 10,
63 "dashes": false,
64 "datasource": "$datasource",
65 "description": "",
66 "fill": 1,
20effc67 67 "fillGradient": 0,
a4b75251
TL
68 "gridPos": {
69 "h": 9,
70 "w": 12,
71 "x": 0,
72 "y": 1
73 },
74 "id": 3,
75 "legend": {
76 "alignAsTable": false,
77 "avg": false,
78 "current": false,
79 "max": false,
80 "min": false,
81 "rightSide": false,
82 "show": true,
83 "sideWidth": null,
84 "total": false,
85 "values": false
86 },
87 "lines": true,
88 "linewidth": 1,
89 "links": [ ],
90 "nullPointMode": "null",
91 "percentage": false,
92 "pointradius": 5,
93 "points": false,
94 "renderer": "flot",
95 "repeat": null,
96 "seriesOverrides": [
97 {
98 "alias": "/.*Reads/",
99 "transform": "negative-Y"
100 }
101 ],
102 "spaceLength": 10,
103 "stack": false,
104 "steppedLine": false,
105 "targets": [
106 {
107 "expr": "sum(rate(ceph_objecter_op_r{ceph_daemon=~\"($mds_servers).*\"}[1m]))",
108 "format": "time_series",
109 "intervalFactor": 1,
110 "legendFormat": "Read Ops",
111 "refId": "A"
112 },
113 {
114 "expr": "sum(rate(ceph_objecter_op_w{ceph_daemon=~\"($mds_servers).*\"}[1m]))",
115 "format": "time_series",
116 "intervalFactor": 1,
117 "legendFormat": "Write Ops",
118 "refId": "B"
119 }
120 ],
121 "thresholds": [ ],
122 "timeFrom": null,
123 "timeShift": null,
124 "title": "MDS Workload - $mds_servers",
125 "tooltip": {
126 "shared": true,
127 "sort": 0,
128 "value_type": "individual"
129 },
130 "type": "graph",
131 "xaxis": {
132 "buckets": null,
133 "mode": "time",
134 "name": null,
135 "show": true,
136 "values": [ ]
137 },
138 "yaxes": [
139 {
140 "format": "none",
141 "label": "Reads(-) / Writes (+)",
142 "logBase": 1,
143 "max": null,
144 "min": 0,
145 "show": true
146 },
147 {
148 "format": "short",
149 "label": null,
150 "logBase": 1,
151 "max": null,
152 "min": 0,
153 "show": true
154 }
155 ]
11fdf7f2
TL
156 },
157 {
a4b75251
TL
158 "aliasColors": { },
159 "bars": false,
160 "dashLength": 10,
161 "dashes": false,
162 "datasource": "$datasource",
163 "description": "",
164 "fill": 1,
20effc67 165 "fillGradient": 0,
a4b75251
TL
166 "gridPos": {
167 "h": 9,
168 "w": 12,
169 "x": 12,
170 "y": 1
171 },
172 "id": 4,
173 "legend": {
174 "alignAsTable": false,
175 "avg": false,
176 "current": false,
177 "max": false,
178 "min": false,
179 "rightSide": false,
180 "show": true,
181 "sideWidth": null,
182 "total": false,
183 "values": false
184 },
185 "lines": true,
186 "linewidth": 1,
187 "links": [ ],
188 "nullPointMode": "null",
189 "percentage": false,
190 "pointradius": 5,
191 "points": false,
192 "renderer": "flot",
193 "repeat": null,
194 "seriesOverrides": [ ],
195 "spaceLength": 10,
196 "stack": false,
197 "steppedLine": false,
198 "targets": [
199 {
200 "expr": "ceph_mds_server_handle_client_request{ceph_daemon=~\"($mds_servers).*\"}",
201 "format": "time_series",
202 "intervalFactor": 1,
203 "legendFormat": "{{ceph_daemon}}",
204 "refId": "A"
205 }
206 ],
207 "thresholds": [ ],
208 "timeFrom": null,
209 "timeShift": null,
210 "title": "Client Request Load - $mds_servers",
211 "tooltip": {
212 "shared": true,
213 "sort": 0,
214 "value_type": "individual"
215 },
216 "type": "graph",
217 "xaxis": {
218 "buckets": null,
219 "mode": "time",
220 "name": null,
221 "show": true,
222 "values": [ ]
223 },
224 "yaxes": [
225 {
226 "format": "none",
227 "label": "Client Requests",
228 "logBase": 1,
229 "max": null,
230 "min": 0,
231 "show": true
232 },
233 {
234 "format": "short",
235 "label": null,
236 "logBase": 1,
237 "max": null,
238 "min": 0,
239 "show": true
240 }
241 ]
11fdf7f2 242 }
a4b75251
TL
243 ],
244 "refresh": "15s",
245 "rows": [ ],
246 "schemaVersion": 16,
247 "style": "dark",
248 "tags": [ ],
249 "templating": {
250 "list": [
251 {
252 "current": {
253 "text": "default",
254 "value": "default"
255 },
256 "hide": 0,
257 "label": "Data Source",
258 "name": "datasource",
259 "options": [ ],
260 "query": "prometheus",
261 "refresh": 1,
262 "regex": "",
263 "type": "datasource"
264 },
265 {
266 "allValue": null,
267 "current": { },
268 "datasource": "$datasource",
269 "hide": 0,
270 "includeAll": true,
271 "label": "MDS Server",
272 "multi": false,
273 "name": "mds_servers",
274 "options": [ ],
275 "query": "label_values(ceph_mds_inodes, ceph_daemon)",
276 "refresh": 1,
277 "regex": "",
278 "sort": 1,
279 "tagValuesQuery": "",
280 "tags": [ ],
281 "tagsQuery": "",
282 "type": "query",
283 "useTags": false
284 }
285 ]
286 },
287 "time": {
288 "from": "now-1h",
289 "to": "now"
290 },
291 "timepicker": {
292 "refresh_intervals": [
293 "5s",
294 "10s",
295 "15s",
296 "30s",
297 "1m",
298 "5m",
299 "15m",
300 "30m",
301 "1h",
302 "2h",
303 "1d"
304 ],
305 "time_options": [
306 "5m",
307 "15m",
308 "1h",
309 "6h",
310 "12h",
311 "24h",
312 "2d",
313 "7d",
314 "30d"
315 ]
316 },
317 "timezone": "",
318 "title": "MDS Performance",
319 "uid": "tbO9LAiZz",
320 "version": 0
11fdf7f2 321}