>Came to know listeners don't work in CLI mode (e.g. To clarify - non gui-mode doesnt invoke the GUI parts of the listeners - but it does work in the sense that if you ask it to save results to a file - it will . Im assuming you want to see your results while the test is running in non-gui mode . if you only care about results after your tests have finished then I would think your question doesnt apply - just save your results and load it in the listener of your choice .
On Tue, Jul 12, 2016 at 5:12 PM, David Luu <[email protected]> wrote: > I've not really used listeners beside aggregate graph/report, view results > tree, and some jmeterplugins.org ones. Came to know listeners don't work > in > CLI mode (e.g. > > https://www.blazemeter.com/blog/top-2-techniques-get-jmeter-test-results-non-gui-mode > ) > > I recently came across an interesting post: > > http://www.testautomationguru.com/jmeter-real-time-results-influxdb-grafana > > the author apparently modified the jmeter core package's Summariser > component to be able to also work like the backend listener in GUI mode. > Unfortunately so far, it appears he/she only released the compiled changes, > but not the source code. > > Anyone do anything similar? It would be nice to base/build upon that for > other data analysis purposes other than send to influxdb. And I'd rather > not have to figure things out from scratch & reinventing the wheel via > poking through the jmeter source code head on. >
