1753500 Members
3211 Online
108794 Solutions
New Discussion юеВ

Re: java heap dump

 
Mohd Azahari
Advisor

java heap dump

Hi,

I have IBM websphere running on my 11.23 itanium. What I found out the websphere java process (from glance) memory usage is 2.3Gb. Could someone tell me how to get the java head dump for this process.

3 REPLIES 3
Kapil Jha
Honored Contributor

Re: java heap dump

from kill -3

You can get the dump of this process but this would kill the process as well.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
amithp
Frequent Advisor

Re: java heap dump

You will get Java heap core dump if memory stack size(maxtsiz/maxtsiz_64bit)or swap size is smaller than what it takes.

There is a facility of taking live dump in HPUXv3.

But if every thing is fine you need to kill the process with signal 3.

ie kill -3

Mohd Azahari
Advisor

Re: java heap dump

hi,

i've done kill -3 pid but there no output file.