On 11/04/2008, Grzegorz Kończyk <[EMAIL PROTECTED]> wrote: > > How can I write data from jmeter (eg: variables ) to an external txt file? > > > i.e. using Beanshell PostProcessor. >
Or you can use a Java Request with a Simple Data Writer Listener as a child, but the BSH PP would be more flexible. The next release of JMeter will support writing additional variables to the JTL files. One can define a list of the names of variables to be added to every sample. These will appear as additional columns in CSV and attributes in XML. > GK > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

