Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(2) |
Oct
|
Nov
(14) |
Dec
(38) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(105) |
Feb
(79) |
Mar
(69) |
Apr
(63) |
May
(35) |
Jun
(35) |
Jul
(111) |
Aug
(36) |
Sep
(89) |
Oct
(195) |
Nov
(179) |
Dec
(126) |
2002 |
Jan
(78) |
Feb
(165) |
Mar
(189) |
Apr
(74) |
May
(53) |
Jun
(86) |
Jul
(128) |
Aug
(172) |
Sep
(132) |
Oct
(276) |
Nov
(42) |
Dec
(75) |
2003 |
Jan
(163) |
Feb
(204) |
Mar
(108) |
Apr
(164) |
May
(100) |
Jun
(26) |
Jul
(53) |
Aug
(97) |
Sep
(58) |
Oct
(39) |
Nov
(23) |
Dec
(54) |
2004 |
Jan
(41) |
Feb
(69) |
Mar
(212) |
Apr
(82) |
May
(62) |
Jun
(55) |
Jul
(91) |
Aug
(106) |
Sep
(96) |
Oct
(239) |
Nov
(68) |
Dec
(60) |
2005 |
Jan
(22) |
Feb
(86) |
Mar
(27) |
Apr
(49) |
May
(83) |
Jun
(8) |
Jul
(8) |
Aug
(13) |
Sep
(51) |
Oct
(66) |
Nov
(64) |
Dec
(61) |
2006 |
Jan
(69) |
Feb
(60) |
Mar
(46) |
Apr
(44) |
May
(147) |
Jun
(93) |
Jul
(21) |
Aug
(38) |
Sep
(39) |
Oct
(30) |
Nov
(40) |
Dec
(17) |
2007 |
Jan
(16) |
Feb
(22) |
Mar
(19) |
Apr
(14) |
May
(6) |
Jun
(13) |
Jul
(53) |
Aug
(55) |
Sep
(46) |
Oct
(25) |
Nov
(45) |
Dec
(18) |
2008 |
Jan
(22) |
Feb
(7) |
Mar
(34) |
Apr
(47) |
May
(27) |
Jun
(21) |
Jul
(34) |
Aug
(21) |
Sep
(46) |
Oct
(523) |
Nov
(295) |
Dec
(15) |
2009 |
Jan
(35) |
Feb
(21) |
Mar
(20) |
Apr
(29) |
May
(83) |
Jun
(57) |
Jul
(71) |
Aug
(25) |
Sep
(20) |
Oct
(25) |
Nov
(15) |
Dec
(35) |
2010 |
Jan
(26) |
Feb
(23) |
Mar
(21) |
Apr
(10) |
May
(17) |
Jun
(14) |
Jul
(15) |
Aug
(27) |
Sep
(9) |
Oct
(19) |
Nov
(9) |
Dec
(10) |
2011 |
Jan
(17) |
Feb
(10) |
Mar
(9) |
Apr
(15) |
May
(8) |
Jun
(7) |
Jul
(12) |
Aug
(22) |
Sep
(15) |
Oct
(103) |
Nov
(203) |
Dec
(190) |
2012 |
Jan
(6) |
Feb
(8) |
Mar
(19) |
Apr
(5) |
May
(13) |
Jun
(20) |
Jul
(33) |
Aug
(19) |
Sep
(19) |
Oct
(13) |
Nov
(3) |
Dec
(7) |
2013 |
Jan
(8) |
Feb
(2) |
Mar
(5) |
Apr
(27) |
May
(9) |
Jun
(13) |
Jul
(5) |
Aug
(3) |
Sep
(2) |
Oct
(4) |
Nov
(2) |
Dec
(3) |
2014 |
Jan
(3) |
Feb
(12) |
Mar
(10) |
Apr
(6) |
May
(7) |
Jun
(1) |
Jul
(15) |
Aug
(11) |
Sep
(1) |
Oct
(5) |
Nov
(3) |
Dec
(6) |
2015 |
Jan
|
Feb
(4) |
Mar
(9) |
Apr
(11) |
May
(9) |
Jun
(1) |
Jul
(7) |
Aug
(6) |
Sep
(2) |
Oct
(3) |
Nov
(5) |
Dec
(3) |
2016 |
Jan
(7) |
Feb
(9) |
Mar
(11) |
Apr
(4) |
May
(5) |
Jun
(9) |
Jul
(628) |
Aug
(620) |
Sep
(390) |
Oct
(1239) |
Nov
(12) |
Dec
(12) |
2017 |
Jan
(6) |
Feb
(2) |
Mar
(16) |
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
(1) |
17
(10) |
18
(1) |
19
|
20
(2) |
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
From: Mike Kravetz <mkravetz@se...> - 2000-11-18 00:20:45
|
On Fri, Nov 17, 2000 at 01:59:52PM -0800, Rajagopal Ananthanarayanan wrote: <stuff deleted> > Are there any thoughts about making the behavior of the > scheduler configurable? Nope, we have been busy just trying to get multiple runqueues right. > For example, getting the real-time > scheduler to work correctly can be tricky with multiple run-queues, > since there is no single ordering entity. Our approach to solving this problem is to have a dedicated realtime runqueue where all realtime tasks reside. This takes care of the ordering issues. The thought is that any CPU would be able to schedule tasks from the realtime runqueue. As you noted, this can be tricky. > Relaxing the real-time > scheduler to say that "thread with highest priority will be > dispatched in < 1 millisecond" gives some leeway in designing > distributed queues & their balancing. For harder real-time requirements > this may be substituted with more stringent balancing algorithms, > at the cost of basic scheduling complexity. > > Along similar lines there is some work at HP towards a plug-in > scheduler. You might want to checkout: > > http://resourcemanagement.unixsolutions.hp.com/WaRM/schedpolicy.html Thanks for the pointer. -- Mike Kravetz mkravetz@... IBM Linux Technology Center 15450 SW Koll Parkway Beaverton, OR 97006-6063 (503)578-3494 |