1xentop(1) General Commands Manual xentop(1)
2
3
4
6 xentop - displays real-time information about a Xen system and domains
7
8
10 xentop [-h] [-V] [-dSECONDS] [-n] [-r] [-v] [-b] [-iITERATIONS]
11
12
14 xentop displays information about the Xen system and domains, in a con‐
15 tinually-updating manner. Command-line options and interactive com‐
16 mands can change the detail and format of the information displayed by
17 xentop.
18
19
21 -h, --help
22 display help and exit
23
24 -V, --version
25 output version information and exit
26
27 -d, --delay=SECONDS
28 seconds between updates (default 3)
29
30 -n, --networks
31 output network information
32
33 -x, --vbds
34 output vbd block device data
35
36 -r, --repeat-header
37 repeat table header before each domain
38
39 -v, --vcpus
40 output VCPU data
41
42 -b, --batch
43 output data in batch mode (to stdout)
44
45 -i, --iterations=ITERATIONS
46 maximum number of iterations xentop should produce before ending
47
48
49
51 All interactive commands are case-insensitive.
52
53 D set delay between updates
54
55 N toggle display of network information
56
57 Q, Esc quit
58
59 R toggle table header before each domain
60
61 S cycle sort order
62
63 V toggle display of VCPU information
64
65 Arrows scroll domain display
66
67
69 Written by Judy Fischbach, David Hendricks, and Josh Triplett
70
71
73 Report bugs to <xen-tools@lists.xensource.com>.
74
75
77 Copyright © 2005 International Business Machines Corp
78 This is free software; see the source for copying conditions. There is
79 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
80 PURPOSE.
81
82
83
84 August 2005 xentop(1)