* Yahav Biran <[EMAIL PROTECTED]> [061105 16:24]:
> 
> In solaris OS, pmap -x pid | grep heap gives the size of the native heap of
> the process.
> I tried to do it in linux and no heap entry, is there any way to monitor the
> size of the native heap of a process?

AFAIK there is no heap entry that is marked as such, from looking at
several processes it seems that the fourth line of pmap -x is the
anonymous region that serves the heap.

Cheers,
Baruch

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to