1=head1 NAME 2 3xentop - displays real-time information about a Xen system and domains 4 5=head1 SYNOPSIS 6 7B<xentop> [B<-h>] [B<-V>] [B<-d>SECONDS] [B<-n>] [B<-r>] [B<-v>] [B<-f>] 8[B<-b>] [B<-i>ITERATIONS] [B<-z>] 9 10=head1 DESCRIPTION 11 12B<xentop> displays information about the Xen system and domains, in a 13continually-updating manner. Command-line options and interactive commands 14can change the detail and format of the information displayed by B<xentop>. 15 16=head1 OPTIONS 17 18=over 4 19 20=item B<-h>, B<--help> 21 22display help and exit 23 24=item B<-V>, B<--version> 25 26output version information and exit 27 28=item B<-d>, B<--delay>=I<SECONDS> 29 30seconds between updates (default 3) 31 32=item B<-n>, B<--networks> 33 34output network information 35 36=item B<-x>, B<--vbds> 37 38output vbd block device data 39 40=item B<-r>, B<--repeat-header> 41 42repeat table header before each domain 43 44=item B<-v>, B<--vcpus> 45 46output VCPU data 47 48=item B<-f>, B<--full-name> 49 50output the full domain name (not truncated) 51 52=item B<-b>, B<--batch> 53 54output data in batch mode (to stdout) 55 56=item B<-i>, B<--iterations>=I<ITERATIONS> 57 58maximum number of iterations xentop should produce before ending 59 60=item B<-z>, B<--dom0-first> 61 62display dom0 first, ignoring interactive sorting 63 64=back 65 66=head1 INTERACTIVE COMMANDS 67 68All interactive commands are case-insensitive. 69 70=over 4 71 72=item B<D> 73 74set delay between updates 75 76=item B<N> 77 78toggle display of network information 79 80=item B<Q>, B<Esc> 81 82quit 83 84=item B<R> 85 86toggle table header before each domain 87 88=item B<S> 89 90cycle sort order 91 92=item B<V> 93 94toggle display of VCPU information 95 96=item B<Arrows> 97 98scroll domain display 99 100=back 101 102=head1 AUTHORS 103 104Written by Judy Fischbach, David Hendricks, and Josh Triplett 105 106=head1 REPORTING BUGS 107 108Report bugs to <xen-devel@lists.xenproject.org>. 109 110=head1 COPYRIGHT 111 112Copyright 2005 International Business Machines Corp 113 114This is free software; see the source for copying conditions. There is NO 115warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 116