How to check number of threads used for Elasticseach indexing ,searching,merging

Hi

I have started the Elasticsearch instance on 127.0.0.1:9200 .
Started the rally with below command..

esrally --track=noaa --pipeline=benchmark-only --target-hosts=127.0.0.1:9200 --report-file=/LUCENE/rally_reports/report.md --report-format=csv

how to check the number of threads used for indexing and searching at elasticsearch.

My system having 28 cores and 112 cpus.

Please let me know ,how to check and if we want to configure threads for indexing where we can change the properties

Hi,

this is not really specific to Rally but you can check thread pool statistics with Elasticsearch's node stats API. Elasticsearch uses various thread pools that can be configured but this should only be done after careful experimentation and in my experience you should start optimizing other parameters first (like the bulk size).

Daniel

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.