summaryrefslogtreecommitdiff
path: root/man/man1/pminfo.1
blob: 848d93a588a0fb4e974afe70c2bf712c22944c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
'\"macro stdmacro
.\"
.\" Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
.\" 
.\" This program is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by the
.\" Free Software Foundation; either version 2 of the License, or (at your
.\" option) any later version.
.\" 
.\" This program is distributed in the hope that it will be useful, but
.\" WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
.\" or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
.\" for more details.
.\" 
.\"
.TH PMINFO 1 "PCP" "Performance Co-Pilot"
.SH NAME
\f3pminfo\f1 \- display information about performance metrics
.SH SYNOPSIS
\f3pminfo\f1
[\f3\-dfFLmMtTvxz\f1]
[\f3\-a\f1 \f2archive\f1]
[\f3\-b\f1 \f2batchsize\f1]
[\f3\-c\f1 \f2dmfile\f1]
[\f3\-h\f1 \f2hostname\f1]
[\f3\-K\f1 \f2spec\f1]
[\f3\-\f1[\f3n\f1|\f3N\f1] \f2pmnsfile\f1]
[\f3\-O\f1 \f2time\f1]
[\f3\-Z\f1 \f2timezone\f1]
[\f2metricname\f1 ...]
.SH DESCRIPTION
.B pminfo
displays various types of information about performance metrics
available through the facilities of the Performance Co-Pilot (PCP).
.PP
Normally
.B pminfo
operates on the distributed Performance Metrics Name Space (PMNS), however
if the
.B \-n
option is specified an alternative local PMNS is loaded
from the file
.IR pmnsfile.
The
.B \-N
option supports the same function as
.BR \-n ,
except for the handling of
duplicate Performance Metric Identifiers (PMIDs) in
.I pmnsfile
\- duplicates are allowed with
.B \-N
they are not allowed with
.BR \-n .
.PP
The metrics of interest are named in the
.I metricname
arguments.
If
.I metricname
is a non-leaf node in the PMNS, then
.B pminfo
will recursively descend the PMNS and report on all leaf nodes.
If no
.I metricname
argument is given, the root of the PMNS is used.
.PP
Unless directed to another host by the
.B \-h
option, by default
.B pminfo
will contact the Performance Metrics Collector Daemon
(PMCD) on the local host.
The connection to a PMCD is only required if
.B pminfo
requires distributed PMNS information, and/or meta-data
describing metrics, and/or metric values, and/or help text.
.PP
The
.B \-a
option causes
.B pminfo
to use the specified archive rather than connecting to a PMCD.  The
.B \-a , \-h
and
.B \-L
options are mutually exclusive.
.PP
The
.B \-L
option causes
.B pminfo
to use a local context to collect metrics from PMDAs on the local host
without PMCD.  Only some metrics are available in this mode.
The
.BR \-a , \-h
and
.B \-L
options are mutually exclusive.
.PP
The
.B \-b
option may be used to define the maximum size of the group of metrics to
be fetched in a single request for the
.B \-f
and
.B \-v
options.  The default value for
.I batchsize
is 20.
.PP
Other options control the specific information to be reported.
.TP 5
.B \-c
The
.I dmfile
argument specifies a file that contains derived metric definitions
in the format described for
.BR pmLoadDerivedConfig (3).
The
.B \-c
option provides a way to load derived metric definitions
that is an alternative to the more generic use of the
.B PCP_DERIVED_CONFIG
environment variable as described in
.BR PCPIntro (1).
Using the
.B \-c
option and the
.B PCP_DERIVED_CONFIG
environment variable to specify the
.B same
configuration is a bad idea, so choose one or the other method.
.TP
.B \-d
Metric descriptions detailing the PMID, data type, data semantics, units,
scale and associated instance domain.
.TP
.B \-f
Fetch and print values for all instances.
When fetching from an archive, only
those instances present in the first archive record for a metric will be
displayed; see also the
.B \-O
option, else use
.BR pmdumplog (1)
which may be a better tool for examining archives.
.TP
.B \-F
Same as
.B \-f
but try harder to fetch instances for metrics which have non-enumerable
instance domains (e.g. metrics in the ``proc'' subtree of the default
PMNS).
.TP
.B \-K
When using the
.B \-L
option to fetch metrics from a local context, the
.B \-K
option may be used to control the DSO PMDAs that should be
made accessible.  The
.I spec
argument conforms to the syntax described in
.BR __pmSpecLocalPMDA (3).
More than one
.B \-K
option may be used.
.TP
.B \-m
Print the PMID in terse mode.
.TP
.B \-M
Print the PMID in verbose mode.
.TP
.B \-O
When used in conjunction with an archive source of metrics and
the options
.B \-f
or
.BR \-F ,
the
.I time
argument defines a time origin at which the metrics should be
fetched from the archive.
Refer to
.BR PCPIntro (1)
for a complete description of this option, and the syntax for the
.I time
argument.
.RS
.PP
When the ``ctime'' format is used for the
.I time
argument in a
.B \-O
option, the timezone becomes an issue.
The default is to use the
local timezone on the
system where
.B pminfo
is run.
The
.B \-Z
option changes the timezone to
.I timezone
in the format of the environment variable
.B TZ
as described in
.BR environ (5).
The
.B \-z
option changes the timezone to the local timezone at the
host that is the source of the performance metrics, as identified via
the
.B \-a
option.
.RE
.TP
.B \-t
Print the ``one line'' help summary, if available.
.TP
.B \-T
Print the help text, if available.
.TP
.B \-v
Verify mode in which descriptions and values are retrieved, but only
error conditions are reported.  This option silently disables any
output from the options
.BR \-f ,
.BR \-M ,
.BR \-m ,
.B \-t
and
.BR \-T .
.TP
.B \-x
Like the
.B \-f
option, but with the additional functionality that if a value is
processed that is of type PM_TYPE_EVENT, then the event records
will be unpacked and the details of each event record reported.
.SH FILES
.PD 0
.TP 10
.BI $PCP_VAR_DIR/pmns/ *
default local PMNS specification files
.PD
.SH "PCP ENVIRONMENT"
Environment variables with the prefix
.B PCP_
are used to parameterize the file and directory names
used by PCP.
On each installation, the file
.I /etc/pcp.conf
contains the local values for these variables.
The
.B $PCP_CONF
variable may be used to specify an alternative
configuration file,
as described in
.BR pcp.conf (5).
.SH SEE ALSO
.BR PCPIntro (1),
.BR pmcd (1),
.BR pmchart (1),
.BR pmdumplog (1),
.BR pmdumptext (1),
.BR pmprobe (1),
.BR pmval (1),
.BR PMAPI (3),
.BR pmLoadDerivedConfig (3),
.BR __pmSpecLocalPMDA (3),
.BR pcp.conf (5),
.BR pcp.env (5)
and
.BR pmns (5).