271612
=head1 NAME
271612
271612
processcsv.py - process virt-top CSV files
271612
271612
=head1 SUMMARY
271612
271612
 virt-top --csv data.csv
271612
 processcsv.py < data.csv
271612
271612
=head1 DESCRIPTION
271612
271612
virt-top is a L<top(1)>-like utility for showing stats of virtualized
271612
domains.
271612
271612
processcsv.py is a simple Python script that post-processes the output
271612
of C<virt-top --csv>.
271612
271612
It is used like this:
271612
271612
 virt-top --csv data.csv
271612
 processcsv.py < data.csv
271612
271612
The second command will B<overwrite> the following files in the
271612
current directory:
271612
271612
=over 4
271612
271612
=item C<global.csv>
271612
271612
This contains the global (host) statistics columns from the CSV file.
271612
271612
=item C<domainI<NN>.csv> (multiple files)
271612
271612
For each libvirt domain ID I<NN>, a file is created containing
271612
the per-domain statistics from the CSV file.
271612
271612
=back
271612
271612
=head1 SEE ALSO
271612
271612
L<virt-top(1)>
271612
271612
=head1 AUTHORS
271612
271612
Richard W.M. Jones <rjones @ redhat . com>
271612
271612
=head1 COPYRIGHT
271612
271612
(C) Copyright 2007-2012 Red Hat Inc., Richard W.M. Jones
271612
http://libvirt.org/
271612
271612
This program is free software; you can redistribute it and/or modify
271612
it under the terms of the GNU General Public License as published by
271612
the Free Software Foundation; either version 2 of the License, or
271612
(at your option) any later version.
271612
271612
This program is distributed in the hope that it will be useful,
271612
but WITHOUT ANY WARRANTY; without even the implied warranty of
271612
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
271612
GNU General Public License for more details.
271612
271612
You should have received a copy of the GNU General Public License
271612
along with this program; if not, write to the Free Software
271612
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.