logzio / elasticsearch-stress-test

Stress test tool for Elasticsearch
Apache License 2.0
271 stars 110 forks source link

It should have parameter to run test as long as my container is not deleted or Volume does not have enough resources . #21

Open vibhor995 opened 5 years ago

vibhor995 commented 5 years ago

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 going to stop as it has --second parameter for running test. but i want to keep my stress test running as long as my 1) Volume get filled entirely. 2) Deleted my job or container which is running stress-tool.

elasticsearch-stress script should have some parameter added so that user can run it inside conatiner as long as he/she faces above condition.

roiravhon commented 5 years ago

Sounds like a nice idea, maybe add an --forever flag. You are welcome to PR :)