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