1PMDAKVM(1) Performance Co-Pilot PMDAKVM(1)
2
3
4
6 pmdakvm - Linux virtualisation performance metrics domain agent (PMDA)
7
9 pmdakvm is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values from the Linux KVM virtualisation subsystem.
11
12 Unlike many PMDAs it dynamically enumerates its metric hierarchy, based
13 entirely on the contents of /sys/kernel/debug/kvm.
14
16 If you want access to the names and values for the kvm performance
17 metrics, do the following as root:
18
19 # cd $PCP_PMDAS_DIR/kvm
20 # ./Install
21
22 If you want to undo the installation, do the following as root:
23
24 # cd $PCP_PMDAS_DIR/kvm
25 # ./Remove
26
27 pmdakvm is launched by pmcd(1) and should never be executed directly.
28 The Install and Remove scripts notify pmcd(1) when the agent is
29 installed or removed.
30
32 $PCP_PMDAS_DIR/kvm/Install
33 installation script for the pmdakvm agent
34
35 $PCP_PMDAS_DIR/kvm/Remove
36 undo installation script for the pmdakvm agent
37
38 $PCP_LOG_DIR/pmcd/kvm.log
39 default log file for error messages from pmdakvm
40
42 pmcd(1) and kvm(1).
43
44
45
463.3.3 Performance Co-Pilot PMDAKVM(1)