From: "Serge E. Hallyn" <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
To: Mukesh G <mukgbv-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org
Subject: Re: Understanding CPU containers
Date: Wed, 9 Sep 2009 09:03:31 -0500 [thread overview]
Message-ID: <20090909140331.GB21476@us.ibm.com> (raw)
In-Reply-To: <c7704c490909090330m494bc910n170f04c09cdeeeea-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Quoting Mukesh G (mukgbv-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org):
> Hi,
> I am trying to understand the behavior of CPU containers as I
> am unable to explain few things.
...
> Observations
>
> - Unless the cpu resources are overcommitted, there is no
> value in the allocating shares to the containers.
Right. And that observation (which is correct - there is no throttling
if cpu is available) explains the rest.
> - 2048 vs 1024 cpu containers, the scale is 2X, except for 16 bytes
> - 512 vs 1024 cpu containers, there is no difference at all,
> except for 16 bytes
> - 512 vs 1024 cpu containers, there is no difference for 8192
> bytes as the remaining 2 openssl runs are complete.
> - For CPU bound, there has to be an over commit on the CPUs
> otherwise the share allocation does not matter
> - One cannot dynamically assign cpus to the container, by
> default, it runs on the no of cores available.
>
> Any pointers are helpful
Hmm, there isn't a file under Documentation/cgroups? That should
be fixed... Meanwhile, the code is mainly in kernel/sched.c. You
can start with the cgroup subsys definition at
struct cgroup_subsys cpu_cgroup_subsys = { ...
(around line 10313) and fan out from there.
-serge
next prev parent reply other threads:[~2009-09-09 14:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-09 10:30 Understanding CPU containers Mukesh G
[not found] ` <c7704c490909090330m494bc910n170f04c09cdeeeea-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-09-09 14:03 ` Serge E. Hallyn [this message]
2009-09-11 11:21 ` Dhaval Giani
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=20090909140331.GB21476@us.ibm.com \
--to=serue-r/jw6+rmf7hqt0dzr+alfa@public.gmane.org \
--cc=containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org \
--cc=mukgbv-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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.