1PMDAACTIVEMQ(1) General Commands Manual PMDAACTIVEMQ(1)
2
3
4
6 pmdaactivemq - ActiveMQ performance metrics domain agent (PMDA)
7
9 pmdaactivemq is a Performance Metrics Domain Agent (PMDA) which exports
10 performance metrics from ActiveMQ.
11
13 This PMDA requires that ActiveMQ has been installed with the Jolokia
14 JMX-HTTP bridge enabled. By default the PNDA will connect to localhost
15 at port 8161 with a username and password of 'admin'. This can be con‐
16 figured in PCP_PMDAS_DIR/activemq/activemq.conf
17
18 Install the ActiveMQ PMDA by using the Install script as root:
19
20 # cd $PCP_PMDAS_DIR/activemq
21 # ./Install
22
23 To uninstall, do the following as root:
24
25 # cd $PCP_PMDAS_DIR/activemq
26 # ./Remove
27
28 pmdaactivemq is launched by pmcd(1) and should never be executed
29 directly. The Install and Remove scripts notify pmcd(1) when the agent
30 is installed or removed.
31
33 $PCP_PMDAS_DIR/activemq/activemq.conf
34 optional configuration file for pmdaactivemq
35
36 $PCP_PMDAS_DIR/activemq/Install
37 installation script for the pmdaactivemq agent
38
39 $PCP_PMDAS_DIR/activemq/Remove
40 undo installation script for the pmdaactivemq agent
41
42 $PCP_LOG_DIR/pmcd/activemq.log
43 default log file for error messages from pmdaactivemq
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).
54
55
56
57Performance Co-Pilot PCP PMDAACTIVEMQ(1)