Thread dumps/code dumps provides excellent information about what is happening in the system. Also, JDK provide multiple utilities to generate thread dumps, e.g. jStack, jInfo, Ctrl+\, etc.
But is there any official/standard graphical tool that provides that can help in analyzing/comparing the threads.
The tools I know and probably are not very standard tools are TDA, IBM Thread Analysis tool. But I am looking if there is some other better/industry strandard tool being used for the purpose.