1PMDANUTCRACKER(1) General Commands Manual PMDANUTCRACKER(1)
2
3
4
6 pmdanutcracker - NutCracker performance metrics domain agent (PMDA)
7
9 This PMDA extracts performance data from NutCracker (or TwemProxy), a
10 fast and lightweight proxy for memcached and Redis protocol.
11
13 Configure to export statistics via its stats interface (see --stats-
14 port option to the nutcracker server). The corresponding configuration
15 must be reflected in the $PCP_PMDAS_DIR/nutcracker/nutcracker.conf
16 file.
17
18 # cd $PCP_PMDAS_DIR/nutcracker
19 # [ edit nutcracker.conf ]
20
21 Once this is setup, you can access the names and values for the nut‐
22 cracker performance metrics by doing the following as root:
23
24 # cd $PCP_PMDAS_DIR/nutcracker
25 # ./Install
26
27 To uninstall, the following must be done as root:
28
29 # cd $PCP_PMDAS_DIR/nutcracker
30 # ./Remove
31
32 pmdanutcracker is launched by pmcd(1) and should never be executed di‐
33 rectly. The Install and Remove scripts notify pmcd(1) when the agent is
34 installed or removed.
35
37 $PCP_PMDAS_DIR/nutcracker/nutcracker.conf
38 mandatory configuration file listing monitored memcache or Redis
39 instances
40
41 $PCP_PMDAS_DIR/nutcracker/Install
42 installation script for the pmdanutcracker agent
43
44 $PCP_PMDAS_DIR/nutcracker/Remove
45 undo installation script for the pmdanutcracker agent
46
47 $PCP_LOG_DIR/pmcd/nutcracker.log
48 default log file for error messages from pmdanutcracker
49
51 Environment variables with the prefix PCP_ are used to parameterize the
52 file and directory names used by PCP. On each installation, the file
53 /etc/pcp.conf contains the local values for these variables. The
54 $PCP_CONF variable may be used to specify an alternative configuration
55 file, as described in pcp.conf(5).
56
58 PCPIntro(1), pmcd(1), pmdamemcache(1) and pmdaredis(1).
59
60
61
62Performance Co-Pilot PCP PMDANUTCRACKER(1)