Have you seen Real-time results <https://jmeter.apache.org/usermanual/realtime-results.html> page of JMeter Documentation, it's very first lines say:
> Since JMeter 2.13 you can get real-time results sent to a backend through > the Backend Listener using potentially any backend (JDBC, JMS, Webservice, > …) by providing a class which implements AbstractBackendListenerClient. So you can setup i.e. InfluxDB and Grafana combination <https://www.blazemeter.com/blog/how-to-use-grafana-to-monitor-jmeter-non-gui-results> and get both real-time statistics and possibility to compare different test runs If you're looking for simpler ad-hoc solution - Merge Results Tool <https://jmeter-plugins.org/wiki/MergeResults/> provides possibility to compare up to 4 test result sets. -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
