All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.