From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: [PATCH] OSSTest: some more info when capturing logs Date: Wed, 24 Jun 2015 18:11:22 +0200 Message-ID: <1435162282.25170.134.camel@citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0871962089270641585==" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xen.org" Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org --===============0871962089270641585== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-enG0UlM5SdVURzfnLqFg" --=-enG0UlM5SdVURzfnLqFg Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 --- 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 () { =20 foreach my $cmd ( - 'xl info', + 'xl info -n', 'cat /proc/cpuinfo', 'xl list', + 'xl vcpu-list', 'xm list', 'xm list --long', 'xenstore-ls -fp', --=20 <> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) --=-enG0UlM5SdVURzfnLqFg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlWK1qoACgkQk4XaBE3IOsQLVgCfSf6rK4d9U7SXMsOHxJ2gnMfm FLkAn0BQFMcVMoee3n820hSgp6V8PTNq =U/B3 -----END PGP SIGNATURE----- --=-enG0UlM5SdVURzfnLqFg-- --===============0871962089270641585== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============0871962089270641585==--