1PMDAFARM(1) General Commands Manual PMDAFARM(1)
2
3
4
6 pmdafarm - Seagate FARM Log PMDA
7
9 pmdafarm is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values for Device Mapper on the local system.
11
12 This PMDA collects its data through the smartctl(8) utility and re‐
13 quires that the program is installed in order to function.
14
15 Further details on smartctl and smartmontools can be found at
16 https://smartmontools.org.
17
19 Install the SMART PMDA by using the Install script as root:
20
21 # cd $PCP_PMDAS_DIR/farm
22 # ./Install
23
24
25 To uninstall, do the following as root:
26
27 # cd $PCP_PMDAS_DIR/farm
28 # ./Remove
29
30 pmdafarm is launched by pmcd(1) and should never be executed directly.
31 The Install and Remove scripts notify pmcd when the agent is installed
32 or removed.
33
35 $PCP_PMDAS_DIR/farm/help
36 default help text file for the smart metrics
37
38 $PCP_PMDAS_DIR/farm/Install
39 installation script for the pmdafarm agent
40
41 $PCP_PMDAS_DIR/smart/Remove
42 undo installation script for the pmdafarm agent
43
44 $PCP_LOG_DIR/pmcd/farm.log
45 default log file for error messages from pmdafarm
46
48 Environment variables with the prefix PCP_ are used to parameterize the
49 file and directory names used by PCP. On each installation, the file
50 /etc/pcp.conf contains the local values for these variables. The
51 $PCP_CONF variable may be used to specify an alternative configuration
52 file, as described in pcp.conf(5).
53
55 PCPIntro(1), pmcd(1) and smartctl(8).
56
57
58
59Performance Co-Pilot PCP PMDAFARM(1)