Xentop(1): Difference between revisions
Lars.kurth (talk | contribs) mNo edit summary |
Lars.kurth (talk | contribs) m (→SYNOPSIS) |
||
Line 3: | Line 3: | ||
== SYNOPSIS == |
== SYNOPSIS == |
||
<pre>xentop [-h] [-V] [-dSECONDS] [-n] [-r] [-v] [-b] [-iITERATIONS]</pre> |
<pre>xentop [-h] [-V] [-dSECONDS] [-n] [-r] [-x] [-v] [-b] [-iITERATIONS]</pre> |
||
== DESCRIPTION == |
== DESCRIPTION == |
Revision as of 10:34, 18 June 2012
NAME
xentop - displays real-time information about a Xen system. It is shipped with xen tools.
SYNOPSIS
xentop [-h] [-V] [-dSECONDS] [-n] [-r] [-x] [-v] [-b] [-iITERATIONS]
DESCRIPTION
xentop displays information about the Xen system and domain in an ongoing manner in real time. Command-line options and interactive commands can change the information displayed, as well as the level of detail shown.
OPTIONS
-h, --help
Show help and exit
-V, --version
Show version information and exit
-d, --delay=SECONDS
Seconds between updates (default 3)
-n, --networks
Show network information
-x, --vbds
Show vbd block device data
-r, --repeat-header
Repeat table header before each domain
-v, --vcpus
Show VCPU data
-b, --batch
Redirect output data to stdout (batch mode)
-i, --iterations=ITERATIONS
Maximum number of updates that xentop should produce before ending
INTERACTIVE COMMANDS
All interactive commands are case-insensitive.
D
Set delay between updates
N
Toggle display of network information
Q, Esc
Quit
R
Toggle table header before each domain
S
Cycle sort order
V
Toggle display of VCPU information
Arrows
Scroll domain display
BUGS
Send bugs to xen-devel@lists.xen.org, see http://wiki.xen.org/xenwiki/ReportingBugs on how to send bug reports.