I am concerned of using overhead of using java sampler. Property is one of the way using which variables can be shared among multiple threads groups. I would probably end up storing property in another variable using Beanshell preprocessor and have it posted on jtl file.
Thanks Tarun K On 1 March 2016 at 17:02, sebb <seb...@gmail.com> wrote: > On 1 March 2016 at 15:48, Bhadauria, Tarun Kumar > <tarun.kumar.bhadau...@zalando.de> wrote: > > Hello All, > > > > I have been using "sample_variables" to print custom variables in jtl > file. > > I would also like to print custom parameter using this approach. > > But specifying property as - > > > > -Jsample_variables=prop1,prop1 > > > > does not log corresponding value in jtl file. And I see only null values > in > > log file. > > Is there a way to log properties in jtl file > > There is no inbuilt support for automatically logging property values, > and this is unlikely to be added. > Properties are global, so don't apply to individual samples or even to > threads. > > You can use a Java sampler or similar to store anything you want in the > JTL file > > > > > > > Thanks > > Tarun K > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org > For additional commands, e-mail: user-h...@jmeter.apache.org > >