diff --git a/docs/reference/cluster/nodes-stats.asciidoc b/docs/reference/cluster/nodes-stats.asciidoc index d607c6430d789..af3ad0deee442 100644 --- a/docs/reference/cluster/nodes-stats.asciidoc +++ b/docs/reference/cluster/nodes-stats.asciidoc @@ -895,6 +895,33 @@ Total number of buffer pool classes loaded since the JVM started. (integer) Total number of buffer pool classes unloaded since the JVM started. +[[cluster-nodes-stats-api-response-body-threadpool]] +===== `thread_pool` section + +`thread_pool..threads`:: +(integer) +Number of threads in the thread pool. + +`thread_pool..queue`:: +(integer) +Number of tasks in queue for the thread pool. + +`thread_pool..active`:: +(integer) +Number of active threads in the thread pool. + +`thread_pool..rejected`:: +(integer) +Number of tasks rejected by the thread pool executor. + +`thread_pool..largest`:: +(integer) +Highest number of active threads in the thread pool. + +`thread_pool..completed`:: +(integer) +Number of tasks completed by the thread pool executor. + [[cluster-nodes-stats-api-response-body-ingest]] ===== `ingest` section @@ -915,31 +942,31 @@ Total number of buffer pool classes unloaded since the JVM started. (integer) Total number of failed ingest operations during the lifetime of this node. -`ingest.pipelines..count`:: +`ingest.pipelines..count`:: (integer) Number of documents preprocessed by the ingest pipeline. -`ingest.pipelines..time_in_millis`:: +`ingest.pipelines..time_in_millis`:: (integer) Total time spent preprocessing documents in the ingest pipeline. -`ingest.pipelines..failed`:: +`ingest.pipelines..failed`:: (integer) Total number of failed operations for the ingest pipeline. -`ingest.pipelines...count`:: +`ingest.pipelines...count`:: (integer) Number of documents transformed by the processor. -`ingest.pipelines...time_in_millis`:: +`ingest.pipelines...time_in_millis`:: (integer) Time spent by the processor transforming documents. -`ingest.pipelines...current`:: +`ingest.pipelines...current`:: (integer) Number of documents currently being transformed by the processor. -`ingest.pipelines...failed`:: +`ingest.pipelines...failed`:: (integer) Number of failed operations for the processor.