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