summaryrefslogtreecommitdiff
path: root/src/pmdas/solaris/pmns.zpool
blob: 2fcae1426ab5cc529cbabb76907be03c84df1ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
}