elasticsearch-stress-test icon indicating copy to clipboard operation
elasticsearch-stress-test copied to clipboard

Stress test tool for Elasticsearch

Results 11 elasticsearch-stress-test issues
Sort by recently updated
recently updated
newest added

Hi, i'm tring to benchmark an elasticsearch installation but i don't understand how the parameters max_fields_per_doc and max_size_per_field works. Are they use to determinate the size of a single document,...

Amazon ES runs on port 80 or 443 depending on the selected option. For ES running on ports other than 9200, the script will require code change. Please add --port...

Hi there, I am trying to run elasticsearch-stress-test in k8s on elasticsearch-7.2.0 . Unable to run tests there. Please check. I am also using the keys: `--not-green` `--no-verify` `--not-green` I...

Sometimes test is killed by OS if it consumes too much memory. In such cases the database is not cleaned up and we should delete test indices manually. It would...

I was running this stress-tool inside container by deploying job on kubernetes. tool is working fine as it is creating fare load on my volume.but at certain period this is...

help wanted

Hi, great tool! Having said that, there are some issues to be solved :) - it seems like its impossible to generate heavy load. no matter which setting I try...

Could not create index. Is your cluster ok? TransportError(400, u'index_already_exists_exception', u'already exists') Indices=30 documents=25 Client=3

I used the your stress test code for checking performance of our systems such as Microsoft Windows 10, 10 Server, Linux(CentOS 7). In case of Linux(CentOS 7), It shows the...

Hi, first of all great work! I am having some inconsistency issuse with the script. Sometimes it runs well with bulk=1000 document=1 and clients=100 and sometimes it fails with lower...