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
?