[Devel] Re: [RFC][-mm] [2/2] Simple stats for memory resource controller
Paul Menage
menage at google.com
Wed Mar 26 11:52:21 PDT 2008
On Wed, Mar 26, 2008 at 11:18 AM, Balaji Rao <balajirrao at gmail.com> wrote:
> [MEM_CGROUP_STAT_RSS] = { "rss", PAGE_SIZE, },
> + [MEM_CGROUP_STAT_PGIN_COUNT] = {"page_in_count", 1, },
> + [MEM_CGROUP_STAT_PGOUT_COUNT] = {"page_out_count", 1, },
> };
>
Should these be called "pgpgin" and "pgpgout" for consistency with /proc/vmstat?
Paul
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list