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 To uninstall, do the following as root:
27
28 # cd $PCP_PMDAS_DIR/unbound
29 # ./Remove
30
31 pmdaunbound is launched by pmcd(1) and should never be executed
32 directly. The Install and Remove scripts notify pmcd(1) when the agent
33 is installed or removed.
34
36 $PCP_PMDAS_DIR/unbound/Install
37 installation script for the pmdaunbound agent
38
39 $PCP_PMDAS_DIR/unbound/Remove
40 undo installation script for the pmdaunbound agent
41
42 $PCP_LOG_DIR/pmcd/unbound.log
43 default log file for error messages from pmdaunbound
44
46 Environment variables with the prefix PCP_ are used to parameterize the
47 file and directory names used by PCP. On each installation, the file
48 /etc/pcp.conf contains the local values for these variables. The
49 $PCP_CONF variable may be used to specify an alternative configuration
50 file, as described in pcp.conf(5).
51
53 pmcd(1), unbound-control(8), and unbound(8)
54
55
56
57Performance Co-Pilot PCP PMDAUNBOUND(1)