Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-05-22 Thread WaLyong Cho
On 05/22/2014 05:01 PM, Umut Tezduyar Lindskog wrote: > On Thu, May 22, 2014 at 9:07 AM, Lennart Poettering > wrote: >> On Thu, 22.05.14 08:42, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: >> >>> >>> On Thu, May 22, 2014 at 2:18 AM, Lennart Poettering >>> wrote: On Wed, 21.05.14 14:02,

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-05-22 Thread Umut Tezduyar Lindskog
On Thu, May 22, 2014 at 9:07 AM, Lennart Poettering wrote: > On Thu, 22.05.14 08:42, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > >> >> On Thu, May 22, 2014 at 2:18 AM, Lennart Poettering >> wrote: >> > On Wed, 21.05.14 14:02, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: >> > >> >> >>

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-05-22 Thread Lennart Poettering
On Thu, 22.05.14 08:42, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > > On Thu, May 22, 2014 at 2:18 AM, Lennart Poettering > wrote: > > On Wed, 21.05.14 14:02, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > > > >> > >> Hi Cho, > >> > >> Do you have any technical reason why CPU shares

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-05-21 Thread Umut Tezduyar Lindskog
On Thu, May 22, 2014 at 2:18 AM, Lennart Poettering wrote: > On Wed, 21.05.14 14:02, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > >> >> Hi Cho, >> >> Do you have any technical reason why CPU shares are reverted back to >> the default value on "StartupFinished" but instead when the unit is i

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-05-21 Thread Lennart Poettering
On Wed, 21.05.14 14:02, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > > Hi Cho, > > Do you have any technical reason why CPU shares are reverted back to > the default value on "StartupFinished" but instead when the unit is in > "activated" state? Well, the startup is only considered finis

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-05-21 Thread Lennart Poettering
On Fri, 16.05.14 00:09, WaLyong Cho (walyong@samsung.com) wrote: Heya, > Similar to CPUShares= and BlockIOWeight= respectively. However only > assign the specified weight during startup. Each control group > attribute is re-assigned as weight by CPUShares=weight and > BlockIOWeight=weight aft

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-05-21 Thread Umut Tezduyar Lindskog
On Wed, May 21, 2014 at 3:54 PM, WaLyong Cho wrote: > On 05/21/2014 09:02 PM, Umut Tezduyar Lindskog wrote: >> Hi Cho, >> >> Do you have any technical reason why CPU shares are reverted back to >> the default value on "StartupFinished" but instead when the unit is in >> "activated" state? > > Sorr

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-05-21 Thread WaLyong Cho
On 05/21/2014 09:02 PM, Umut Tezduyar Lindskog wrote: > Hi Cho, > > Do you have any technical reason why CPU shares are reverted back to > the default value on "StartupFinished" but instead when the unit is in > "activated" state? Sorry, I couldn't understand what you say. Did you mean if service

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-05-21 Thread Umut Tezduyar Lindskog
Hi Cho, Do you have any technical reason why CPU shares are reverted back to the default value on "StartupFinished" but instead when the unit is in "activated" state? Through out the boot, until StartupFinished, a unit might get activated quite early but still having a higher CPU share. If the se

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-05-15 Thread WaLyong Cho
On 05/16/2014 12:09 AM, WaLyong Cho wrote: > Similar to CPUShares= and BlockIOWeight= respectively. However only > assign the specified weight during startup. Each control group > attribute is re-assigned as weight by CPUShares=weight and > BlockIOWeight=weight after startup. If not CPUShares= or

[systemd-devel] [PATCH] core: add startup resource control option

2014-05-15 Thread WaLyong Cho
Similar to CPUShares= and BlockIOWeight= respectively. However only assign the specified weight during startup. Each control group attribute is re-assigned as weight by CPUShares=weight and BlockIOWeight=weight after startup. If not CPUShares= or BlockIOWeight= be specified, then the attribute is

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-04-24 Thread WaLyong Cho
On 04/24/2014 06:15 AM, Lennart Poettering wrote: > On Wed, 26.03.14 00:12, WaLyong Cho (walyong@samsung.com) wrote: > >> >> On 03/25/2014 05:01 AM, Lennart Poettering wrote: >>> On Tue, 25.03.14 01:03, WaLyong Cho (walyong@samsung.com) wrote: >>> /* Figure out which controll

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-04-23 Thread Lennart Poettering
On Wed, 26.03.14 00:12, WaLyong Cho (walyong@samsung.com) wrote: > > On 03/25/2014 05:01 AM, Lennart Poettering wrote: > > On Tue, 25.03.14 01:03, WaLyong Cho (walyong@samsung.com) wrote: > > > >> /* Figure out which controllers we need */ > >> > >> -if (c->cpu_account

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-04-21 Thread WaLyong Cho
On 03/26/2014 12:12 AM, WaLyong Cho wrote: > On 03/25/2014 05:01 AM, Lennart Poettering wrote: >> On Tue, 25.03.14 01:03, WaLyong Cho (walyong@samsung.com) wrote: >> >>> /* Figure out which controllers we need */ >>> >>> -if (c->cpu_accounting || c->cpu_shares != 1024) >>> +

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-03-25 Thread WaLyong Cho
On 03/25/2014 05:01 AM, Lennart Poettering wrote: > On Tue, 25.03.14 01:03, WaLyong Cho (walyong@samsung.com) wrote: > >> /* Figure out which controllers we need */ >> >> -if (c->cpu_accounting || c->cpu_shares != 1024) >> +if (c->cpu_accounting || >> +c-

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-03-24 Thread Lennart Poettering
On Tue, 25.03.14 01:03, WaLyong Cho (walyong@samsung.com) wrote: > /* Figure out which controllers we need */ > > -if (c->cpu_accounting || c->cpu_shares != 1024) > +if (c->cpu_accounting || > +c->startup_cpu_shares != 1024 || > +(manager_stat

[systemd-devel] [PATCH] core: add startup resource control option

2014-03-24 Thread WaLyong Cho
Similar to CPUShares= and BlockIOWeight= respectively. However only assign the specified weight during startup. Each control group attribute is re-assigned as weight by CPUShares=weight and BlockIOWeight=weight after startup. If not CPUShares= or BlockIOWeight= be specified, then the attribute is

[systemd-devel] [PATCH] core: add startup resource control option

2014-03-17 Thread WaLyong Cho
Similar to CPUShares= and BlockIOWeight= respectively. However only assign the specified weight during startup state. Each control group attribute is re-assigned as weight by CPUShares=weight and BlockIOWeight=weight after startup. If not CPUShares= or BlockIOWeight= be specified, then the attribu

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-03-10 Thread Lennart Poettering
On Wed, 05.03.14 17:41, WaLyong Cho (walyong@samsung.com) wrote: > Similar to CPUShares= and BlockIOWeight= respectively. However only > assign the specified weight during startup. Each control group > attribute is re-assigned as weight by CPUShares=weight and > BlockIOWeight=weight after star

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-03-07 Thread WaLyong Cho
On 03/06/2014 03:40 AM, David Timothy Strauss wrote: > When is startup considered over? I'd like if it meant before the > WantedBy unit was started so this value still has use for arbitrary > startup. > Lennard suggested this idea. http://lists.freedesktop.org/archives/systemd-devel/2014-March/01

Re: [systemd-devel] [PATCH] core: add startup resource control option

2014-03-05 Thread David Timothy Strauss
When is startup considered over? I'd like if it meant before the WantedBy unit was started so this value still has use for arbitrary startup. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/

[systemd-devel] [PATCH] core: add startup resource control option

2014-03-05 Thread WaLyong Cho
Similar to CPUShares= and BlockIOWeight= respectively. However only assign the specified weight during startup. Each control group attribute is re-assigned as weight by CPUShares=weight and BlockIOWeight=weight after startup. If not CPUShares= or BlockIOWeight= be specified, then the attribute is