Re: [RFC][-mm] [2/2] Simple stats for memory resource controller

From: Paul Menage
Date: Wed Mar 26 2008 - 14:52:40 EST


On Wed, Mar 26, 2008 at 11:18 AM, Balaji Rao <balajirrao@xxxxxxxxx> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/