From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH v3 3/3] ts-logs-capture: include some cpupools info in the captured logs. Date: Fri, 9 Oct 2015 15:36:32 +0100 Message-ID: <1444401392.1410.403.camel@citrix.com> References: <20151003003554.12311.97039.stgit@Solace.station> <20151003003937.12311.68196.stgit@Solace.station> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZkYmi-0006JY-Nm for xen-devel@lists.xenproject.org; Fri, 09 Oct 2015 14:36:36 +0000 In-Reply-To: <20151003003937.12311.68196.stgit@Solace.station> 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 , xen-devel@lists.xenproject.org Cc: Juergen Gross , Ian Jackson List-Id: xen-devel@lists.xenproject.org On Sat, 2015-10-03 at 02:39 +0200, Dario Faggioli wrote: > Signed-off-by: Dario Faggioli Acked-by: Ian Campbell There's probably no need for this to wait for the rest. > --- > Cc: Ian Jackson > Cc: Ian Campbell > Cc: Juergen Gross > --- > Changes from v2: > * new patch, the introduction of which was suggested > during review. > --- > ts-logs-capture | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/ts-logs-capture b/ts-logs-capture > index b99b1db..b1e7012 100755 > --- a/ts-logs-capture > +++ b/ts-logs-capture > @@ -186,6 +186,8 @@ sub fetch_logs_host () { > 'cat /proc/cpuinfo', > 'xl list', > 'xl vcpu-list', > + 'xl cpupool-list', > + 'xl cpupool-list -c', > 'xm list', > 'xm list --long', > 'xenstore-ls -fp', >