]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu-gather: Allow gathering and parsing data in one step.
authorTim Wiederhake <twiederh@redhat.com>
Tue, 15 Dec 2020 16:25:13 +0000 (17:25 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 18 Dec 2020 22:20:51 +0000 (23:20 +0100)
commit4b9720e89f7ae0ebee06c61e18ad48b00de967ec
tree9bcef1624a0aadaf758faf9b5198bd6bcaa06215
parent731b922a657ec359797196b1c32f67ea8e163de9
cpu-gather: Allow gathering and parsing data in one step.

Make
  ./cpu-gather.py --gather --parse
an alias of
  ./cpu-gather.py [--gather] | ./cpu-gather.py --parse

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/cputestdata/cpu-gather.py