I need to generate the Thread dumps on Sun Solaris machine for my application which is using Sun's Java5. I am generating Thread Dump using the following command:

kill -QUIT pid

But the thread dumps generated using this does not log the timestamp when the dump has been taken. This is creating problem if I take multiple thread dumps.

Can you please suggest how to get the timestamp with the thread dumps?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted


You can use VisualVM utility provided in JDK 6.0. You can connect to your Java5 application using visualvm and can get/compare thread dump, memory dump etc.

link|improve this answer
Does it mean that VisualVM will help in generating dumps with Timestamp logged into the dumps? – Sandeep Jindal Jan 25 '11 at 7:55
Yes. You can also, compare two dumps. – nIKUNJ Jan 25 '11 at 8:58
Is there any manual way of doing this also? – Sandeep Jindal Jan 28 '11 at 7:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.