Re: [PATCH 02/10] Containers(V10): Example CPU accounting subsystem

2007-05-30 Thread Andrew Morton
On Tue, 29 May 2007 06:01:06 -0700 [EMAIL PROTECTED] wrote: > This example demonstrates how to use the generic container subsystem > for a simple resource tracker that counts, for the processes in a > container, the total CPU time used and the %CPU used in the last > complete 10 second interval. >

[PATCH 02/10] Containers(V10): Example CPU accounting subsystem

2007-05-29 Thread menage
This example demonstrates how to use the generic container subsystem for a simple resource tracker that counts, for the processes in a container, the total CPU time used and the %CPU used in the last complete 10 second interval. Portions contributed by Balbir Singh <[EMAIL PROTECTED]> Signed-off-