diff mbox

[Xen-devel,OSSTEST] Capture "lspci -vvv" output.

Message ID 1395312547-21588-1-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell March 20, 2014, 10:49 a.m. UTC
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
v2: resending outside of thread where it could be missed.
---
 ts-logs-capture | 1 +
 1 file changed, 1 insertion(+)

Comments

Andrew Cooper March 20, 2014, 10:52 a.m. UTC | #1
On 20/03/14 10:49, Ian Campbell wrote:
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> ---
> 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);
>          }
Ian Campbell March 20, 2014, 3:16 p.m. UTC | #2
On Thu, 2014-03-20 at 10:52 +0000, Andrew Cooper wrote:
> On 20/03/14 10:49, Ian Campbell wrote:
> > Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> > ---
> > 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.

Sounds sensible.

Ian, rather than my resend would you object to me pushing this patch
adding "lspci -tv" to the list as well?

Ian.
diff mbox

Patch

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',
          ) {
             try_cmd_output_save($cmd);
         }