[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [OSSTEST PATCH] sg-report-host-history: Reduce limit from 2000 to 200


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  • Date: Wed, 6 Nov 2019 16:52:31 +0000
  • Authentication-results: esa1.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none; spf=None smtp.pra=ian.jackson@xxxxxxxxxxxxx; spf=Pass smtp.mailfrom=Ian.Jackson@xxxxxxxxxx; spf=None smtp.helo=postmaster@xxxxxxxxxxxxxxx
  • Cc: Jürgen Groß <jgross@xxxxxxxx>, Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  • Delivery-date: Wed, 06 Nov 2019 16:53:00 +0000
  • Ironport-sdr: mklsC0DupzVCsVpzF+x8wOKO1SbSDhhGsnoMYrY7K7TOI0p2XakpCq2wzZZ73g+HpY5L3oaT/z nBaPbT9IGyOmgDMb12cSaDpT3KvZJ4XX0moJt43rBedSbJFkvsaU22tpgq4eQl6PTPMbc5/IfB t85stLGjJOiYgsQQj2QrnJOMTV+GKGkQ7iXe+6s031QRJM31/SejMQER2fwY03WuKXNw49qBgk Uys//Cnwc2aSTSh1tGPhh1vATEWiVZyUfObqimCWZ04YhmEmuql5XBIUhSunoT6tOFIrou8ZrG 6gw=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Currently the "sg-report-host-history" part of most flights is taking
an inordinate amount of time.  Hours.  These are serialised and this
is a big problem, seriously impeding throughput.

Reducing this limit by a factor of 10 will reduce the available
history when we are looking at host-specific problems.  It is an
emergency fix.

I am working on an arrangement which will avoid having to rescan all
of history each time and which will instead reuse previous output.

CC: Jürgen Groß <jgross@xxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 sg-report-host-history | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sg-report-host-history b/sg-report-host-history
index 18b538e9..bd7391e0 100755
--- a/sg-report-host-history
+++ b/sg-report-host-history
@@ -28,7 +28,7 @@ use POSIX;
 
 use Osstest::Executive qw(:DEFAULT :colours);
 
-our $limit= 2000;
+our $limit= 200;
 our $flightlimit;
 our $htmlout = ".";
 our @blessings;
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.