Hi Not sure what your exact requirement is but some options are a. In jmeter.properties (in bin directory) there is a property sample_variables which is a comma delimited value for all variables that you want to store along with your test result (it will store the value with each sample, based on the value held at that time). The result is available in the JMeter result log (.jtl) file. I typically do this and post process the .jtl (an XSLT to extract the information into the format I want) b. for custom store/reads you can add a BeanShell post processor that writes out whatever you want in whatever format you want. BeanShell can use normal Java Classes (you have to be careful in a multithreaded test though)
regards deepak On Wed, Jan 6, 2010 at 6:31 PM, Evandro Grezeli <[email protected]>wrote: > Hi Folks, > > Sorry bothering the list, again, but i tried to find a way to save only one > information from a variable that has been extracted from the execution to a > file and couldn't find anything that looks like, so i was wondering, > there's > any samples or listener that could i use? > > thanks in advance. > > -- > Regards > Evandro Grezeli de B. Neves >

