1PMDANAMED(1) Performance Co-Pilot PMDANAMED(1)
2
3
4
6 pmdanamed - BIND (named) PMDA
7
9 pmdanamed is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values from the BIND DNS server. Further details on BIND can be
11 found at http://isc.org/. Currently, only BIND version 9.4 is
12 supported.
13
15 If you want access to the names and values for the named performance
16 metrics, do the following as root:
17
18 # cd $PCP_PMDAS_DIR/named
19 # ./Install
20
21 If you want to undo the installation, do the following as root:
22
23 # cd $PCP_PMDAS_DIR/named
24 # ./Remove
25
26 pmdanamed is launched by pmcd(1) and should never be executed directly.
27 The Install and Remove scripts notify pmcd(1) when the agent is
28 installed or removed.
29
31 /var/named/data
32 statistics file showing values exported from named
33
34 /var/named/chroot/var/named/data
35 chroot variant of statistics file showing values exported from
36 named
37
38 $PCP_PMDAS_DIR/named/Install
39 installation script for the pmdanamed agent
40
41 $PCP_PMDAS_DIR/named/Remove
42 undo installation script for the pmdanamed agent
43
44 $PCP_LOG_DIR/pmcd/named.log
45 default log file for error messages from pmdanamed
46
48 pmcd(1).
49
50
51
523.3.3 Performance Co-Pilot PMDANAMED(1)