linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Zijlstra <peterz@infradead.org>
To: Rolando Martins <rolando.martins@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: cgroup, RT reservation per core(s)?
Date: Tue, 10 Feb 2009 20:53:33 +0100	[thread overview]
Message-ID: <1234295613.4699.1.camel@laptop> (raw)
In-Reply-To: <b6a2d2e20902100932i475c1ee8va99de6e433a6d89a@mail.gmail.com>

On Tue, 2009-02-10 at 17:32 +0000, Rolando Martins wrote:
> 
> For helping others:
> 
> mkdir /dev/cpuset
> mount -t cgroup -o cpuset none /dev/cpuset
> cd /dev/cpuset
> echo 0 > cpuset.sched_load_balance

I'm not quite sure that its allowed to disable load-balance before
creating children. Other than that it looks ok.

> mkdir A
> echo 0-1 > A/cpuset.cpus
> echo 0 > A/cpuset.mems
> mkdir B
> echo 2-3 > B/cpuset.cpus
> echo 0 > B/cpuset.mems
> 
> 
> mount -t cgroup -o cpu none /dev/sched_domain
> cd /dev/sched_domain
> mkdir 1
> echo cpu.rt_runtime_ns > 1/cpu.rt_runtime_ns
> mkdir 1/2
> echo 33333 > 1/2/cpu.rt_runtime_ns
> mkdir 1/3
> echo 33333 > 1/3/cpu.rt_runtime_ns
> mkdir 1/4
> echo 33333 > 1/3/cpu.rt_runtime_ns
> 
> For example, setting the current shell to a specific cpuset(A) and
> sched(1/2):
> 
> echo $$ > /dev/cpuset/A/tasks
> echo $$ > /dev/sched_domain/1/2/tasks
> "execute program"





  reply	other threads:[~2009-02-10 19:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-09 19:30 cgroup, RT reservation per core(s)? Rolando Martins
2009-02-09 19:52 ` Peter Zijlstra
2009-02-09 20:04   ` Rolando Martins
2009-02-10 13:06     ` Peter Zijlstra
2009-02-10 14:46       ` Rolando Martins
2009-02-10 16:00         ` Peter Zijlstra
2009-02-10 17:32           ` Rolando Martins
2009-02-10 19:53             ` Peter Zijlstra [this message]
2009-02-11 11:33               ` Rolando Martins
2009-02-11 11:42                 ` Peter Zijlstra
2009-02-11 11:53                   ` Balbir Singh
2009-02-11 12:00                     ` Peter Zijlstra
2009-02-11 12:10                     ` Rolando Martins
2009-03-03 12:58       ` Rolando Martins

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=1234295613.4699.1.camel@laptop \
    --to=peterz@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rolando.martins@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).