1PMDANFSCLIENT(1) General Commands Manual PMDANFSCLIENT(1)
2
3
4
6 pmdanfsclient - NFS client statistics performance metrics domain agent
7 (PMDA)
8
10 pmdanfsclient is a Performance Metrics Domain Agent (PMDA) which
11 exports metric values from the /proc/self/mountstats interface to pro‐
12 vide information on NFS mounts.
13
15 Install the nfsclient PMDA by using the Install script as root:
16
17 # cd $PCP_PMDAS_DIR/nfsclient
18 # ./Install
19
20 To uninstall, the following must be done as root:
21
22 # cd $PCP_PMDAS_DIR/nfsclient
23 # ./Remove
24
25 pmdanfsclient is launched by pmcd(1) and should never be executed
26 directly. The Install and Remove scripts notify pmcd(1) when the agent
27 is installed or removed.
28
30 $PCP_PMDAS_DIR/nfsclient/Install
31 installation script for the pmdanfsclient agent
32
33 $PCP_PMDAS_DIR/nfsclient/Remove
34 undo installation script for the pmdanfsclient agent
35
36 $PCP_LOG_DIR/pmcd/nfsclient.log
37 default log file for error messages from pmdanfsclient
38
40 Environment variables with the prefix PCP_ are used to parameterize the
41 file and directory names used by PCP. On each installation, the file
42 /etc/pcp.conf contains the local values for these variables. The
43 $PCP_CONF variable may be used to specify an alternative configuration
44 file, as described in pcp.conf(5).
45
47 PCPIntro(1), pmcd(1), nfs(5) and mountstats(8).
48
49
50
51Performance Co-Pilot PCP PMDANFSCLIENT(1)