cat.threadPooledit

client.cat.threadPool([params, [callback]])

Check the API Conventions and the elasticsearch docs for more information pertaining to this method.

Params

format

String — a short version of the Accept header, e.g. json, yaml

size

String — The multiplier in which to display values

Options
  • ""
  • "k"
  • "m"
  • "g"
  • "t"
  • "p"

local

Boolean — Return local information, do not retrieve the state from master node (default: false)

masterTimeout

DurationString — Explicit operation timeout for connection to master node

h

String, String[], Boolean — Comma-separated list of column names to display

help

Boolean — Return help information

s

String, String[], Boolean — Comma-separated list of column names or column aliases to sort by

v

Boolean — Verbose mode. Display column headers

threadPoolPatterns

String, String[], Boolean — A comma-separated list of regular-expressions to filter the thread pools in the output

back to top