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

2015-04-29 Thread Vladimir Davydov
Hi Minchan, Thank you for taking a look at this patch set. On Wed, Apr 29, 2015 at 12:57:22PM +0900, Minchan Kim wrote: > On Tue, Apr 28, 2015 at 03:24:39PM +0300, Vladimir Davydov wrote: > > * /proc/kpageidle. For each page this file contains a 64-bit number, which > >equals 1 if the page

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

2015-04-28 Thread Minchan Kim
On Tue, Apr 28, 2015 at 03:24:39PM +0300, Vladimir Davydov wrote: > 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 > work

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

2015-04-28 Thread Minchan Kim
Hello Vladimir, On Tue, Apr 28, 2015 at 03:24:39PM +0300, Vladimir Davydov wrote: > 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

[PATCH v3 0/3] idle memory tracking

2015-04-28 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