1PMDABONDING(1) Performance Co-Pilot PMDABONDING(1)
2
3
4
6 pmdabonding - Linux bonded interface performance metrics domain agent
7 (PMDA)
8
10 pmdabonding is a Performance Metrics Domain Agent (PMDA) which exports
11 metric values from bonded network interfaces in the Linux kernel.
12
14 If you want access to the names and values for the bonding performance
15 metrics, do the following as root:
16
17 # cd $PCP_PMDAS_DIR/bonding
18 # ./Install
19
20 If you want to undo the installation, do the following as root:
21
22 # cd $PCP_PMDAS_DIR/bonding
23 # ./Remove
24
25 pmdabonding 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/bonding/Install
31 installation script for the pmdabonding agent
32
33 $PCP_PMDAS_DIR/bonding/Remove
34 undo installation script for the pmdabonding agent
35
36 $PCP_LOG_DIR/pmcd/bonding.log
37 default log file for error messages from pmdabonding
38
40 pmcd(1) and ifenslave(8).
41
42
43
443.3.3 Performance Co-Pilot PMDABONDING(1)