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 three lines, such as:
30
31 $server = 'vm.server.net';
32 $username = 'XXXX';
33 $password = 'YYYY';
34
35 Once this is setup, you can access the names and values for the vmware
36 performance metrics by doing the following as root:
37
38 # cd $PCP_PMDAS_DIR/vmware
39 # ./Install
40
41 If you want to undo the installation, do the following as root:
42
43 # cd $PCP_PMDAS_DIR/vmware
44 # ./Remove
45
46 pmdavmware is launched by pmcd(1) and should never be executed
47 directly. The Install and Remove scripts notify pmcd(1) when the agent
48 is installed or removed.
49
51 $PCP_PMDAS_DIR/vmware/vmware.conf
52 configuration file for the pmdavmware agent
53
54 $PCP_PMDAS_DIR/vmware/Install
55 installation script for the pmdavmware agent
56
57 $PCP_PMDAS_DIR/vmware/Remove
58 undo installation script for the pmdavmware agent
59
60 $PCP_LOG_DIR/pmcd/vmware.log
61 default log file for error messages from pmdavmware
62
64 pmcd(1).
65
66
67
683.10.9 Performance Co-Pilot PMDAVMWARE(1)