JMeter performance plugin report always showing 100% of errors on 200 success response code JMeter performance plugin report always showing 100% of errors on 200 success response code jenkins jenkins

JMeter performance plugin report always showing 100% of errors on 200 success response code


It seems that it is due to a defect in Performance Plugin version 1.13.

You may use Performance Plugin version 1.9 or below and let us know if this resolves your issue.


Your jtl file is wrong for the plugin from :

So this leads to failure of parsing this value to a boolean by this code:

sample.setSuccessful(Boolean.valueOf(values[successIdx]));

I think your configuration of saveservice is not well suited for the plugin, you should set:

jmeter.save.saveservice.response_message=false