* [PATCH OSSTEST] Capture "lspci -vvv" output.
@ 2014-03-20 10:49 Ian Campbell
2014-03-20 10:52 ` Andrew Cooper
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2014-03-20 10:49 UTC (permalink / raw)
To: ian.jackson; +Cc: Ian Campbell, xen-devel
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',
) {
try_cmd_output_save($cmd);
}
--
1.8.5.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH OSSTEST] Capture "lspci -vvv" output.
2014-03-20 10:49 [PATCH OSSTEST] Capture "lspci -vvv" output Ian Campbell
@ 2014-03-20 10:52 ` Andrew Cooper
2014-03-20 15:16 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cooper @ 2014-03-20 10:52 UTC (permalink / raw)
To: Ian Campbell; +Cc: ian.jackson, xen-devel
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);
> }
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH OSSTEST] Capture "lspci -vvv" output.
2014-03-20 10:52 ` Andrew Cooper
@ 2014-03-20 15:16 ` Ian Campbell
0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2014-03-20 15:16 UTC (permalink / raw)
To: Andrew Cooper; +Cc: ian.jackson, xen-devel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-20 15:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 10:49 [PATCH OSSTEST] Capture "lspci -vvv" output Ian Campbell
2014-03-20 10:52 ` Andrew Cooper
2014-03-20 15:16 ` Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).