Re: [PATCH v5 0/4] idle memory tracking

2015-06-09 Thread Raghavendra K T
On 06/09/2015 01:05 AM, Andrew Morton wrote: On Sun, 7 Jun 2015 11:41:15 +0530 Raghavendra KT wrote: On Tue, May 12, 2015 at 7:04 PM, 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

Re: [PATCH v5 0/4] idle memory tracking

2015-06-08 Thread Andrew Morton
On Sun, 7 Jun 2015 11:41:15 +0530 Raghavendra KT wrote: > On Tue, May 12, 2015 at 7:04 PM, 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 prov

Re: [PATCH v5 0/4] idle memory tracking

2015-06-07 Thread Vladimir Davydov
On Sun, Jun 07, 2015 at 11:41:15AM +0530, Raghavendra KT wrote: > Thanks for the patches, I was able test how the series is helpful to determine > docker container workingset / idlemem with these patches. (tested on ppc64le > after porting to a distro kernel). Hi, Thank you for using and testing

Re: [PATCH v5 0/4] idle memory tracking

2015-06-06 Thread Raghavendra KT
On Tue, May 12, 2015 at 7:04 PM, 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 > working set,