elasticsearch-stress-test
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 .
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
- Volume get filled entirely.
- 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.
Sounds like a nice idea, maybe add an --forever flag. You are welcome to PR :)