Skip to content

Commit ae416cc

Browse files
committed
plugin/disk: add pending_operations, disk_io_time
1 parent 25b2180 commit ae416cc

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

plugin/disk.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,32 @@
6363
},
6464
"legend_format": "%5.1lf%ss",
6565
"scale": 0.001
66+
},
67+
"pending_operations": {
68+
"title": "Disk Pending Operations ({{PI}}) on {{HOST}}",
69+
"vertical": "Operations",
70+
"legend": {
71+
"value": {
72+
"name": "Operations",
73+
"color": "0000f0"
74+
}
75+
},
76+
"legend_format": "%5.1lf%s"
77+
},
78+
"disk_io_time": {
79+
"title": "Disk time spent doing I/Os ({{PI}}) on {{HOST}}",
80+
"vertical": "I/O time (s)",
81+
"legend": {
82+
"io_time": {
83+
"name": "I/O Time",
84+
"color": "0000ff"
85+
},
86+
"weighted_io_time": {
87+
"name": "Weighted I/O Time",
88+
"color": "f0a000"
89+
}
90+
},
91+
"legend_format": "%5.1lf%ss",
92+
"scale": 0.001
6693
}
6794
}

0 commit comments

Comments
 (0)