1PMDAREDIS(1) General Commands Manual PMDAREDIS(1)
2
3
4
6 pmdaredis - Redis performance metrics domain agent (PMDA)
7
9 This PMDA extracts performance data from sending the INFO command to a
10 Redis (redis.io) server, which includes:
11
12 · General information about the Redis server
13
14 · Client connections
15
16 · Memory consumption
17
18 · Persistence statistics
19
20 · Replication statistics
21
22 · CPU consumption statistics
23
24 · Redis command statistics
25
26 · Redis Cluster statistics
27
28 · Database related statistics
29
30 The hostname (localhost), port (6379 by default) and other configura‐
31 tion information must be specified in the
32 $PCP_PMDAS_DIR/redis/redis.conf file.
33
34 # cd $PCP_PMDAS_DIR/redis
35 # [ edit redis.conf ]
36 host=localhost.localdomain:6379
37
38 Once this is setup, you can access the names and values for the redis
39 performance metrics by doing the following as root:
40
41 # cd $PCP_PMDAS_DIR/redis
42 # ./Install
43
44 To uninstall, do the following as root:
45
46 # cd $PCP_PMDAS_DIR/redis
47 # ./Remove
48
49 pmdaredis is launched by pmcd(1) and should never be executed directly.
50 The Install and Remove scripts notify pmcd(1) when the agent is
51 installed or removed.
52
54 $PCP_PMDAS_DIR/redis/redis.conf
55 mandatory configuration file listing monitored redis instances
56
57 $PCP_PMDAS_DIR/redis/Install
58 installation script for the pmdaredis agent
59
60 $PCP_PMDAS_DIR/redis/Remove
61 undo installation script for the pmdaredis agent
62
63 $PCP_LOG_DIR/pmcd/redis.log
64 default log file for error messages from pmdaredis
65
67 Environment variables with the prefix PCP_ are used to parameterize the
68 file and directory names used by PCP. On each installation, the file
69 /etc/pcp.conf contains the local values for these variables. The
70 $PCP_CONF variable may be used to specify an alternative configuration
71 file, as described in pcp.conf(5).
72
74 pmcd(1).
75
76
77
78Performance Co-Pilot PCP PMDAREDIS(1)