Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.22 KB

File metadata and controls

42 lines (22 loc) · 1.22 KB

Thread Dump (threaddump)

The threaddump endpoint provides a thread dump from the application’s JVM.

Retrieving the Thread Dump as JSON

To retrieve the thread dump as JSON, make a GET request to /actuator/threaddump with an appropriate Accept header, as shown in the following curl-based example:

The resulting response is similar to the following:

Response Structure

The response contains details of the JVM’s threads. The following table describes the structure of the response:

Retrieving the Thread Dump as Text

To retrieve the thread dump as text, make a GET request to /actuator/threaddump that accepts text/plain, as shown in the following curl-based example:

The resulting response is similar to the following: