Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update options for obtaining a thread dump. Add StuckThreadDetectionValve.

...

Tomcat Manager web application in Tomcat 8 and later starting with Tomcat 7.0.58 / 8.0.0 supports a command that outputs a thread dump. (Tomcat 8 documentation, BZ 57261)

StuckThreadDetectionValve valve logs stacktraces of request processing threads that are busy for longer than configured time limit. (Not yet documentedIt is available starting with Tomcat 6.0.36 / 7.0.14. (Tomcat 8 documentation)

...

How do I read a Java thread dump ?

...