Usage
nodes_stats(node = NULL, metric = NULL, raw = FALSE, fields = NULL,
verbose = TRUE, ...)nodes_info(node = NULL, metric = NULL, raw = FALSE, verbose = TRUE, ...)
nodes_hot_threads(node = NULL, metric = NULL, threads = 3,
interval = "500ms", type = NULL, raw = FALSE, verbose = TRUE, ...)
Arguments
raw
If TRUE (default), data is parsed to list. If FALSE, then raw JSON.
fields
You can get information about field data memory usage on node level or on
index level
verbose
If TRUE (default) the url call used printed to console
...
Curl args passed on to GET
threads
(character) Number of hot threads to provide. Default: 3
interval
(character) The interval to do the second sampling of threads. Default: 500ms
type
(character) The type to sample, defaults to cpu, but supports wait and block to
see hot threads that are in wait or block state.