public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Subject: Re: Schedulers benchmark - Was: [ANNOUNCE][RFC] PlugSched-5.2.4 for 2.6.12 and 2.6.13-rc6
Date: Sun, 21 Aug 2005 03:34:46 +0200	[thread overview]
Message-ID: <6bffcb0e05082018346f073ca4@mail.gmail.com> (raw)
In-Reply-To: <6bffcb0e05081614498879a72@mail.gmail.com>

Hi,
here are kernbench results:

cpusched=ingosched

./kernbench -M -o 128
[..]
Average Optimal -j 128 Load Run:
Elapsed Time 365,4
User Time 620,8
System Time 64,6
Percent CPU 187,2
Context Switches 38296,8
Sleeps 37867

(reboot)

-------------------------------------------------------------------------------

cpusched=staircase

./kernbench -M -o 128
[..]
Average Optimal -j 128 Load Run:
Elapsed Time 611,6
User Time 616,4
System Time 81
Percent CPU 114,8
Context Switches 96470,2
Sleeps 122413

(reboot)

---

sched_compute=1

./kernbench -M -o 128
[..]
Average Optimal -j 128 Load Run:
Elapsed Time 354,6
User Time 615,2
System Time 61
Percent CPU 190
Context Switches 9876,4
Sleeps 18510,4

(reboot)

-------------------------------------------------------------------------------

cpusched=spa_no_frills

./kernbench -M -o 128
[..]
Average Optimal -j 128 Load Run:
Elapsed Time 352
User Time 624
System Time 60
Percent CPU 193,8
Context Switches 19185,4
Sleeps 18205,8

(reboot)

-------------------------------------------------------------------------------

cpusched=zaphod

max_ia_bonus=default
max_tpt_bonus=default

./kernbench -M -o 128
[..]
Average Optimal -j 128 Load Run:
Elapsed Time 389,4
User Time 607,8
System Time 58,8
Percent CPU 170,8
Context Switches 44965,2
Sleeps 27352,8

(reboot)

---

max_ia_bonus=0
max_tpt_bonus=default

./kernbench -M -o 128
[..]
Average Optimal -j 128 Load Run:
Elapsed Time 351,4
User Time 623,4
System Time 59,8
Percent CPU 194
Context Switches 21264,6
Sleeps 20284,6

(reboot)

---

max_ia_bonus=default
max_tpt_bonus=0

./kernbench -M -o 128
[..]
Elapsed Time 387,6
User Time 608
System Time 57,6
Percent CPU 171,6
Context Switches 43684,8
Sleeps 26757,4

(reboot)

---

max_ia_bonus=0
max_tpt_bonus=0

./kernbench -M -o 128
[..]
Average Optimal -j 128 Load Run:
Elapsed Time 351
User Time 623,4
System Time 60,4
Percent CPU 194,2
Context Switches 21241,8
Sleeps 19751,6

(reboot)

-------------------------------------------------------------------------------

cpusched=nicksched

./kernbench -M -o 128
[..]
Average Optimal -j 128 Load Run:
Elapsed Time 776,4
User Time 590,8
System Time 85,4
Percent CPU 95,4
Context Switches 99664,8
Sleeps 147169

Regards,
Michal Piotrowski

  parent reply	other threads:[~2005-08-21  1:34 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-15  4:46 [ANNOUNCE][RFC] PlugSched-5.2.4 for 2.6.12 and 2.6.13-rc6 Peter Williams
2005-08-15 12:29 ` Michal Piotrowski
     [not found]   ` <43012427.9080406@bigpond.net.au>
     [not found]     ` <4301330B.3070400@bigpond.net.au>
2005-08-16 12:54       ` Michal Piotrowski
2005-08-17  8:00   ` Con Kolivas
2005-08-17 11:23     ` Michal Piotrowski
2005-08-17 12:31       ` Con Kolivas
2005-08-16 21:49 ` Schedulers benchmark - Was: " Michal Piotrowski
2005-08-17  8:10   ` Peter Williams
2005-08-17  9:03     ` Con Kolivas
2005-08-17 18:04       ` Michal Piotrowski
2005-08-17 21:35         ` Con Kolivas
2005-08-17 23:15       ` Peter Williams
2005-08-17 23:16         ` Con Kolivas
2005-08-17 23:48           ` Peter Williams
2005-08-17 23:45             ` Con Kolivas
2005-08-19  3:09               ` Michal Piotrowski
2005-08-19  3:28                 ` Lee Revell
2005-08-19  3:41                   ` Con Kolivas
2005-08-19  4:41                     ` Peter Williams
2005-08-19  4:36                       ` Con Kolivas
2005-08-19 20:13                         ` Lee Revell
2005-08-20  0:31                           ` Con Kolivas
2005-08-20  3:04                             ` Lee Revell
2005-08-20 18:52                             ` Lee Revell
2005-08-19  4:26                   ` Peter Williams
2005-08-17 11:59     ` Michal Piotrowski
2005-08-21  1:34   ` Michal Piotrowski [this message]
2005-08-21  1:47     ` Con Kolivas
2005-08-21  4:16       ` Michal Piotrowski
2005-08-21  4:22         ` Con Kolivas
2005-08-21  4:44           ` Michal Piotrowski
2005-08-21  4:49             ` Con Kolivas
2005-08-21  1:37   ` Michal Piotrowski
     [not found]     ` <4309125B.4020707@bigpond.net.au>
2005-08-22 11:39       ` Michal Piotrowski

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=6bffcb0e05082018346f073ca4@mail.gmail.com \
    --to=michal.k.k.piotrowski@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox