1PMDAPOSTFIX(1) Performance Co-Pilot PMDAPOSTFIX(1)
2
3
4
6 pmdapostfix - Postfix performance metrics domain agent (PMDA)
7
9 pmdapostfix is a Performance Metrics Domain Agent (PMDA) which exports
10 mail queue sizes as reported by qshape(1), as well as aggregate
11 statistics collected from mail.log.
12
14 If you want access to the names and values for the Postfix performance
15 metrics, do the following as root:
16
17 # cd $PCP_PMDAS_DIR/postfix
18 # ./Install
19
20 If you want to undo the installation, do the following as root:
21
22 # cd $PCP_PMDAS_DIR/postfix
23 # ./Remove
24
25 pmdapostfix is launched by pmcd(1) and should never be executed
26 directly. The Install and Remove scripts notify pmcd(1) when the agent
27 is installed or removed.
28
30 $PCP_PMDAS_DIR/postfix/Install
31 installation script for the pmdapostfix agent
32
33 $PCP_PMDAS_DIR/postfix/Remove
34 undo installation script for the pmdapostfix agent
35
36 $PCP_LOG_DIR/pmcd/postfix.log
37 default log file for error messages from pmdapostfix
38
40 pmcd(1) and qshape(1).
41
42
43
443.3.3 Performance Co-Pilot PMDAPOSTFIX(1)