Get a breakdown of the hot threads on each selected node in the cluster. The output is plain text with a breakdown of the top hot threads for each node. ##Required authorization
- Cluster privileges:
monitor,manage
Query parameters
-
If true, known idle threads (e.g. waiting in a socket select, or to get a task from an empty queue) are filtered out.
-
The interval to do the second sampling of threads.
Values are
-1or0. -
Number of samples of thread stacktrace.
-
Specifies the number of hot threads to provide information for.
-
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Values are
-1or0. -
The type to sample.
Values are
cpu,wait,block,gpu, ormem. -
The sort order for 'cpu' type (default: total)
Values are
cpu,wait,block,gpu, ormem.
GET /_nodes/hot_threads
curl \
--request GET 'http://api.example.com/_nodes/{node_id}/hot_threads'