Re: logging property in jtl log file

2016-03-01 Thread sebb
On 1 March 2016 at 16:28, Bhadauria, Tarun Kumar
 wrote:
> I am concerned of using overhead of using java sampler.

The Java sampler is one of the least expensive samplers.
You could put it in a setup group.

> 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.

Beanshell is a lot more expensive than the Java sampler.

If the property is not changed during the test run you can copy it to
a variable on the Test Plan using the _P() function.

If it does change during a run then you can use the User Parameters
pre-processor in conjunction with the _P() function.
That will be cheaper than BeanShell (or any other scripting for that matter).

> Thanks
> Tarun K
>
> On 1 March 2016 at 17:02, sebb  wrote:
>
>> On 1 March 2016 at 15:48, Bhadauria, Tarun Kumar
>>  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
>>
>>

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



Re: logging property in jtl log file

2016-03-01 Thread Bhadauria, Tarun Kumar
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  wrote:

> On 1 March 2016 at 15:48, Bhadauria, Tarun Kumar
>  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
>
>


Re: logging property in jtl log file

2016-03-01 Thread sebb
On 1 March 2016 at 15:48, Bhadauria, Tarun Kumar
 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