Skip to content

Commit 41a0ea7

Browse files
committed
physical disks dashboards
Signed-off-by: hwassman <[email protected]>
1 parent 8ba0c9f commit 41a0ea7

File tree

2 files changed

+744
-0
lines changed

2 files changed

+744
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,365 @@
1+
{
2+
"__inputs": [
3+
{
4+
"name": "DS_OLAF_ESS",
5+
"label": "Olaf_ESS",
6+
"description": "",
7+
"type": "datasource",
8+
"pluginId": "opentsdb",
9+
"pluginName": "OpenTSDB"
10+
}
11+
],
12+
"__elements": {},
13+
"__requires": [
14+
{
15+
"type": "grafana",
16+
"id": "grafana",
17+
"name": "Grafana",
18+
"version": "11.0.0"
19+
},
20+
{
21+
"type": "datasource",
22+
"id": "opentsdb",
23+
"name": "OpenTSDB",
24+
"version": "1.0.0"
25+
},
26+
{
27+
"type": "panel",
28+
"id": "timeseries",
29+
"name": "Time series",
30+
"version": ""
31+
}
32+
],
33+
"annotations": {
34+
"list": [
35+
{
36+
"builtIn": 1,
37+
"datasource": {
38+
"type": "grafana",
39+
"uid": "-- Grafana --"
40+
},
41+
"enable": true,
42+
"hide": true,
43+
"iconColor": "rgba(0, 211, 255, 1)",
44+
"name": "Annotations & Alerts",
45+
"type": "dashboard"
46+
}
47+
]
48+
},
49+
"editable": true,
50+
"fiscalYearStartMonth": 0,
51+
"graphTooltip": 0,
52+
"id": null,
53+
"links": [],
54+
"panels": [
55+
{
56+
"datasource": {
57+
"type": "opentsdb",
58+
"uid": "${DS_OLAF_ESS}"
59+
},
60+
"description": "gpfs_pdds_max_disk_wait_wr from gpfs_disk_name=$disk",
61+
"fieldConfig": {
62+
"defaults": {
63+
"color": {
64+
"mode": "palette-classic"
65+
},
66+
"custom": {
67+
"axisBorderShow": false,
68+
"axisCenteredZero": false,
69+
"axisColorMode": "text",
70+
"axisLabel": "",
71+
"axisPlacement": "auto",
72+
"barAlignment": 0,
73+
"drawStyle": "line",
74+
"fillOpacity": 0,
75+
"gradientMode": "none",
76+
"hideFrom": {
77+
"legend": false,
78+
"tooltip": false,
79+
"viz": false
80+
},
81+
"insertNulls": false,
82+
"lineInterpolation": "linear",
83+
"lineWidth": 1,
84+
"pointSize": 5,
85+
"scaleDistribution": {
86+
"type": "linear"
87+
},
88+
"showPoints": "auto",
89+
"spanNulls": false,
90+
"stacking": {
91+
"group": "A",
92+
"mode": "none"
93+
},
94+
"thresholdsStyle": {
95+
"mode": "off"
96+
}
97+
},
98+
"fieldMinMax": false,
99+
"mappings": [],
100+
"noValue": "null",
101+
"thresholds": {
102+
"mode": "absolute",
103+
"steps": [
104+
{
105+
"color": "green",
106+
"value": null
107+
},
108+
{
109+
"color": "red",
110+
"value": 80
111+
}
112+
]
113+
},
114+
"unit": "s"
115+
},
116+
"overrides": [
117+
{
118+
"matcher": {
119+
"id": "byValue",
120+
"options": {
121+
"op": "gte",
122+
"reducer": "allIsNull",
123+
"value": 0
124+
}
125+
},
126+
"properties": [
127+
{
128+
"id": "noValue",
129+
"value": "0"
130+
}
131+
]
132+
}
133+
]
134+
},
135+
"gridPos": {
136+
"h": 11,
137+
"w": 12,
138+
"x": 0,
139+
"y": 0
140+
},
141+
"id": 1,
142+
"options": {
143+
"legend": {
144+
"calcs": [],
145+
"displayMode": "list",
146+
"placement": "bottom",
147+
"showLegend": true
148+
},
149+
"tooltip": {
150+
"maxHeight": 600,
151+
"mode": "single",
152+
"sort": "none"
153+
}
154+
},
155+
"targets": [
156+
{
157+
"aggregator": "noop",
158+
"alias": "$tag_gpfs_dev_path",
159+
"datasource": {
160+
"type": "opentsdb",
161+
"uid": "${DS_OLAF_ESS}"
162+
},
163+
"disableDownsampling": true,
164+
"downsampleAggregator": "noop",
165+
"downsampleFillPolicy": "none",
166+
"filters": [
167+
{
168+
"filter": "$disk",
169+
"groupBy": true,
170+
"tagk": "gpfs_disk_name",
171+
"type": "pm_filter"
172+
}
173+
],
174+
"metric": "gpfs_pdds_max_disk_wait_wr",
175+
"refId": "A"
176+
}
177+
],
178+
"title": "$disk MAX WAIT TIMES (data writes) on each path",
179+
"type": "timeseries"
180+
},
181+
{
182+
"datasource": {
183+
"type": "opentsdb",
184+
"uid": "${DS_OLAF_ESS}"
185+
},
186+
"description": "gpfs_pdds_max_queue_wait_wr from gpfs_disk_name=$disk",
187+
"fieldConfig": {
188+
"defaults": {
189+
"color": {
190+
"mode": "palette-classic"
191+
},
192+
"custom": {
193+
"axisBorderShow": false,
194+
"axisCenteredZero": false,
195+
"axisColorMode": "text",
196+
"axisLabel": "",
197+
"axisPlacement": "auto",
198+
"barAlignment": 0,
199+
"drawStyle": "line",
200+
"fillOpacity": 0,
201+
"gradientMode": "none",
202+
"hideFrom": {
203+
"legend": false,
204+
"tooltip": false,
205+
"viz": false
206+
},
207+
"insertNulls": false,
208+
"lineInterpolation": "linear",
209+
"lineWidth": 1,
210+
"pointSize": 5,
211+
"scaleDistribution": {
212+
"type": "linear"
213+
},
214+
"showPoints": "auto",
215+
"spanNulls": false,
216+
"stacking": {
217+
"group": "A",
218+
"mode": "none"
219+
},
220+
"thresholdsStyle": {
221+
"mode": "off"
222+
}
223+
},
224+
"fieldMinMax": false,
225+
"mappings": [],
226+
"noValue": "null",
227+
"thresholds": {
228+
"mode": "absolute",
229+
"steps": [
230+
{
231+
"color": "green",
232+
"value": null
233+
},
234+
{
235+
"color": "red",
236+
"value": 80
237+
}
238+
]
239+
},
240+
"unit": "s"
241+
},
242+
"overrides": [
243+
{
244+
"matcher": {
245+
"id": "byValue",
246+
"options": {
247+
"op": "gte",
248+
"reducer": "allIsNull",
249+
"value": 0
250+
}
251+
},
252+
"properties": [
253+
{
254+
"id": "noValue",
255+
"value": "0"
256+
}
257+
]
258+
}
259+
]
260+
},
261+
"gridPos": {
262+
"h": 11,
263+
"w": 12,
264+
"x": 12,
265+
"y": 0
266+
},
267+
"id": 2,
268+
"options": {
269+
"legend": {
270+
"calcs": [],
271+
"displayMode": "list",
272+
"placement": "bottom",
273+
"showLegend": true
274+
},
275+
"tooltip": {
276+
"maxHeight": 600,
277+
"mode": "single",
278+
"sort": "none"
279+
}
280+
},
281+
"targets": [
282+
{
283+
"aggregator": "noop",
284+
"alias": "$tag_gpfs_dev_path",
285+
"datasource": {
286+
"type": "opentsdb",
287+
"uid": "${DS_OLAF_ESS}"
288+
},
289+
"disableDownsampling": true,
290+
"downsampleAggregator": "noop",
291+
"downsampleFillPolicy": "none",
292+
"filters": [
293+
{
294+
"filter": "$disk",
295+
"groupBy": true,
296+
"tagk": "gpfs_disk_name",
297+
"type": "pm_filter"
298+
}
299+
],
300+
"metric": "gpfs_pdds_max_queue_wait_wr",
301+
"refId": "A"
302+
}
303+
],
304+
"title": "$disk MAX in QUEUE WAIT TIMES (data writes) on each path",
305+
"type": "timeseries"
306+
}
307+
],
308+
"refresh": "5s",
309+
"schemaVersion": 39,
310+
"tags": [
311+
"pdisk"
312+
],
313+
"templating": {
314+
"list": [
315+
{
316+
"current": {
317+
"selected": false,
318+
"text": "Olaf_ESS",
319+
"value": "bdnp5dbnxwl4wb"
320+
},
321+
"hide": 0,
322+
"includeAll": false,
323+
"multi": false,
324+
"name": "Datasource",
325+
"options": [],
326+
"query": "opentsdb",
327+
"refresh": 1,
328+
"regex": "",
329+
"skipUrlSync": false,
330+
"type": "datasource"
331+
},
332+
{
333+
"current": {},
334+
"datasource": {
335+
"type": "opentsdb",
336+
"uid": "${DS_OLAF_ESS}"
337+
},
338+
"definition": "tag_values(gpfs_pdds_bytes_read, gpfs_disk_name)",
339+
"description": "tag_values(gpfs",
340+
"hide": 0,
341+
"includeAll": false,
342+
"multi": false,
343+
"name": "disk",
344+
"options": [],
345+
"query": "tag_values(gpfs_pdds_bytes_read, gpfs_disk_name)",
346+
"refresh": 1,
347+
"regex": "^(?!.*RG).*$",
348+
"skipUrlSync": false,
349+
"sort": 0,
350+
"type": "query"
351+
}
352+
]
353+
},
354+
"time": {
355+
"from": "now-30m",
356+
"to": "now"
357+
},
358+
"timeRangeUpdatedDuringEditOrView": false,
359+
"timepicker": {},
360+
"timezone": "browser",
361+
"title": "Individual physical disk wait time (data writes)",
362+
"uid": "adrn3nuthrsw0e",
363+
"version": 12,
364+
"weekStart": ""
365+
}

0 commit comments

Comments
 (0)