Thread Dump

I used take thread dump when our application gets out of memory issue.

can any one help on check thread dump result.
where it will save tool to read thread dump.:wall:

date; kill -3 process_id; sleep 300; kill -3 process_id; sleep 300; kill -3 process_id;date 

Not clear enough...
Help us to help you...

--ahamed

i want to view thread dump log.

where is it that you are dumping?

--ahamed

its getting stored in following file.
/opt/test/logs/Catiline.log.

"main" prio=5 tid=0x00000000500444f0 nid=6443 runnable 
"VM Thread" prio=5 tid=0x00000000500cabd0 nid=6449 runnable 

"VM Periodic Task Thread" prio=5 tid=0x00000000500d9890 nid=6473 waiting on condition 
"Suspend Checker Thread" prio=5 tid=0x00000000500d2e20 nid=6467 runnable

So, what is stopping you from viewing it? Or did you mean that you want to see as and when it happens?
Use tail in that case

tail -f /opt/test/logs/Catiline.log

If not, tell us more!

--ahamed