[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] examine: save xl info output
One reason we want this is that it contains a reasonably easy-to-parse record of the host memory. When we have collected this information for all hosts, as xl info output, we can write a program to copy the information into a host property. This will allow us to restrict certain jobs to hosts with enough memory. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CC: George Dunlap <George.Dunlap@xxxxxxxxxx> CC: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- ts-examine-logs-save | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts-examine-logs-save b/ts-examine-logs-save index 22aa331..0c97330 100755 --- a/ts-examine-logs-save +++ b/ts-examine-logs-save @@ -82,7 +82,8 @@ sub save_logs () { -output-cat_#proc#modules -output-cat_#proc#partitions -output-ifconfig - -output-lspci_-tv)) { + -output-lspci_-tv + -output-xl_info_-n)) { my $re = $pat; $re =~ s/^-/\Q$ho->{Name}\E-/; push @re, "^$re\$"; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |