diff options
author | Stefan Raspl <raspl@de.ibm.com> | 2020-03-06 12:42:47 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-03-23 20:44:21 +0100 |
commit | 0c794dcefbbc6b128f74b4c46c3ef49321d88735 (patch) | |
tree | 36908ac39b5dde60857097dee69a764369dcf799 /tools/kvm/kvm_stat/kvm_stat.txt | |
parent | tools/kvm_stat: add command line switch '-s' to set update interval (diff) | |
download | linux-0c794dcefbbc6b128f74b4c46c3ef49321d88735.tar.xz linux-0c794dcefbbc6b128f74b4c46c3ef49321d88735.zip |
tools/kvm_stat: add command line switch '-c' to log in csv format
Add an alternative format that can be more easily used for further
processing later on.
Note that we add a timestamp in the first column for both, the regular
and the new csv format.
Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
Message-Id: <20200306114250.57585-5-raspl@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/kvm/kvm_stat/kvm_stat.txt')
-rw-r--r-- | tools/kvm/kvm_stat/kvm_stat.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/kvm/kvm_stat/kvm_stat.txt b/tools/kvm/kvm_stat/kvm_stat.txt index 20928057cc9e..a97ded2aedad 100644 --- a/tools/kvm/kvm_stat/kvm_stat.txt +++ b/tools/kvm/kvm_stat/kvm_stat.txt @@ -64,6 +64,10 @@ OPTIONS --batch:: run in batch mode for one second +-c:: +--csv=<file>:: + log in csv format - requires option -l/--log + -d:: --debugfs:: retrieve statistics from debugfs |