--- On Fri, 10/29/10, Dhaval Giani <[email protected]> wrote: From: Dhaval Giani <[email protected]> Subject: Re: [Libcg-devel] cpu cgroup subsystem.. To: "ccmail111" <[email protected]> Cc: [email protected], [email protected] Date: Friday, October 29, 2010, 2:34 AM
On Fri, Oct 29, 2010 at 1:43 AM, ccmail111 <[email protected]> wrote: > > > --- On Thu, 10/28/10, Balbir Singh <[email protected]> wrote: > >> From: Balbir Singh <[email protected]> >> Subject: Re: [Libcg-devel] cpu cgroup subsystem.. >> To: "ccmail111" <[email protected]> >> Cc: [email protected] >> Date: Thursday, October 28, 2010, 6:02 PM >> * ccmail111 <[email protected]> >> [2010-10-28 14:29:53]: >> >> > Hi, >> > >> > I created a group 'test' under cpu subsystem (via >> VFS): >> > >> > ls /cgroup/cpu/test/ >> > cgroup.event_control cpu.rt_period_us >> cpu.shares tasks >> >> > cgroup.procs cpu.rt_runtime_us >> notify_on_release >> > >> > Is there a way to specify scheduler for the 'test' viz >> FIFO, RR etc. ? >> > >> >> No, there isn't. cgroups works off of existing tasks and >> the >> interfaces present are very task type sensitive. cpu_rt* >> for example >> applies to RT tasks, cpu.shares, etc apply to CFS tasks. >> >> -- >> Three Cheers, >> Balbir >> > --- > > Thanks ! > Is there a pointer to get more details on above ? > kernel/sched.c, kernel/sched_rt.c and kernel/sched_fair.c to start with :-). I believe that Documentation/scheduler/* is out of date, but that might help. Dhaval ----- Thanks again! ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
