intellij analyzing large Java heap dumps

is there a intellij plugin like Eclipse MAT tool that can  analyzing large Java heap dumps

0
6 comments
Avatar
Permanently deleted user

No plugin is needed for this. It isn't readily apparent; however, Analyze->Analyze Stacktrace also anaylizes heap dumps (requires 12.x I believe).

I couldn't have been more wrong, IntelliJ can analyze thread dump, not heap dumps.

Message was edited by: Michael Parmeley

0
Avatar
Permanently deleted user

I realize this is an OLD thread, but just couldn't stand the bad information.

You can analyze a THREAD dump with the Stacktrace Analyzer. You cannot analyze a HEAP dump.

0
Avatar
Permanently deleted user

Yep, I totally misread "heap" as "thread" and gave the wrong information. sigh...

0
Avatar
Permanently deleted user

There are two commercial choices, and nothing in the FOSS space of which I'm aware.

In no particular order (they're both really, really good)

  1. JProfiler
  2. YourKit
0
Avatar
Permanently deleted user

Memory analyzer is FOSS:

https://eclipse.org/mat/

0
Avatar
Permanently deleted user

OP was asking after IntelliJ plugin that uses a FOSS memory analyzer.

MAT is really quite awesome - just doesn't work with IntelliJ.

0

Please sign in to leave a comment.