On 19 July 2011 08:17, Andrej van der Zee <[email protected]> wrote: >> You can write your own BSH or BSF Listener code to write the data in >> any format you wish. > > In terms of performance, do you expect any remarkable difference from > writing a custom listener in Java and using the Beanshell/BSF > listener?
Sorry, no idea. > Also, I want to write to the same file from different thread groups. > Should I take care of concurrency issues inside the Beanshell/BSF > listener or is it taken care of by JMeter's internals? Have a look at org.apache.jmeter.reporters.ResultCollector which handles JTL files. > Cheers, > Andrej > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

