From ae416ccb09d2d153ecedeb3caa354aafa5bd9683 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 4 Mar 2017 16:28:10 +0100 Subject: plugin/disk: add pending_operations, disk_io_time --- plugin/disk.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/plugin/disk.json b/plugin/disk.json index 37e7e8b..462f8f4 100644 --- a/plugin/disk.json +++ b/plugin/disk.json @@ -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 } } -- cgit v1.1