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 |
---|
33 | continually-updating manner. Command-line options and interactive commands |
---|
34 | can 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 |
---|
39 | display help and exit |
---|
40 | .TP |
---|
41 | \fB\-V\fR, \fB\-\-version\fR |
---|
42 | output version information and exit |
---|
43 | .TP |
---|
44 | \fB\-d\fR, \fB\-\-delay\fR=\fISECONDS\fR |
---|
45 | seconds between updates (default 3) |
---|
46 | .TP |
---|
47 | \fB\-n\fR, \fB\-\-networks\fR |
---|
48 | output network information |
---|
49 | .TP |
---|
50 | \fB\-x\fR, \fB\-\-vbds\fR |
---|
51 | output vbd block device data |
---|
52 | .TP |
---|
53 | \fB\-r\fR, \fB\-\-repeat\-header\fR |
---|
54 | repeat table header before each domain |
---|
55 | .TP |
---|
56 | \fB\-v\fR, \fB\-\-vcpus\fR |
---|
57 | output VCPU data |
---|
58 | .TP |
---|
59 | \fB\-b\fR, \fB\-\-batch\fR |
---|
60 | output data in batch mode (to stdout) |
---|
61 | .TP |
---|
62 | \fB\-i\fR, \fB\-\-iterations\fR=\fIITERATIONS\fR |
---|
63 | maximum number of iterations xentop should produce before ending |
---|
64 | |
---|
65 | |
---|
66 | .SH "INTERACTIVE COMMANDS" |
---|
67 | All interactive commands are case-insensitive. |
---|
68 | .TP |
---|
69 | .B D |
---|
70 | set delay between updates |
---|
71 | .TP |
---|
72 | .B N |
---|
73 | toggle display of network information |
---|
74 | .TP |
---|
75 | .B Q, Esc |
---|
76 | quit |
---|
77 | .TP |
---|
78 | .B R |
---|
79 | toggle table header before each domain |
---|
80 | .TP |
---|
81 | .B S |
---|
82 | cycle sort order |
---|
83 | .TP |
---|
84 | .B V |
---|
85 | toggle display of VCPU information |
---|
86 | .TP |
---|
87 | .B Arrows |
---|
88 | scroll domain display |
---|
89 | |
---|
90 | .SH AUTHORS |
---|
91 | Written by Judy Fischbach, David Hendricks, and Josh Triplett |
---|
92 | |
---|
93 | .SH "REPORTING BUGS" |
---|
94 | Report bugs to <dsteklof@us.ibm.com>. |
---|
95 | |
---|
96 | .SH COPYRIGHT |
---|
97 | Copyright \(co 2005 International Business Machines Corp |
---|
98 | .br |
---|
99 | This is free software; see the source for copying conditions. There is NO |
---|
100 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
---|