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/clusters.h | |
download | pcp-debian/3.9.10.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmdas/solaris/clusters.h')
-rw-r--r-- | src/pmdas/solaris/clusters.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/pmdas/solaris/clusters.h b/src/pmdas/solaris/clusters.h new file mode 100644 index 0000000..9e44ccb --- /dev/null +++ b/src/pmdas/solaris/clusters.h @@ -0,0 +1,20 @@ +#ifndef __PMDA_SOLARIS_CLUSTERS_H +#define __PMDA_SOLARIS_CLUSTERS_H + +/* + * PMID cluster numbers + * + * Clusters are used to index method[] table and shall be contigious + */ +#define SCLR_SYSINFO 0 +#define SCLR_DISK 1 +#define SCLR_NETIF 2 +#define SCLR_ZPOOL 3 +#define SCLR_ZFS 4 +#define SCLR_ZPOOL_PERDISK 5 +#define SCLR_NETLINK 6 +#define SCLR_FSFLUSH 7 +#define SCLR_ARCSTATS 8 +#define SCLR_FILESYS 9 + +#endif |