• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Won't Fix
  • Admin Console
  • gkeim
  • Reporter: skumar
  • April 28, 2008
  • 0
  • Watchers: 0
  • February 17, 2009
  • September 29, 2008

Description

Thread dump obtained in the Adminconsole is not parsable with any of the Thread Dump analyzer tools like Samurai,TDA,JCA

Comments

Gary Keim 2008-04-29

Are you trying to import a “Cluster” thread dump into one of these tools? Those are a collection of thread dumps and that would be the problem. What we need is the ability to export a cluster thread dump as a ZIP file.

Santi Narapureddy 2008-04-29

Not about the exporting option. I copied the individual thread dumps into a file and trying to analyze that thread dump with these tools. Java version 1.5.0_13.

Fiona OShea 2008-05-14

Make sure that single thread dump can be analyzed

Gary Keim 2008-09-29

This won’t be possible since the thread dumps we generate are not the same format as those generated by the JVM. For instance, we don’t have access to the thread attributes tid and nid, which are the addresses of native artifacts.