I'd like to be able to measure the load on the cluster by index. Is this possible? Or is it even possible on a particular node to see which indexes are generating the most load (I/O, cpu, JVM, etc.)
Thanks
I'd like to be able to measure the load on the cluster by index. Is this possible? Or is it even possible on a particular node to see which indexes are generating the most load (I/O, cpu, JVM, etc.)
Thanks
You can't measure the IO per index easily. Have a look at the index stats for some stats that we can measure. Mostly it is "time spent" measurements which doesn't tell if the time is spent waiting for information to be pages into memory or what.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.