-----Origin
You can look into /proc/<pid>/status file .

There are next entries :
VmSize:     4284 kB
VmLck:         0 kB
VmRSS:      1412 kB
VmData:      176 kB
VmStk:        48 kB
VmExe:       552 kB
VmLib:      1380 kB 
So you can see that heap here (VmData) tool 176 KB

The problem is that I do not know why on my  RH WS 4 this information is
absent, but on RH AS3 it is present.

Can anybody of the gurus to explain ?



Regards,
Lev

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Yahav Biran
Sent: 05 November 2006 16:17
To: 'Linux-IL'
Subject: monitoring native heap size on 2.4


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?

--------------------------------------------
Yahav Biran
Mobilitec, Inc
* [EMAIL PROTECTED]
(+972 4813 8020 Ext: 2517
Fax:+972 4 813 8022
--------------------------------------------
 


=================================================================
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]

================================================================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