Message ID | 1395312547-21588-1-git-send-email-ian.campbell@citrix.com |
---|---|
State | New |
Headers | show |
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); > }
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 --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); }
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(+)