From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH OSSTEST] Capture "lspci -vvv" output. Date: Thu, 20 Mar 2014 10:52:55 +0000 Message-ID: <532AC887.7000302@citrix.com> References: <1395312547-21588-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1395312547-21588-1-git-send-email-ian.campbell@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: Ian Campbell Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 20/03/14 10:49, Ian Campbell wrote: > Signed-off-by: Ian Campbell > --- > v2: resending outside of thread where it could be missed. > --- > ts-logs-capture | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/ts-logs-capture b/ts-logs-capture > index a0bd936..62b24d0 100755 > --- a/ts-logs-capture > +++ b/ts-logs-capture > @@ -154,6 +154,7 @@ sub fetch_logs_host_guests () { > 'brctl show', > 'lvm lvs', > 'ps wwwaxf -eo pid,tty,stat,time,nice,psr,pcpu,pmem,nwchan,wchan:25,args', > + 'lspci -vvv', For XenServer, we collect lspci -tv as well, for the benefit of the human trying to interpret lspci -vvv. I would recommend the same here. ~Andrew > ) { > try_cmd_output_save($cmd); > }