|
1 | 1 | '\"macro stdmacro
|
2 | 2 | .\"
|
3 |
| -.\" Copyright (c) 2013-2015 Red Hat. |
| 3 | +.\" Copyright (c) 2013-2015,2018 Red Hat. |
4 | 4 | .\" Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
|
5 |
| -.\" |
| 5 | +.\" |
6 | 6 | .\" This program is free software; you can redistribute it and/or modify it
|
7 | 7 | .\" under the terms of the GNU General Public License as published by the
|
8 | 8 | .\" Free Software Foundation; either version 2 of the License, or (at your
|
9 | 9 | .\" option) any later version.
|
10 |
| -.\" |
| 10 | +.\" |
11 | 11 | .\" This program is distributed in the hope that it will be useful, but
|
12 | 12 | .\" WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
13 | 13 | .\" or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
14 | 14 | .\" for more details.
|
15 |
| -.\" |
| 15 | +.\" |
16 | 16 | .\"
|
17 | 17 | .TH PMPROXY 1 "PCP" "Performance Co-Pilot"
|
18 | 18 | .SH NAME
|
19 | 19 | \f3pmproxy\f1 \- proxy for performance metrics collector daemon
|
20 | 20 | .SH SYNOPSIS
|
21 | 21 | \f3pmproxy\f1
|
22 |
| -[\f3\-Af\f1] |
| 22 | +[\f3\-Aft\f1] |
23 | 23 | [\f3\-C\f1 \f2dirname\f1]
|
24 | 24 | [\f3\-i\f1 \f2ipaddress\f1]
|
25 | 25 | [\f3\-l\f1 \f2logfile\f1]
|
@@ -174,6 +174,15 @@ be unreadable by any user other than the user running the
|
174 | 174 | .B pmproxy
|
175 | 175 | process).
|
176 | 176 | .TP
|
| 177 | +\fB\-t\f1, \fB\-\-timeseries\f1 |
| 178 | +Operate in automatic archive timeseries discovery mode. |
| 179 | +This (experimental) mode of operation will detect system |
| 180 | +archives created by |
| 181 | +.BR pmlogger (1) |
| 182 | +and import into a |
| 183 | +.BR redis-server (1) |
| 184 | +automatically, for fast, scalable timeseries queries. |
| 185 | +.TP |
177 | 186 | \f3\-U\f1 \f2username\f1
|
178 | 187 | Assume the identity of
|
179 | 188 | .I username
|
@@ -370,6 +379,8 @@ as described in
|
370 | 379 | .BR PCPIntro (1),
|
371 | 380 | .BR pmcd (1),
|
372 | 381 | .BR pmdbg (1),
|
| 382 | +.BR pmlogger (1), |
| 383 | +.BR redis-server (1), |
373 | 384 | .BR pcp.conf (5)
|
374 | 385 | and
|
375 | 386 | .BR pcp.env (5).
|
|
0 commit comments