All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <andi@firstfloor.org>
To: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	"CK Mailinglist" <ck@vds.kolivas.org>
Subject: Re: [ANNOUNCE] DeskOpt - on fly task, i/o scheduler optimization
Date: 02 Sep 2007 00:10:46 +0200	[thread overview]
Message-ID: <p73y7fqvxy1.fsf@bingen.suse.de> (raw)
In-Reply-To: <46D8354A.3030208@googlemail.com>

Michal Piotrowski <michal.k.k.piotrowski@gmail.com> writes:

> Here is something that might be useful for gamers and audio/video editors
> http://www.stardust.webpages.pl/files/tools/deskopt/

To make it double cool combine that with the generic genetic 
optimizer for parameters that was posted a couple of months ago.

> 
> You can easily tune CFS/CFQ scheduler params
> 
> sched_batch_wakeup_granularity_ns
> sched_latency_ns
> sched_min_granularity_ns
> sched_runtime_limit_ns
> sched_stat_granularity_ns
> sched_wakeup_granularity_ns
> 
> back_seek_max
> back_seek_penalty
> fifo_expire_async
> fifo_expire_sync
> quantum
> slice_async
> slice_async_rq
> slice_idle
> slice_sync
> 

You should probably add the device queue length too. That seems
to often have a large impact on IO scheduling because on modern
long queue controllers the Linux IO scheduler often doesn't
have much to do because the device queue just eats it all up quickly.

-Andi

      parent reply	other threads:[~2007-09-01 22:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-31 15:35 [ANNOUNCE] DeskOpt - on fly task, i/o scheduler optimization Michal Piotrowski
2007-08-31 17:39 ` Arjan van de Ven
2007-08-31 18:07   ` Michal Piotrowski
2007-08-31 22:26 ` Chris Snook
2007-08-31 23:13   ` Michal Piotrowski
2007-09-01 22:10 ` Andi Kleen [this message]

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=p73y7fqvxy1.fsf@bingen.suse.de \
    --to=andi@firstfloor.org \
    --cc=ck@vds.kolivas.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.k.k.piotrowski@gmail.com \
    /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.