From 47e6e7c84f008a53061e661f31ae96629bc694ef Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 26 Oct 2014 12:33:50 +0400 Subject: Debian 3.9.10 --- man/html/diskmodel/model.view | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 man/html/diskmodel/model.view (limited to 'man/html/diskmodel/model.view') diff --git a/man/html/diskmodel/model.view b/man/html/diskmodel/model.view new file mode 100644 index 0000000..f46e38e --- /dev/null +++ b/man/html/diskmodel/model.view @@ -0,0 +1,23 @@ +#kmchart +version 1 + +view "Database" + +chart title "Data Device IOPs [db2]" style stacking + plot legend "Reads" color yellow host db2 metric disk.dev.read instance F: + plot legend "Writes" color blue host db2 metric disk.dev.write instance F: + +chart title "Data Device Throughput [db2]" style stacking + plot legend "Read rate" color yellow host db2 metric disk.dev.read_bytes instance F: + plot legend "Write rate" color blue host db2 metric disk.dev.write_bytes instance F: + +view "Filestore" + +chart title "Filestore Device IOPs [nas2]" style stacking + plot legend "Reads" color yellow host nas2 metric disk.dev.read instance sdi + plot legend "Writes" color blue host nas2 metric disk.dev.write instance sdi + +chart title "Filestore Device Throughput [nas2]" style stacking + plot legend "Read rate" color yellow host nas2 metric disk.dev.read_bytes instance sdi + plot legend "Write rate" color blue host nas2 metric disk.dev.write_bytes instance sdi + -- cgit v1.2.3