OpenVZ Forum


Home » Mailing lists » Devel » mini-summit agenda
Re: mini-summit agenda [message #31176 is a reply to message #31031] Mon, 16 June 2008 01:49 Go to previous message
Midori Sugaya is currently offline  Midori Sugaya
Messages: 2
Registered: June 2008
Junior Member
Hi Dhaval,
 
> There already is a CPU and a memory resource management based on top of
> cgroups in mainline. How is your implementation different from the one
> already in mainline?

Basic idea is similar as the cpusets that it will set caps for processes.
In our system, user set the period and maximum execution time for the
group of processes through the cgroup filesystem.

The different is that our implementation uses hrtimer (kernel timer) 
functions to measure the time of execution for each process. It makes
our system independent from the scheduler. 
I think the point is different from the mainline cpusets implementation.
Memory management is a simple mechanism to hook the pagefault function
to track the quantum of using pages for group of processes. 
 
Our implementation is focus on the embedded system which is the demand 
to control the task with absolute period and execution time and low overhead.
 
> > I hear cgroup meetnig will be held in Otawa Linux kernel symposium, and
> > I would like to attend this meeting for sharing latest informations and
> > future roadmap of cgroups.
> > Could I attend the meeting?
> > 
> 
> Sure, it is open for all.

Thanks. I'm looking forward to joinig you.

Midori

_______________________________________________
Containers mailing list
Containers@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [PATCH] a couple of missed do_each_thread
Next Topic: [PATCH] cryo: Improve socket support: add UDP and IPv6
Goto Forum:
  


Current Time: Fri Nov 08 23:47:13 GMT 2024

Total time taken to generate the page: 0.03180 seconds