All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Pratt <slpratt@austin.ibm.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Minor scheduler fix to get rid of skipping in xmms
Date: Tue, 09 Sep 2003 17:06:45 -0500	[thread overview]
Message-ID: <3F5E4EF5.1030005@austin.ibm.com> (raw)
In-Reply-To: <20030908155639.2cdc8b56.akpm@osdl.org>

Andrew Morton wrote:

>Steven Pratt <slpratt@austin.ibm.com> wrote:
>  
>
>>For specjbb things are looking good from a throughput point of view. 
>>...
>>Volanomark, on the other hand is still off by quite a bit from test4 stock
>>
>>    
>>
>hmm, thanks.
>
>I'm not sure that volanomark is very representative of any real-world
>thing.
>
>  
>
>>...
>>If thre is any particular patch/tree combination you would like me to 
>>try out, please let me know and I will see if I can get the results for 
>>you. 
>>    
>>
>
>Could we please see test5 versus test5 plus Andrew's patch?
>
>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2.6.0-test4-mm6/broken-out/sched-CAN_MIGRATE_TASK-fix.patch
>
This patch improves specjjb over test5 and has no real effect on any of 
kernbench, volanomark or specsdet.

Specjbb Throughput
           2.6.0-test5 2.6.0-test5BALANCE
  # of WHs      OPs/sec      OPs/sec    %diff         diff    tolerance
---------- ------------ ------------ -------- ------------ ------------
         1     10118.42     10062.66    -0.55       -55.76       303.55
         4     35316.38     34676.03    -1.81      -640.35      1059.49
         7     54126.17     52717.84    -2.60     -1408.33      1623.79
        10     56906.64     56587.53    -0.56      -319.11      1707.20
        13     51589.86     54625.25     5.88      3035.39      1547.70  *
        16     41410.52     43120.66     4.13      1710.14      1242.32  *
        19     32944.48     35820.89     8.73      2876.41       988.33  *

Volanomark
           2.6.0-test5 2.6.0-test5BALANCE
               Msgs/sec     Msgs/sec    %diff         diff    tolerance
---------- ------------ ------------ -------- ------------ ------------
         1        40915        41391     1.16       476.00      1227.45


>
>and if you have time, also test5 plus sched-CAN_MIGRATE_TASK-fix.patch plus
>
>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2.6.0-test4-mm6/broken-out/sched-balance-fix-2.6.0-test3-mm3-A0.patch
>  
>
This patch degrades both specjbb and volanomark, and to a lesser degree 
specsdet

Specjbb throughput
            2.6.0-test5 2.6.0-test5MIGRATE
  # of WHs      OPs/sec      OPs/sec    %diff         diff    tolerance
---------- ------------ ------------ -------- ------------ ------------
         1     10118.42      9980.90    -1.36      -137.52       303.55
         4     35316.38     34065.11    -3.54     -1251.27      1059.49  *
         7     54126.17     52697.10    -2.64     -1429.07      1623.79
        10     56906.64     55466.77    -2.53     -1439.87      1707.20
        13     51589.86     43152.57   -16.35     -8437.29      1547.70  *
        16     41410.52     45201.21     9.15      3790.69      1242.32  *
        19     32944.48     29025.16   -11.90     -3919.32       988.33  *


Volanomark
           2.6.0-test5   2.6.0-test5MIGRATE
           Msgs/sec     Msgs/sec    %diff         diff    tolerance
---------- ------------ ------------ -------- ------------ ------------
         1        40915        38518    -5.86     -2397.00      1227.45  *


>
>What I'm afraid of is that those patches will yield improved results over
>test5, and that adding
>
>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2.6.0-test4-mm6/broken-out/sched-2.6.0-test2-mm2-A3.patch
>
I tried adding this patch to stock test5 and it failed to apply 
cleanly.  I have not had a chance to look at why.  Did you mean for this 
to be applied by itself, or was this supposed to go on top of one of the 
other patches?

>
>will slow things down again.
>

Steve


  parent reply	other threads:[~2003-09-09 22:07 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-08 22:27 [PATCH] Minor scheduler fix to get rid of skipping in xmms Steven Pratt
2003-09-08 22:56 ` Andrew Morton
2003-09-08 23:22   ` William Lee Irwin III
2003-09-09  2:10   ` Con Kolivas
2003-09-09  2:16     ` Con Kolivas
2003-09-09  2:31       ` Con Kolivas
2003-09-09  2:33         ` Andrew Morton
2003-09-09  4:14         ` Nick Piggin
2003-09-09  6:49           ` Con Kolivas
2003-09-09 23:53           ` Cliff White
2003-09-10  2:12             ` Nick Piggin
2003-09-10 19:05               ` Steven Pratt
2003-09-10 20:23                 ` Dave Hansen
     [not found]                 ` <3F5FE385.10204@cyberone.com.au>
     [not found]                   ` <3F607E62.3010903@austin.ibm.com>
     [not found]                     ` <3F60873B.4000005@cyberone.com.au>
2003-09-11 22:57                       ` Steven Pratt
2003-09-11  0:14               ` Cliff White
2003-09-09 22:06   ` Steven Pratt [this message]
2003-09-09 22:12     ` Andrew Morton
2003-09-10 13:59       ` Steven Pratt
2003-09-10 18:51   ` Steven Pratt
  -- strict thread matches above, loose matches on Subject: below --
2003-09-11 23:32 Craig Thomas
2003-09-11  2:55 Andrew Theurer
2003-09-11 11:04 ` Nick Piggin
2003-09-11 13:05   ` Andrew Theurer
2003-09-11 13:53     ` Nick Piggin
2003-09-11 14:37       ` Andrew Theurer
     [not found] <tCPY.4xU.1@gated-at.bofh.it>
     [not found] ` <tDsR.5tY.31@gated-at.bofh.it>
     [not found]   ` <tZ0f.49P.5@gated-at.bofh.it>
     [not found]     ` <tZjz.4Bn.7@gated-at.bofh.it>
2003-09-09 23:24       ` David Mosberger-Tang
2003-09-06 15:58 John Yau
2003-09-06 16:57 ` Michael Buesch
2003-09-06  9:46 John Yau
2003-09-06 10:03 ` Michael Buesch
2003-09-06 17:01 ` Robert Love
2003-09-06 17:59   ` John Yau
2003-09-06 18:17   ` John Yau
2003-09-06 19:42     ` Rahul Karnik
2003-09-06 20:04     ` Robert Love
2003-09-06 22:41       ` John Yau
2003-09-07  2:40         ` Martin J. Bligh
2003-09-07  5:13         ` Nick Piggin
2003-09-07  7:48           ` Johnny Yau
2003-09-07  8:10             ` Nick Piggin
2003-09-07  8:35               ` John Yau
2003-09-07  9:26                 ` Nick Piggin
2003-09-07 17:30                   ` John Yau
2003-09-07 17:36                     ` Nick Piggin
2003-09-08  0:22                     ` Con Kolivas
2003-09-08  0:27                       ` David Lang
2003-09-08  0:47                         ` Con Kolivas
2003-09-07  5:08       ` Nick Piggin
2003-09-07  6:18         ` Andrew Morton
2003-09-07  6:29           ` Nick Piggin
2003-09-07  6:45             ` Andrew Morton
2003-09-07  6:59               ` Nick Piggin
2003-09-07  7:02                 ` Nick Piggin
2003-09-07 14:32             ` Martin J. Bligh
2003-09-07 17:02           ` Robert Love
2003-09-07 17:34             ` Andrew Morton
2003-09-07 18:12               ` Nick Piggin
2003-09-07 18:13             ` Nick Piggin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F5E4EF5.1030005@austin.ibm.com \
    --to=slpratt@austin.ibm.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.