23e0df2
--- virt-top-1.0.4.old/virt-top/virt-top.pod	2011-08-11 14:30:30.560493914 +0100
23e0df2
+++ virt-top-1.0.4/virt-top/virt-top.pod	2011-08-11 14:34:00.934495607 +0100
23e0df2
@@ -123,6 +123,22 @@
23e0df2
 
23e0df2
  virt-top --csv >(split -d -l 1000 - output.csv.)
23e0df2
 
23e0df2
+RHEL provides a short Python script called C<processcsv.py> which
23e0df2
+can be used to post-process the CSV output.  Run it like this:
23e0df2
+
23e0df2
+ virt-top --csv data.csv
23e0df2
+ processcsv.py < data.csv
23e0df2
+
23e0df2
+This creates or I<overwrites> the following files in the current
23e0df2
+directory:
23e0df2
+
23e0df2
+ global.csv
23e0df2
+ domain<NNN>.csv
23e0df2
+
23e0df2
+C<global.csv> will contain the global data.  One
23e0df2
+C<domainE<lt>NNNE<gt>.csv> file will also be created for each domain
23e0df2
+with ID C<NNN>, containing the per-domain data.
23e0df2
+
23e0df2
 =item B<--no-csv-cpu>
23e0df2
 
23e0df2
 Disable domain CPU stats in CSV output.