diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /man/html/diskmodel/model.view | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'man/html/diskmodel/model.view')
-rw-r--r-- | man/html/diskmodel/model.view | 23 |
1 files changed, 23 insertions, 0 deletions
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 + |