aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat/xentop/xentop.1
blob: 78c333289579ac994db618cb00a6a4c2aadbdb26 (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
.\" Copyright (C) International Business Machines  Corp., 2005
.\" Author: Josh Triplett <josh@kernel.org>
.\"
.\" 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; under version 2 of the License.
.\"
.\" 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.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
.TH xentop 1 "August 2005"
.SH NAME
\fBxentop\fR \- displays real-time information about a Xen system and domains

.SH SYNOPSIS
.B xentop
[\fB\-h\fR]
[\fB\-V\fR]
[\fB\-d\fRSECONDS]
[\fB\-n\fR]
[\fB\-r\fR]
[\fB\-v\fR]
[\fB\-b\fR]
[\fB\-i\fRITERATIONS]

.SH DESCRIPTION
\fBxentop\fR displays information about the Xen system and domains, in a
continually-updating manner.  Command-line options and interactive commands
can change the detail and format of the information displayed by \fBxentop\fR.

.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
display help and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
output version information and exit
.TP
\fB\-d\fR, \fB\-\-delay\fR=\fISECONDS\fR
seconds between updates (default 3)
.TP
\fB\-n\fR, \fB\-\-networks\fR
output network information
.TP
\fB\-x\fR, \fB\-\-vbds\fR
output vbd block device data
.TP
\fB\-r\fR, \fB\-\-repeat\-header\fR
repeat table header before each domain
.TP
\fB\-v\fR, \fB\-\-vcpus\fR
output VCPU data
.TP
\fB\-b\fR, \fB\-\-batch\fR
output data in batch mode (to stdout)
.TP
\fB\-i\fR, \fB\-\-iterations\fR=\fIITERATIONS\fR
maximum number of iterations xentop should produce before ending


.SH "INTERACTIVE COMMANDS"
All interactive commands are case-insensitive.
.TP
.B D
set delay between updates
.TP
.B N
toggle display of network information
.TP
.B Q, Esc
quit
.TP
.B R
toggle table header before each domain
.TP
.B S
cycle sort order
.TP
.B V
toggle display of VCPU information
.TP
.B Arrows
scroll domain display

.SH AUTHORS
Written by Judy Fischbach, David Hendricks, and Josh Triplett

.SH "REPORTING BUGS"
Report bugs to <xen-tools@lists.xensource.com>.

.SH COPYRIGHT
Copyright \(co 2005  International Business Machines  Corp
.br
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.