1PMDAVMWARE(1) Performance Co-Pilot PMDAVMWARE(1)
2
3
4
6 pmdavmware - VMware performance metrics domain agent (PMDA)
7
9 pmdavmware is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values from a (possibly remote) VMware virtualisation host.
11
12 This implementation uses the VMare Perl API (refer to the online docs
13 at http://www.vmware.com/support/developer/viperltoolkit). VIPerl is a
14 prerequisite for this PMDA, it needs to be installed and configured
15 before attempting to use this agent. It is highly recommended that you
16 test your VIPerl installation using the demo programs that are shipped
17 with VIPerl, before attempting to use this PMDA.
18
20 In order to access performance data using the VIPerl API, it is
21 necessary to be able to login to the metrics source. Hence, a valid
22 VMware server name, user name and pass word are needed by the PMDA.
23 These can be passed in on the command line (via the pmcd.conf file) or
24 via a vmware.conf file in the PMDA directory.
25
26 # cd $PCP_PMDAS_DIR/vmware
27 # [ edit vmware.conf ]
28
29 This file should contain connection information, such as:
30
31 $host = 'vm.host.net';
32 $server = 'vm.server.net';
33 $username = 'XXXX';
34 $password = 'YYYY';
35
36 Once this is setup, you can access the names and values for the vmware
37 performance metrics by doing the following as root:
38
39 # cd $PCP_PMDAS_DIR/vmware
40 # ./Install
41
42 If you want to undo the installation, do the following as root:
43
44 # cd $PCP_PMDAS_DIR/vmware
45 # ./Remove
46
47 pmdavmware is launched by pmcd(1) and should never be executed
48 directly. The Install and Remove scripts notify pmcd(1) when the agent
49 is installed or removed.
50
52 $PCP_PMDAS_DIR/vmware/vmware.conf
53 configuration file for the pmdavmware agent
54
55 $PCP_PMDAS_DIR/vmware/Install
56 installation script for the pmdavmware agent
57
58 $PCP_PMDAS_DIR/vmware/Remove
59 undo installation script for the pmdavmware agent
60
61 $PCP_LOG_DIR/pmcd/vmware.log
62 default log file for error messages from pmdavmware
63
65 pmcd(1).
66
67
68
694.3.2 Performance Co-Pilot PMDAVMWARE(1)