On 16 November 2015 at 13:16, Bhadauria, Tarun Kumar
<[email protected]> wrote:
> I have been using JMeter parameters to specify test attributes like
> testduration, rampup period etc for load test. I specify these parameters
> in shell script and it looks like this -
>
> http://www.awesomescreenshot.com/image/756039/674e55b2f49a99680d301fc8c9361717
>
>
>
> Everything goes good here.
>
> Now I added distributed testing and modified above script with JMeter
> Server related info. Hence new script looks as -
>
> http://www.awesomescreenshot.com/image/756060/84dd35aac6286c2420fcc7ba03b751d2
>
>
> Distributed test runs well but test does not take parameters specified in
> script above into consideration rather it takes the default value from
> JMeter test plan -
>
> https://www.diigo.com/item/image/54h07/86hp
>
>
> Did I mess up any configuration?

-J is used for local parameters

You need to use -G for global parameters that are sent to all the servers, see:

http://jmeter.apache.org/usermanual/get-started.html#options

> Thanks
> Tarun K

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to