Difference between revisions of "Xentop(1)"

From Xen
(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] …")
 
m (Added bugs and categories)
Line 60: Line 60:
 
'''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]]

Revision as of 10:20, 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] [-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.