Re: [PATCH 0/4] process memory footprint info in proc//[s|p]maps v2

2007-08-20 Thread Fengguang Wu
On Sun, Aug 19, 2007 at 08:15:01PM -0700, Ray Lee wrote: > On 8/19/07, Fengguang Wu <[EMAIL PROTECTED]> wrote: > > Inspired by Matt Mackall's pagemap patches and ideas, I worked up these > > textual interfaces that achieve the same goals. The patches run OK > > under different sized reads. > [...]

Re: [PATCH 0/4] process memory footprint info in proc//[s|p]maps v2

2007-08-19 Thread Ray Lee
On 8/19/07, Fengguang Wu <[EMAIL PROTECTED]> wrote: > Inspired by Matt Mackall's pagemap patches and ideas, I worked up these > textual interfaces that achieve the same goals. The patches run OK > under different sized reads. [...] > 2b7d6e8f3000-2b7d6ea4 r-xp 08:01 1564031

[PATCH 0/4] process memory footprint info in proc//[s|p]maps v2

2007-08-19 Thread Fengguang Wu
Andrew, Inspired by Matt Mackall's pagemap patches and ideas, I worked up these textual interfaces that achieve the same goals. The patches run OK under different sized reads. 1) Add PSS into the existing /proc//smaps: [PATCH 1/4] maps: PSS(proportional set size) accounting in smaps 2) C