Thread Dump Analysis Tool / Method [closed]
I know this is an old question but I just wrote a tool to help make long thread dumps more readable. Java Thread Dump Analysis Tool This tool groups threads together which have the same stack trace and allows you to only show threads which are in particular states (e.g. RUNNABLE or BLOCKED). This makes … Read more