source: trunk/packages/xen-3.1/xen-3.1/tools/xenstat/xentop/xentop.1 @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 2.6 KB
Line 
1.\" Copyright (C) International Business Machines  Corp., 2005
2.\" Author: Josh Triplett <josht@us.ibm.com>
3.\"
4.\" This program is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by
6.\" the Free Software Foundation; under version 2 of the License.
7.\"
8.\" This program is distributed in the hope that it will be useful,
9.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
10.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11.\" GNU General Public License for more details.
12.\"
13.\" You should have received a copy of the GNU General Public License
14.\" along with this program; if not, write to the Free Software
15.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16.TH xentop 1 "August 2005"
17.SH NAME
18\fBxentop\fR \- displays real-time information about a Xen system and domains
19
20.SH SYNOPSIS
21.B xentop
22[\fB\-h\fR]
23[\fB\-V\fR]
24[\fB\-d\fRSECONDS]
25[\fB\-n\fR]
26[\fB\-r\fR]
27[\fB\-v\fR]
28[\fB\-b\fR]
29[\fB\-i\fRITERATIONS]
30
31.SH DESCRIPTION
32\fBxentop\fR displays information about the Xen system and domains, in a
33continually-updating manner.  Command-line options and interactive commands
34can change the detail and format of the information displayed by \fBxentop\fR.
35
36.SH OPTIONS
37.TP
38\fB\-h\fR, \fB\-\-help\fR
39display help and exit
40.TP
41\fB\-V\fR, \fB\-\-version\fR
42output version information and exit
43.TP
44\fB\-d\fR, \fB\-\-delay\fR=\fISECONDS\fR
45seconds between updates (default 3)
46.TP
47\fB\-n\fR, \fB\-\-networks\fR
48output network information
49.TP
50\fB\-x\fR, \fB\-\-vbds\fR
51output vbd block device data
52.TP
53\fB\-r\fR, \fB\-\-repeat\-header\fR
54repeat table header before each domain
55.TP
56\fB\-v\fR, \fB\-\-vcpus\fR
57output VCPU data
58.TP
59\fB\-b\fR, \fB\-\-batch\fR
60output data in batch mode (to stdout)
61.TP
62\fB\-i\fR, \fB\-\-iterations\fR=\fIITERATIONS\fR
63maximum number of iterations xentop should produce before ending
64
65
66.SH "INTERACTIVE COMMANDS"
67All interactive commands are case-insensitive.
68.TP
69.B D
70set delay between updates
71.TP
72.B N
73toggle display of network information
74.TP
75.B Q, Esc
76quit
77.TP
78.B R
79toggle table header before each domain
80.TP
81.B S
82cycle sort order
83.TP
84.B V
85toggle display of VCPU information
86.TP
87.B Arrows
88scroll domain display
89
90.SH AUTHORS
91Written by Judy Fischbach, David Hendricks, and Josh Triplett
92
93.SH "REPORTING BUGS"
94Report bugs to <dsteklof@us.ibm.com>.
95
96.SH COPYRIGHT
97Copyright \(co 2005  International Business Machines  Corp
98.br
99This is free software; see the source for copying conditions.  There is NO
100warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Note: See TracBrowser for help on using the repository browser.