1PMERR(1) General Commands Manual PMERR(1)
2
3
4
6 pmerr - translate Performance Co-Pilot error codes into error messages
7
9 pmerr [-?] code ...
10 pmerr -l
11
13 pmerr accepts standard Performance Co-Pilot (PCP) error codes via the
14 code argument(s) and generates the corresponding error text.
15
16 Each code may be an integer, a hexadecimal value or a hexadecimal value
17 prefixed by either ``0x'' or ``0X''.
18
19 Error codes must be less than zero, so if code is a positive number, a
20 warning message is produced, and the negated value is used.
21
23 The available command line options are:
24
25 -l, --list
26 This alternative invocation causes all known error codes to be
27 listed, along with their symbolic names and error text.
28
29 -?, --help
30 Display usage message and exit.
31
33 Environment variables with the prefix PCP_ are used to parameterize the
34 file and directory names used by PCP. On each installation, the file
35 /etc/pcp.conf contains the local values for these variables. The
36 $PCP_CONF variable may be used to specify an alternative configuration
37 file, as described in pcp.conf(5).
38
40 PMAPI(3), pmErrStr(3), pcp.conf(5) and pcp.env(5).
41
42
43
44Performance Co-Pilot PCP PMERR(1)