[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <467B2F4F.2030101@openvz.org>
Date: Fri, 22 Jun 2007 06:09:19 +0400
From: Pavel Emelianov <xemul@...nvz.org>
To: Paul Menage <menage@...gle.com>
CC: Balbir Singh <balbir@...ux.vnet.ibm.com>,
Andrew Morton <akpm@...l.org>,
Pavel Emelianov <xemul@...nvz.org>,
Linux Containers <containers@...ts.osdl.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [patch -rss] Make RSS accounting display more user friendly
Paul Menage wrote:
> On 6/20/07, Balbir Singh <balbir@...ux.vnet.ibm.com> wrote:
>>
>>
>> Display the current usage and limit in a more user friendly manner.
>> Number
>> of pages can be confusing if the page size is different. Some systems
>> can choose a page size of 64KB.
>
> I'm not sure that's such a great idea. "Human-friendly"
> representations would make programmatic parsing harder.
>
> What's wrong with just showing counts in bytes in the control files?
Nothing wrong, but currently they are shown in "natural" points, i.e. in
those that the controller accounts them in. For RSS controller the natural
point is "page", but auto-converting them from pages to bytes is wrong, as
not all the controllers account in pages. I think that the better way is
to show the value in the internal units and specify (somehow) what these
units are. The userspace then can read them and convert accordingly.
> Paul
Thanks,
Pavel
-
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