Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

In a node doesn't respond anymore, but the process is still running, we need two things for debugging:

  • jstack <pid>
  • jmap -histo:live <pid>

The two tools above are included in the Java SE Development Kit, you can download here for your system: http://www.oracle.com/technetwork/java/javase/downloads/index.html

  • No labels