From: Richard W.M. Jones Date: Tue, 29 Nov 2022 08:13:30 +0000 (+0000) Subject: virt-top-1.0.4-processcsv-documentation X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c3b7c8d964ec0306e5ef7996ee606494e0349d62;p=virt-top.git virt-top-1.0.4-processcsv-documentation --- diff --git a/virt-top/virt-top.pod b/virt-top/virt-top.pod index 4d81608..7b5e0e4 100755 --- a/virt-top/virt-top.pod +++ b/virt-top/virt-top.pod @@ -129,6 +129,22 @@ I, I etc. 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.