All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OSSTest: some more info when capturing logs
@ 2015-06-24 16:11 Dario Faggioli
  2015-06-25  8:48 ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Dario Faggioli @ 2015-06-24 16:11 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell


[-- Attachment #1.1: Type: text/plain, Size: 987 bytes --]

more specifically:

 * '-n' switch to xl info, to show the topology
   of the host,
 * 'xl vcpu-list', to show what the various vcpus
   are up to.

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
---
 ts-logs-capture |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ts-logs-capture b/ts-logs-capture
index 2078459..2498416 100755
--- a/ts-logs-capture
+++ b/ts-logs-capture
@@ -153,9 +153,10 @@ sub fetch_logs_host_guests () {
 
     foreach my $cmd
         (
-         'xl info',
+         'xl info -n',
          'cat /proc/cpuinfo',
          'xl list',
+         'xl vcpu-list',
          'xm list',
          'xm list --long',
          'xenstore-ls -fp',

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-25  9:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-24 16:11 [PATCH] OSSTest: some more info when capturing logs Dario Faggioli
2015-06-25  8:48 ` Ian Campbell
2015-06-25  9:11   ` Dario Faggioli
2015-06-25  9:27     ` 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.