From: Shankar on
Is there some tool which parses /proc/maps and produce good statistics
out of it, Calculate cumulative size of the process etc ...

-

Shankar Easwaran
From: Nicolas George on
Shankar wrote in message
<00bfc857-ce97-4124-94dd-601b9d390fa2(a)a17g2000pre.googlegroups.com>:
> Is there some tool which parses /proc/maps and produce good statistics
> out of it, Calculate cumulative size of the process etc ...

Assuming you are referring to Linux:

Package: memstat
Description: Identify what's using up virtual memory
From: Ersek, Laszlo on
In article <4b5f4b4d$0$8315$426a74cc(a)news.free.fr>, Nicolas George <nicolas$george(a)salle-s.org> writes:
> Shankar wrote in message
> <00bfc857-ce97-4124-94dd-601b9d390fa2(a)a17g2000pre.googlegroups.com>:
>> Is there some tool which parses /proc/maps and produce good statistics
>> out of it, Calculate cumulative size of the process etc ...
>
> Assuming you are referring to Linux:
>
> Package: memstat
> Description: Identify what's using up virtual memory

Or try this:

http://www.selenic.com/smem/

Article:

http://lwn.net/Articles/230975/

Cheers,
lacos
From: Shankar on
Thanks a lot for your answers. Its really helpful

On Jan 26, 1:54 pm, la...(a)ludens.elte.hu (Ersek, Laszlo) wrote:
> In article <4b5f4b4d$0$8315$426a7...(a)news.free.fr>, Nicolas George <nicolas$geo...(a)salle-s.org> writes:
>
> > Shankar  wrote in message
> > <00bfc857-ce97-4124-94dd-601b9d390...(a)a17g2000pre.googlegroups.com>:
> >> Is there some tool which parses /proc/maps and produce good statistics
> >> out of it, Calculate cumulative size of the process etc ...
>
> > Assuming you are referring to Linux:
>
> > Package: memstat
> > Description: Identify what's using up virtual memory
>
> Or try this:
>
> http://www.selenic.com/smem/
>
> Article:
>
> http://lwn.net/Articles/230975/
>
> Cheers,
> lacos