1PMDADS389LOG(1) General Commands Manual PMDADS389LOG(1)
2
3
4
6 pmdads389log - 389 Directory Server Log PMDA
7
9 pmdads389log is a Performance Metrics Domain Agent (PMDA) which
10 extracts statistics from 389 Directory Server access log using the log‐
11 conv.pl(1) utility.
12
14 pmdads389log reads configuration file
15
16 · $PCP_PMDAS_DIR/ds389log/ds389log.conf
17
18 This file can contain overridden values (Perl code) for the settings
19 listed at the start of pmdads389log.pl, namely:
20
21 · logconv.pl parameters
22 · minimal query interval
23 · 389 DS access log to use
24 · 389 DS log directory to use (used if no file specified)
25 · non-root user having read access to the access log file
26
27 Once this is setup, you can access the names and values for the 389 DS
28 performance metrics by doing the following as root:
29
30 # cd $PCP_PMDAS_DIR/ds389log
31 # ./Install
32
33 To uninstall, do the following as root:
34
35 # cd $PCP_PMDAS_DIR/ds389log
36 # ./Remove
37
38 pmdads389log is launched by pmcd(1) and should never be executed
39 directly. The Install and Remove scripts notify pmcd(1) when the agent
40 is installed or removed.
41
43 $PCP_PMDAS_DIR/ds389log/ds389log.conf
44 configuration file for the pmdads389log agent
45
46 $PCP_PMDAS_DIR/ds389log/Install
47 installation script for the pmdads389log agent
48
49 $PCP_PMDAS_DIR/ds389log/Remove
50 undo installation script for the pmdads389log agent
51
52 $PCP_LOG_DIR/pmcd/ds389log.log
53 default log file for error messages from pmdads389log
54
55 /var/log/dirsrv/slapd-.../access
56 389 Directory Server access log parsed by logconv.pl
57
59 Environment variables with the prefix PCP_ are used to parameterize the
60 file and directory names used by PCP. On each installation, the file
61 /etc/pcp.conf contains the local values for these variables. The
62 $PCP_CONF variable may be used to specify an alternative configuration
63 file, as described in pcp.conf(5).
64
66 PCPIntro(1), logconv.pl(1), pmcd(1) and pmdads389(1).
67
68
69
70Performance Co-Pilot PCP PMDADS389LOG(1)