Skip to content

Commit

Permalink
plugin/disk: add pending_operations, disk_io_time
Browse files Browse the repository at this point in the history
  • Loading branch information
pommi committed Mar 4, 2017
1 parent 25b2180 commit ae416cc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions plugin/disk.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,32 @@
},
"legend_format": "%5.1lf%ss",
"scale": 0.001
},
"pending_operations": {
"title": "Disk Pending Operations ({{PI}}) on {{HOST}}",
"vertical": "Operations",
"legend": {
"value": {
"name": "Operations",
"color": "0000f0"
}
},
"legend_format": "%5.1lf%s"
},
"disk_io_time": {
"title": "Disk time spent doing I/Os ({{PI}}) on {{HOST}}",
"vertical": "I/O time (s)",
"legend": {
"io_time": {
"name": "I/O Time",
"color": "0000ff"
},
"weighted_io_time": {
"name": "Weighted I/O Time",
"color": "f0a000"
}
},
"legend_format": "%5.1lf%ss",
"scale": 0.001
}
}

0 comments on commit ae416cc

Please sign in to comment.