summaryrefslogtreecommitdiff
path: root/src/pmdas/solaris/pmns.zfs
blob: 6686d80e75f34330d95e4cd412649c3a121cb402 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
zfs {
	arc
	used
	snapshot
	available	SOLARIS:SCLR_ZFS:0
	quota		SOLARIS:SCLR_ZFS:1
	reservation	SOLARIS:SCLR_ZFS:2
	compression	SOLARIS:SCLR_ZFS:3
	copies		SOLARIS:SCLR_ZFS:4
	recordsize	SOLARIS:SCLR_ZFS:5
	refquota	SOLARIS:SCLR_ZFS:6
	refreservation	SOLARIS:SCLR_ZFS:7
	referenced	SOLARIS:SCLR_ZFS:8
	nsnapshots	SOLARIS:SCLR_ZFS:9
}

zfs.used {
	total		SOLARIS:SCLR_ZFS:10
	byme		SOLARIS:SCLR_ZFS:11
	bysnapshots	SOLARIS:SCLR_ZFS:12
	bychildren	SOLARIS:SCLR_ZFS:13
	byrefreservation SOLARIS:SCLR_ZFS:14
}

zfs.snapshot {
	used		SOLARIS:SCLR_ZFS:15
	referenced	SOLARIS:SCLR_ZFS:16
	compression	SOLARIS:SCLR_ZFS:17
}

zfs.arc {
	size		SOLARIS:SCLR_ARCSTATS:0
	min_size	SOLARIS:SCLR_ARCSTATS:1
	max_size	SOLARIS:SCLR_ARCSTATS:2
	mru_size	SOLARIS:SCLR_ARCSTATS:3
	target_size	SOLARIS:SCLR_ARCSTATS:4
	hits
	misses

}

zfs.arc.misses {
	total			SOLARIS:SCLR_ARCSTATS:5
	demand_data		SOLARIS:SCLR_ARCSTATS:6
	demand_metadata		SOLARIS:SCLR_ARCSTATS:7
	prefetch_data		SOLARIS:SCLR_ARCSTATS:8
	prefetch_metadata	SOLARIS:SCLR_ARCSTATS:9
}

zfs.arc.hits {
	total			SOLARIS:SCLR_ARCSTATS:10
	mfu			SOLARIS:SCLR_ARCSTATS:11
	mru			SOLARIS:SCLR_ARCSTATS:12
	mfu_ghost		SOLARIS:SCLR_ARCSTATS:13
	mru_ghost		SOLARIS:SCLR_ARCSTATS:14
	demand_data		SOLARIS:SCLR_ARCSTATS:15
	demand_metadata		SOLARIS:SCLR_ARCSTATS:16
	prefetch_data		SOLARIS:SCLR_ARCSTATS:17
	prefetch_metadata	SOLARIS:SCLR_ARCSTATS:18
}