From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] OSSTest: some more info when capturing logs Date: Thu, 25 Jun 2015 09:48:18 +0100 Message-ID: <1435222098.28264.310.camel@citrix.com> References: <1435162282.25170.134.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1435162282.25170.134.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Dario Faggioli Cc: Ian Jackson , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Wed, 2015-06-24 at 18:11 +0200, Dario Faggioli wrote: > more specifically: > > * '-n' switch to xl info, to show the topology > of the host, Is the information from "xl info -n" a superset of that from "xl info"? IOW could we just collect xl info -n and be done with it? > * 'xl vcpu-list', to show what the various vcpus > are up to. > > Signed-off-by: Dario Faggioli > --- > ts-logs-capture | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > 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', >