Blame SOURCES/virt-top-1.0.4-processcsv-documentation.patch

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