public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] BFS CPU scheduler v0.414 for linux-3.1
@ 2011-11-03  5:45 Con Kolivas
  0 siblings, 0 replies; only message in thread
From: Con Kolivas @ 2011-11-03  5:45 UTC (permalink / raw)
  To: linux-kernel

This is to announce a resync of the BFS CPU scheduler for the latest linux 
kernel.

http://ck.kolivas.org/patches/bfs/3.1.0/3.1-sched-bfs-414.patch

A single shared runqueue O(n) strict fairness, deterministic, earliest 
effective virtual deadline first design.

Excellent throughput and latency for 1 to many CPUs on desktop and server
commodity hardware.

Not recommended for 4096 cpus.

Scalability is optimal when your workload is equal to the number of CPUs on
bfs. ie you should ONLY do make -j4 on quad core, -j2 on dual core and so on.

Features SCHED_IDLEPRIO and SCHED_ISO scheduling policies as well.
You do NOT need to use these policies for good performance, they are purely
optional for even better performance in extreme conditions.

To run something idleprio, use schedtool like so:

schedtool -D -e make -j4

To run something isoprio, use schedtool like so:

schedtool -I -e amarok

Includes accurate sub-tick accounting of tasks so userspace reported
cpu usage may be very different if you have very short lived tasks.


Enjoy.
-- 
-ck

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-03  5:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03  5:45 [ANNOUNCE] BFS CPU scheduler v0.414 for linux-3.1 Con Kolivas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox