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] 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=back 61 62=head1 INTERACTIVE COMMANDS 63 64All interactive commands are case-insensitive. 65 66=over 4 67 68=item B<D> 69 70set delay between updates 71 72=item B<N> 73 74toggle display of network information 75 76=item B<Q>, B<Esc> 77 78quit 79 80=item B<R> 81 82toggle table header before each domain 83 84=item B<S> 85 86cycle sort order 87 88=item B<V> 89 90toggle display of VCPU information 91 92=item B<Arrows> 93 94scroll domain display 95 96=back 97 98=head1 AUTHORS 99 100Written by Judy Fischbach, David Hendricks, and Josh Triplett 101 102=head1 REPORTING BUGS 103 104Report bugs to <xen-devel@lists.xen.org>. 105 106=head1 COPYRIGHT 107 108Copyright 2005 International Business Machines Corp 109 110This is free software; see the source for copying conditions. There is NO 111warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 112