1

I have a .log file with thread dumps coming from one of our production environments. Inside there are thread dumps saved every 5 minutes for whole day.

This file can be opened with IBM Thread and Monitor Dump Analyzer. When I try to open it in JProfiler (after renaming it .log -> .hprof) it says that format is incorrect.

Does someone know if it's possible to open multi thread dump files in JProfiler ?

Vitalii
  • 10,091
  • 18
  • 83
  • 151

1 Answers1

1

As of JProfiler 13, .log files from the IBM JVM cannot be opened in JProfiler. HPROF is a different format.

Ingo Kegel
  • 46,523
  • 10
  • 71
  • 102