Search code examples
performancejmeterload-testingjmeter-3.2

JMeter How to stop the test when we reach specific error rate


I am running a performance test in JMeter. I wonder how to stop/abort the test exactly when it reaches 5% percentage.

Do we have an option like that?


Solution

  • First install plugins-manager by download jar, putting it in lib/ext and restarting jmeter.

    Then install Auto-Stop Listener plugin:

    Auto-Stop install

    Add it to your plan and configure it this way:

    Error Rate configuration

    Note I have put 0 for other criterions to disable them.