I want to run a stress test by continuously increasing load until the response times become unacceptable. The condition that I need to check against is that 95% of all the requests take no longer than 1 second.
- Can I determine this dynamically at runtime and if yes, how?
- How can I stop the test when this condition is achieved?
I looked at the AutoStop Listener plugin, but it does not seem to have what I need for checking this condition.
