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

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

Open vibhor995 opened this issue 5 years ago • 1 comments

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.

vibhor995 avatar Jan 15 '19 12:01 vibhor995

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

roiravhon avatar Jan 15 '19 13:01 roiravhon