From: Dario Faggioli Date: Wed, 24 Jun 2015 16:11:22 +0000 (+0200) Subject: ts-logs-capture: some more info when capturing logs X-Git-Tag: wip.libvirt-v3-base~102 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d0ac45b27591f75cbe045489930c01d5b6f1bc4e;p=people%2Fliuw%2Fosstest.git ts-logs-capture: some more info when capturing logs more specifically: * '-n' switch to xl info, to show the topology of the host, * 'xl vcpu-list', to show what the various vcpus are up to. Signed-off-by: Dario Faggioli Acked-by: Ian Campbell Acked-by: Ian Jackson --- diff --git a/ts-logs-capture b/ts-logs-capture index 2078459..2498416 100755 --- a/ts-logs-capture +++ b/ts-logs-capture @@ -153,9 +153,10 @@ sub fetch_logs_host_guests () { foreach my $cmd ( - 'xl info', + 'xl info -n', 'cat /proc/cpuinfo', 'xl list', + 'xl vcpu-list', 'xm list', 'xm list --long', 'xenstore-ls -fp',