From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: [OSSTEST PATCH v3 3/3] ts-logs-capture: include some cpupools info in the captured logs. Date: Sat, 03 Oct 2015 02:39:38 +0200 Message-ID: <20151003003937.12311.68196.stgit@Solace.station> References: <20151003003554.12311.97039.stgit@Solace.station> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZiArV-0002YG-OS for xen-devel@lists.xenproject.org; Sat, 03 Oct 2015 00:39:41 +0000 Received: by wiclk2 with SMTP id lk2so53890324wic.0 for ; Fri, 02 Oct 2015 17:39:40 -0700 (PDT) In-Reply-To: <20151003003554.12311.97039.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: xen-devel@lists.xenproject.org Cc: Juergen Gross , Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Dario Faggioli --- 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',