All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH v2 00/29] Planner: Performance improvement
@ 2015-09-07 16:07 Ian Jackson
  2015-09-07 16:07 ` [OSSTEST PATCH 01/29] Tcl: Use lshift instead of open-coding with lrange Ian Jackson
                   ` (28 more replies)
  0 siblings, 29 replies; 32+ messages in thread
From: Ian Jackson @ 2015-09-07 16:07 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell

This series addresses a performance problem which we seem to be
experiencing with the existing osstest resource planner in Xen Project
test colo.  The current setup can leave hosts idle for too long before
getting around to allocating them to test jobs.

There are also some reporting/debugging improvements.

The full explanation of the new algorithm is in the commit message for
  14/29 Planner: ms-queuedaemon: Restart planning when resources become free

Most of this series touches code in the central queue daemon, or in
command line tools, and is not subject to the osstest self-push-gate.

I have extensively tested this series in the Cambridge instance, where
this version of ms-queuedaemon is currently running and seems to be
happy.  The queuedaemon changes and the client (per-flight) changes
are fully compatible in both directions (except for Ian C's
out-of-mainline reporting tool which calls `get-plan' and is already
rather broken).

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2015-09-08  9:59 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-07 16:07 [OSSTEST PATCH v2 00/29] Planner: Performance improvement Ian Jackson
2015-09-07 16:07 ` [OSSTEST PATCH 01/29] Tcl: Use lshift instead of open-coding with lrange Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 02/29] Planner: docs: Minor fixes Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 03/29] Planner: docs: Document set-info command Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 04/29] Planner: Fix indefinite holdoff Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 05/29] Planner: client side: $mayalloc parameter to $resourcecall->() Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 06/29] Planner: client side: New `!OK think noalloc' protocol Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 07/29] Planner: client side: Do not force OSSTEST_RESOURCE_PRIORITY Ian Jackson
2015-09-08  9:45   ` Ian Campbell
2015-09-07 16:08 ` [OSSTEST PATCH 08/29] Planner: ms-planner support -w option Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 09/29] Planner: ms-queuedaemon: Prep for multiple walkers Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 10/29] Planner: ms-queuedaemon: Synchronise thinking " Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 11/29] Planner: ms-queuedaemon: Break out queuerun-finished/<walker> Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 12/29] Planner: ms-queuedaemon: Break out notify-to-think Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 13/29] Planner: ms-queuedaemon: Make report-plan take output walker name Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 14/29] Planner: ms-queuedaemon: Restart planning when resources become free Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 15/29] Plan reporting: Break out return-plan-to-client Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 16/29] Plan reporting: Provide get-last-plan queuedaemon command Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 17/29] Planner: ms-queuedaemon: Break out chan-plan-info Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 18/29] Planner: Report unprocessed planning clients Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 19/29] Tcl: Provide get-chan-desc in daemonlib Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 20/29] Planner: ms-queuedaemon: Use chan-get-desc in chan-plan-info Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 21/29] Planner: Remove O(n^2) problem from plan restart Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 22/29] Planner: ms-queuedaemon: Better log message for Tcl `after idle' Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 23/29] Planner: ms-queuedaemon: Reformat debugging output for more tasks Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 24/29] Manual allocation: Report better info in plan for rogue tasks Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 25/29] Manual allocation: Break out manual_allocation_base_jobinfo from mg-blockage Ian Jackson
2015-09-08  9:59   ` Ian Campbell
2015-09-07 16:08 ` [OSSTEST PATCH 26/29] Manual allocation: Provide JobInfo in mg-blockage Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 27/29] Manual allocation: Provide JobInfo in mg-allocate Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 28/29] Manual allocation: Show tty in jobinfo Ian Jackson
2015-09-07 16:08 ` [OSSTEST PATCH 29/29] Manual allocation: Set $| in mg-blockage Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.