1PMDAUNBOUND(1) General Commands Manual PMDAUNBOUND(1)
2
3
4
6 pmdaunbound - Unbound resolver PMDA
7
9 pmdaunbound is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values about the Unbound DNS resolver using the unbound-con‐
11 trol(8) stats_noreset command.
12
13 This gives lots of insight into query types, response time, cache
14 hits/misses, etc. Please see the unbound-control(8) man page for expla‐
15 nation about each statistics counter.
16
17 Further details on the Unbound DNS resolver can be found at
18 https://unbound.net/.
19
21 Install the Unbound PMDA by using the Install script as root:
22
23 # cd $PCP_PMDAS_DIR/unbound
24 # ./Install
25
26
27 To uninstall, do the following as root:
28
29 # cd $PCP_PMDAS_DIR/unbound
30 # ./Remove
31
32 pmdaunbound is launched by pmcd(1) and should never be executed
33 directly. The Install and Remove scripts notify pmcd(1) when the agent
34 is installed or removed.
35
37 $PCP_PMDAS_DIR/unbound/Install
38 installation script for the pmdaunbound agent
39
40 $PCP_PMDAS_DIR/unbound/Remove
41 undo installation script for the pmdaunbound agent
42
43 $PCP_LOG_DIR/pmcd/unbound.log
44 default log file for error messages from pmdaunbound
45
47 Environment variables with the prefix PCP_ are used to parameterize the
48 file and directory names used by PCP. On each installation, the file
49 /etc/pcp.conf contains the local values for these variables. The
50 $PCP_CONF variable may be used to specify an alternative configuration
51 file, as described in pcp.conf(5).
52
54 PCPIntro(1), pmcd(1), unbound(8) and unbound-control(8).
55
56
57
58Performance Co-Pilot PCP PMDAUNBOUND(1)