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

056839
From c3b7c8d964ec0306e5ef7996ee606494e0349d62 Mon Sep 17 00:00:00 2001
056839
From: "Richard W.M. Jones" <rjones@redhat.com>
056839
Date: Tue, 29 Nov 2022 08:13:30 +0000
056839
Subject: [PATCH 01/23] virt-top-1.0.4-processcsv-documentation
056839
056839
---
056839
 virt-top/virt-top.pod | 16 ++++++++++++++++
056839
 1 file changed, 16 insertions(+)
056839
056839
diff --git a/virt-top/virt-top.pod b/virt-top/virt-top.pod
056839
index 4d81608..7b5e0e4 100755
056839
--- a/virt-top/virt-top.pod
056839
+++ b/virt-top/virt-top.pod
056839
@@ -129,6 +129,22 @@ I<output.csv.00>, I<output.csv.01> etc.
263533
 
263533
  virt-top --csv >(split -d -l 1000 - output.csv.)
263533
 
263533
+RHEL provides a short Python script called C<processcsv.py> which
263533
+can be used to post-process the CSV output.  Run it like this:
263533
+
263533
+ virt-top --csv data.csv
263533
+ processcsv.py < data.csv
263533
+
263533
+This creates or I<overwrites> the following files in the current
263533
+directory:
263533
+
263533
+ global.csv
263533
+ domain<NNN>.csv
263533
+
263533
+C<global.csv> will contain the global data.  One
263533
+C<domainE<lt>NNNE<gt>.csv> file will also be created for each domain
263533
+with ID C<NNN>, containing the per-domain data.
263533
+
263533
 =item B<--no-csv-cpu>
263533
 
263533
 Disable domain CPU stats in CSV output.
056839
-- 
056839
2.31.1
056839