File: pmtime.1

package info (click to toggle)
pcp 6.3.8-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 235,180 kB
  • sloc: ansic: 1,253,622; sh: 173,998; xml: 160,490; cpp: 83,331; python: 20,482; perl: 18,302; yacc: 6,886; makefile: 2,955; lex: 2,862; fortran: 60; java: 52
file content (87 lines) | stat: -rw-r--r-- 2,539 bytes parent folder | download | duplicates (2)
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
'\"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 PMTIME 1 "" "Performance Co-Pilot"
.SH NAME
\f3pmtime\f1 \- time control server for Performance Co-Pilot
.SH SYNOPSIS
\f3pmtime\f1
[\f3\-V?\f1]
[\f3\-p\f1 \f2port\f1]
.SH DESCRIPTION
.B pmtime
is a graphical user interface for performance monitoring applications
using the PCP infrastructure and requiring interactive time control.
.PP
.B pmtime
is not normally invoked directly by users.
Rather, it is more typical for it to be started by client applications
(e.g.
.BR pmchart (1),
.BR pmstat (1)
or
.BR pmval (1)).
.PP
There are two modes of interacting with a
.B pmtime
process - live host mode, and historical archive mode.
In archive mode the window presents time controls suitable for
manipulating the archive position, allowing full VCR control to
move forwards and backwards in time at configurable rates and
intervals.
In live mode the
.B pmtime
window contains the simpler time controls suitable for
live monitoring.
.PP
Note that the
.B pmtime
window is only made visible when explicitly requested.
Multiple client applications can be connected to a single
.B pmtime
server \- when the final client application exits,
.B pmtime
will also exit.
.SH OPTIONS
The available command line options are:
.TP 5
\fB\-p\fR \fIport\fR, \fB\-\-guiport\fR=\fIport\fR
.I port
is the port number which
.B pmtime
will use for communication with its clients (monitoring applications).
.TP
\fB\-V\fR, \fB\-\-version\fR
Display version number and exit.
.TP
\fB\-?\fR, \fB\-\-help\fR
Display usage message and exit.
.SH ENVIRONMENT
When a port number is not explicitly requested on the command line
via the
.B \-p
option, the environment variable
.I PMTIME_PORT
can be set to specify the port number from which available-port
probing will commence when
.B pmtime
is searching for a port number to use.
.PP
The default starting port number is \fB43334\fP.
.SH SEE ALSO
.BR PCPIntro (1),
.BR pmchart (1),
.BR pmstat (1)
and
.BR pmval (1).