1PMDAGFS2(1) General Commands Manual PMDAGFS2(1)
2
3
4
6 pmdagfs2 - Global Filesystem v2 (GFS2) PMDA
7
9 pmdagfs2 is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values about mounted GFS2 filesystems from the debugfs filesys‐
11 tem. This PMDA requires debugfs along with at least one mounted GFS2
12 filesystem to be mounted in order to be able to provide metric data.
13
14 This PMDA can be used with GFS2 filesystems which are both mounted as
15 local filesystems and filesystems which are mounted as shared storage
16 within a clustered environment. However there are some metrics which
17 specifically require GFS2 to be setup in a clustered environment to be
18 able to provide metric data. This is due to them expecting locking mes‐
19 sages to be passed via the distributed lock manager (DLM) between nodes
20 of a cluster in order to generate their output.
21
22 These cluster-environment-only metrics can be distinguished by the
23 inclusion of their corresponding control metrics so that they can be
24 optionally enabled or disabled on systems where they are not desired to
25 be monitored or not supported.
26
27 pmstore(3) can be used to assign values to these control metrics in
28 order to enable (1) or disable (0) them. This mechanism is also useful
29 on distributions that do not currently have full support for the GFS2
30 trace-points or provide older versions of the GFS2 driver.
31
33 Install the GFS2 PMDA by using the Install script as root:
34
35 # cd $PCP_PMDAS_DIR/gfs2
36 # ./Install
37
38
39 To uninstall, do the following as root:
40
41 # cd $PCP_PMDAS_DIR/gfs2
42 # ./Remove
43
44
45 pmdagfs2 is launched by pmcd(1) and should never be executed directly.
46 The Install and Remove scripts notify pmcd when the agent is installed
47 or removed.
48
50 $PCP_PMDAS_DIR/gfs2/help
51 default help text file for the GFS2 metrics
52
53 $PCP_PMDAS_DIR/gfs2/Install
54 installation script for the pmdagfs2 agent
55
56 $PCP_PMDAS_DIR/gfs2/Remove
57 undo installation script for the pmdagfs2 agent
58
59 $PCP_LOG_DIR/pmcd/gfs2.log
60 default log file for error messages from pmdagfs2
61
63 Environment variables with the prefix PCP_ are used to parameterize the
64 file and directory names used by PCP. On each installation, the file
65 /etc/pcp.conf contains the local values for these variables. The
66 $PCP_CONF variable may be used to specify an alternative configuration
67 file, as described in pcp.conf(5).
68
70 PCPIntro(1), pmcd(1), pmstore(1) and gfs2(5).
71
72
73
74Performance Co-Pilot PCP PMDAGFS2(1)