]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
ts-logs-capture: some more info when capturing logs
authorDario Faggioli <dario.faggioli@citrix.com>
Wed, 24 Jun 2015 16:11:22 +0000 (18:11 +0200)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 26 Jun 2015 10:28:47 +0000 (11:28 +0100)
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 <dario.faggioli@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
ts-logs-capture

index 2078459e6639d0ccde482281e764e3f1b0d0717b..2498416d71b6215ca2de4d819c2abbb084540a10 100755 (executable)
@@ -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',