1PMDACIFS(1) General Commands Manual PMDACIFS(1)
2
3
4
6 pmdacifs - Common Internet Filesystem (CIFS) PMDA
7
9 pmdacifs is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values about mounted CIFS shares from the /proc/fs/cifs direcā
11 tory. This PMDA requires at least the CIFS kernel module to be loaded
12 to return some metric values and at least one mounted CIFS share in
13 order to provide data for all metrics.
14
16 Install the CIFS PMDA by using the Install script as root:
17
18 # cd $PCP_PMDAS_DIR/cifs
19 # ./Install
20
21 To uninstall, do the following as root:
22
23 # cd $PCP_PMDAS_DIR/cifs
24 # ./Remove
25
26 pmdacifs is launched by pmcd(1) and should never be executed directly.
27 The Install and Remove scripts notify pmcd when the agent is installed
28 or removed.
29
31 $PCP_PMDAS_DIR/cifs/help
32 default help text file for the CIFS metrics
33
34 $PCP_PMDAS_DIR/cifs/Install
35 installation script for the pmdacifs agent
36
37 $PCP_PMDAS_DIR/cifs/Remove
38 undo installation script for the pmdacifs agent
39
40 $PCP_LOG_DIR/pmcd/cifs.log
41 default log file for error messages from pmdacifs
42
44 Environment variables with the prefix PCP_ are used to parameterize the
45 file and directory names used by PCP. On each installation, the file
46 /etc/pcp.conf contains the local values for these variables. The
47 $PCP_CONF variable may be used to specify an alternative configuration
48 file, as described in pcp.conf(5).
49
51 PCPIntro(1), pmcd(1), pmstore(1) and mount.cifs(8).
52
53
54
55Performance Co-Pilot PCP PMDACIFS(1)