[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] OSSTest: some more info when capturing logs
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@xxxxxxxxxx> --- 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:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |