blob: 713198564ba86f3f8bd714caa3727ae77f7c4c35 (
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
|
/*
* fake "root" for validating the local PMNS subtree
*/
#include <stdpmid>
#include "clusters.h"
root {
kernel
disk
mem
network
hinv
zpool
zfs
pmda
}
pmda {
uname SOLARIS:0:107
prefetch
metric
}
pmda.prefetch {
time SOLARIS:4095:0
count SOLARIS:4095:1
}
pmda.metric {
time SOLARIS:4095:2
count SOLARIS:4095:3
}
#include "pmns.kernel"
#include "pmns.disk"
#include "pmns.mem"
#include "pmns.network"
#include "pmns.hinv"
#include "pmns.zpool"
#include "pmns.zfs"
#include "pmns.zpool_perdisk"
|