The easiest option is using Filter Results Tool <https://jmeter-plugins.org/wiki/FilterResultsTool/> plugin in order to post-process the .jtl result file and exclude any failed samplers from it.
The relevant syntax would be something like: > FilterResults.bat --output-file only-successes.jtl --input-file > your-results-file.jtl --success-filter true Replace *only-successes.jtl* and *your-results-file.jtl* with actual file names of your choice. You will need Merge Results plugin <https://jmeter-plugins.org/wiki/MergeResults/> as well to get this done, both the plugins can be installed using JMeter Plugins Manager <https://www.blazemeter.com/blog/how-install-jmeter-plugins-manager> -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
