[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <46693620.7080401@linux.vnet.ibm.com>
Date: Fri, 08 Jun 2007 16:27:36 +0530
From: Balbir Singh <balbir@...ux.vnet.ibm.com>
To: balbir@...ux.vnet.ibm.com
CC: Andrew Morton <akpm@...ux-foundation.org>, vatsa@...ibm.com,
ckrm-tech@...ts.sourceforge.net, balbir@...ibm.com,
haveblue@...ibm.com, xemul@...ru, dev@...ru, rohitseth@...gle.com,
pj@....com, devel@...nvz.org, ebiederm@...ssion.com,
mbligh@...gle.com, containers@...ts.osdl.org, serue@...ibm.com,
menage@...gle.com, svaidy@...ux.vnet.ibm.com, cpw@....com,
linux-kernel@...r.kernel.org
Subject: Re: [ckrm-tech] Per container statistics (containerstats)
Balbir Singh wrote:
> Balbir Singh wrote:
>>>> return *(pid_t *)a - *(pid_t *)b;
>>>> diff -puN kernel/sched.c~containers-taskstats kernel/sched.c
>>>> --- linux-2.6.22-rc2-mm1/kernel/sched.c~containers-taskstats 2007-06-05 17:21:57.000000000 +0530
>>>> +++ linux-2.6.22-rc2-mm1-balbir/kernel/sched.c 2007-06-05 17:21:57.000000000 +0530
>>>> @@ -4280,11 +4280,13 @@ void __sched io_schedule(void)
>>>> {
>>>> struct rq *rq = &__raw_get_cpu_var(runqueues);
>>>>
>>>> + delayacct_set_flag(DELAYACCT_PF_BLKIO);
>>>> delayacct_blkio_start();
>>> Would it be suitable and appropriate to embed the delayacct_set_flag() call
>>> inside delayacct_blkio_start()?
>>>
>> Yes, I should have done that, will do.
>>
>>
>
> My last reply was wrong, the flag needs to be set outside so that we know the
> context that initiated block I/O. We use this flag to track the time used
> by the swap block I/O.
>
Please ignore this email.. it escaped my drafts folder... my fault.. apologies.
--
Warm Regards,
Balbir Singh
Linux Technology Center
IBM, ISTL
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists