Xentop(1): Difference between revisions
Lars.kurth (talk | contribs) (Created page with "== NAME == '''xentop''' - displays real-time information about a Xen system. It is shipped with xen tools. == SYNOPSIS == '''xentop''' [-h] [-V] [-dSECONDS] [-n] [-r] [-v] [-b] …") |
(→OPTIONS: added option -f) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== SYNOPSIS == |
== SYNOPSIS == |
||
<pre>xentop [-h] [-V] [-dSECONDS] [-n] [-r] [-x] [-v] [-f] [-b] [-iITERATIONS]</pre> |
|||
== DESCRIPTION == |
== 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. |
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. |
||
<gallery> |
|||
File:Xentop.png|Screenshot of xentop output |
|||
</gallery> |
|||
== OPTIONS == |
== OPTIONS == |
||
Line 30: | Line 34: | ||
'''-v, --vcpus'''<br> |
'''-v, --vcpus'''<br> |
||
Show VCPU data |
Show VCPU data |
||
'''-f, --full-name'''<br> |
|||
output the full domain name (not truncated) |
|||
'''-b, --batch'''<br> |
'''-b, --batch'''<br> |
||
Line 60: | Line 67: | ||
'''Arrows'''<br> |
'''Arrows'''<br> |
||
Scroll domain display |
Scroll domain display |
||
== BUGS == |
|||
Send bugs to [mailto:xen-devel@lists.xen.org xen-devel@lists.xen.org], see [http://wiki.xen.org/xenwiki/ReportingBugs http://wiki.xen.org/xenwiki/ReportingBugs] on how to send bug reports. |
|||
[[Category:Xen]] |
|||
[[Category:ManPage]] |
|||
[[Category:Manual]] |
|||
[[Category:Beginners]] |
|||
[[Category:Users]] |
Latest revision as of 15:01, 5 June 2014
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] [-f] [-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
-f, --full-name
output the full domain name (not truncated)
-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.