1PMDALMSENSORS(1)                                              PMDALMSENSORS(1)
2
3
4

NAME

6       pmdalmsensors  -  Linux  hardware monitoring performance metrics domain
7       agent (PMDA)
8

SYNOPSIS

10       $PCP_PMDAS_DIR/lmsensors/pmdalmsensors [debug]
11

DESCRIPTION

13       pmdalmsensors is a Performance Metrics Domain Agent  (PMDA)  which  ex‐
14       tracts  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

INSTALLATION

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       The  Install  and  Remove scripts notify pmcd (1) when the agent is in‐
36       stalled or removed.
37

OPTIONS

39       pmdalmsensors.python supports the following options.
40
41       -i, --inject
42              inject data from file instead of using sensors
43
44       -d, --debug
45              debug level: 0 (default), 1 or 2
46
47       -h, --help
48              show a help message
49
50              To use options while pmdalmsensors.python is run from PMCD,  you
51              might want to use 'args' in the 'Install' stript, for example
52
53              args="-i /path/static_sensors_output.txt"
54

FILES

56       $PCP_PMCDCONF_PATH
57                 command line options used to launch pmdalmsensors
58       $PCP_PMDAS_DIR/lmsensors/help
59                 default help text file for the lmsensors metrics
60       $PCP_PMDAS_DIR/lmsensors/Install
61                 installation script for the pmdalmsensors agent
62       $PCP_PMDAS_DIR/lmsensors/Remove
63                 undo installation script for the pmdalmsensors agent
64

PCP ENVIRONMENT

66       Environment variables with the prefix PCP_ are used to parameterize the
67       file and directory names used by PCP.  On each installation,  the  file
68       /etc/pcp.conf  contains  the  local  values  for  these variables.  The
69       $PCP_CONF variable may be used to specify an alternative  configuration
70       file, as described in pcp.conf(5).
71

SEE ALSO

73       PCPIntro(1), pmcd(1), pcp.conf(5), pcp.env(5) and sensors(1).
74
75
76
77Performance Co-Pilot                  PCP                     PMDALMSENSORS(1)
Impressum