[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] OSSTest: some more info when capturing logs
On Wed, 2015-06-24 at 18:11 +0200, Dario Faggioli wrote: > more specifically: > > * '-n' switch to xl info, to show the topology > of the host, Is the information from "xl info -n" a superset of that from "xl info"? IOW could we just collect xl info -n and be done with it? > * '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', > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |