Re: [PATCH v4 0/3] idle memory tracking

2015-05-08 Thread Vladimir Davydov
On Thu, May 07, 2015 at 05:09:39PM +0300, Vladimir Davydov wrote: > SCRIPT FOR COUNTING IDLE PAGES PER CGROUP Oops, this script is stale. The correct one is here: --- #! /usr/bin/python # import os import stat import errno import struct CGROUP_MOUNT = "/sys/fs/cgroup/memory" BUFSIZE =

[PATCH v4 0/3] idle memory tracking

2015-05-07 Thread Vladimir Davydov
Hi, This patch set introduces a new user API for tracking user memory pages that have not been used for a given period of time. The purpose of this is to provide the userspace with the means of tracking a workload's working set, i.e. the set of pages that are actively used by the workload. Knowing