1PMDALMSENSORS(1) PMDALMSENSORS(1)
2
3
4
6 pmdalmsensors.python - Linux hardware monitoring performance metrics
7 domain agent (PMDA)
8
10 $PCP_PMDAS_DIR/lmsensors/pmdalmsensors.python [debug]
11
13 pmdalmsensors is a Performance Metrics Domain Agent (PMDA) which
14 extracts performance metrics describing the state of hardware using the
15 lm-sensors software on compatible motherboards.
16
17 The lmsensors PMDA exports metrics that measure fan speeds and core
18 temperatures.
19
21 If you want access to the names, help text and values for the lmsensors
22 performance metrics, do the following as root:
23
24 # cd $PCP_PMDAS_DIR/lmsensors
25 # ./Install
26
27 If you want to undo the installation, do the following as root:
28
29 # cd $PCP_PMDAS_DIR/lmsensors
30 # ./Remove
31
32 pmdalmsensors.python is usually launched by pmcd (1), and not executed
33 directly. Direct execution is mostly used for debugging purposes.
34
35
36 The Install and Remove scripts notify pmcd (1) when the agent is
37 installed or removed.
38
40 pmdalmsensors.python supports the following options.
41
42 -i, --inject
43 inject data from file instead of using sensors
44
45 -d, --debug
46 debug level: 0 (default), 1 or 2
47
48 -h, --help
49 show a help message
50
51 To use options while pmdalmsensors.python is run from PMCD, you
52 might want to use 'args' in the 'Install' stript, for example
53
54 args="-i /path/static_sensors_output.txt"
55
57 $PCP_PMCDCONF_PATH
58 command line options used to launch pmdalmsensors
59 $PCP_PMDAS_DIR/lmsensors/help
60 default help text file for the lmsensors metrics
61 $PCP_PMDAS_DIR/lmsensors/Install
62 installation script for the pmdalmsensors agent
63 $PCP_PMDAS_DIR/lmsensors/Remove
64 undo installation script for the pmdalmsensors agent
65
67 Environment variables with the prefix PCP_ are used to parameterize the
68 file and directory names used by PCP. On each installation, the file
69 /etc/pcp.conf contains the local values for these variables. The
70 $PCP_CONF variable may be used to specify an alternative configuration
71 file, as described in pcp.conf(5).
72
74 PCPIntro(1), pmcd(1), pcp.conf(5), pcp.env(5) and sensors(1).
75
76
77
78Performance Co-Pilot PCP PMDALMSENSORS(1)