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 /src/pmdas/solaris/pmns.zpool | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmdas/solaris/pmns.zpool')
-rw-r--r-- | src/pmdas/solaris/pmns.zpool | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/pmdas/solaris/pmns.zpool b/src/pmdas/solaris/pmns.zpool new file mode 100644 index 0000000..2fcae14 --- /dev/null +++ b/src/pmdas/solaris/pmns.zpool @@ -0,0 +1,31 @@ +zpool { + state SOLARIS:SCLR_ZPOOL:0 + state_int SOLARIS:SCLR_ZPOOL:1 + capacity SOLARIS:SCLR_ZPOOL:2 + used SOLARIS:SCLR_ZPOOL:3 + checksum_errors SOLARIS:SCLR_ZPOOL:4 + self_healed SOLARIS:SCLR_ZPOOL:5 + perdisk + in + out + ops +} + +zpool.in { + bytes SOLARIS:SCLR_ZPOOL:6 + ops SOLARIS:SCLR_ZPOOL:7 + errors SOLARIS:SCLR_ZPOOL:8 +} + +zpool.out { + bytes SOLARIS:SCLR_ZPOOL:9 + ops SOLARIS:SCLR_ZPOOL:10 + errors SOLARIS:SCLR_ZPOOL:11 +} + +zpool.ops { + noops SOLARIS:SCLR_ZPOOL:12 + ioctls SOLARIS:SCLR_ZPOOL:13 + claims SOLARIS:SCLR_ZPOOL:14 + frees SOLARIS:SCLR_ZPOOL:15 +} |