We earn commission when you buy through affiliate links.

This does not influence our reviews or recommendations.Learn more.

As aWebSphere administrator, you should be aware of taking thread dumps and tools to analyze them.

generate-thread-dump-was

Taking Thread Dumps in WebSphere

Its recommended to take multiple thread dumps in 5-8 seconds.

you might use any of the following methods to generate it.

Using wsadmin.sh

Note:server1is, for example.

ibm-tda

Change this to your actual JVM name.

This will generate a thread dump and will be available under the profile path.

Using kill

You will find the dump in the profile path.

tda-status

Analyzing WebSphere Thread Dumps

Analyzing dumps are always challenging, and following FREE tools will help you.

you’re able to downloadIBM TDA from here.

Its just the jar file, and once downloaded, you could execute the following to start the GUI.

So now, you should be able to generate and analyze the thread dumps for tool troubleshooting.

There is moreanalyzer explained here.