1PMDAOPENVSWITCH(1) General Commands Manual PMDAOPENVSWITCH(1)
2
3
4
6 pmdaopenvswitch - OpenvSwitch PMDA
7
9 pmdaopenvswitch is a Performance Metrics Domain Agent (PMDA) which
10 exports metric values for each openvswitch virtual switch configured on
11 the local system.
12
14 Install the openvswitch PMDA by using the Install script as root:
15
16 # cd $PCP_PMDAS_DIR/openvswitch
17 # ./Install
18
19
20 To uninstall, do the following as root:
21
22 # cd $PCP_PMDAS_DIR/openvswitch
23 # ./Remove
24
25 pmdaopenvswitch 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/openvswitch/Install
31 installation script for the pmdaopenvswitch agent
32
33 $PCP_PMDAS_DIR/openvswitch/Remove
34 undo installation script for the pmdaopenvswitch agent
35
36 $PCP_LOG_DIR/pmcd/openvswitch.log
37 default log file for error messages from pmdaopenvswitch
38
40 Environment variables with the prefix PCP_ are used to parameterize the
41 file and directory names used by PCP. On each installation, the file
42 /etc/pcp.conf contains the local values for these variables. The
43 $PCP_CONF variable may be used to specify an alternative configuration
44 file, as described in pcp.conf(5).
45
47 PCPIntro(1), pmcd(1), pminfo(1) and pmpython(1).
48
49
50
51Performance Co-Pilot PCP PMDAOPENVSWITCH(1)