You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by vikash <vi...@gmail.com> on 2011/10/24 12:11:19 UTC

Discussion on ${__P(InstanceID)}

Hi All,

I am having two JMeterEngines.
I am using command    login${__P(InstanceID)}.csv
I am having login1.csv file on one server & login1.csv, login2.csv file in
server 2.
Clicked on "Remote Start All"
for both JMeterEngines, its only read login1.csv....

Thanks,
Vikash Ranjan

--
View this message in context: http://jmeter.512774.n5.nabble.com/Discussion-on-P-InstanceID-tp4931967p4931967.html
Sent from the JMeter - User mailing list archive at Nabble.com.

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


Re: Discussion on ${__P(InstanceID)}

Posted by vikash <vi...@gmail.com>.
Yes, I am using  "Jmeter in the Cloud"? 

--
View this message in context: http://jmeter.512774.n5.nabble.com/Discussion-on-P-InstanceID-tp4931967p4932287.html
Sent from the JMeter - User mailing list archive at Nabble.com.

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


Re: Discussion on ${__P(InstanceID)}

Posted by sebb <se...@gmail.com>.
On 24 October 2011 11:56, Felix Frank <ff...@mpexnet.de> wrote:
> Hi,
>
> On 10/24/2011 12:54 PM, sebb wrote:
>>> Hi All,
>>> >
>>> > I am having two JMeterEngines.
>>> > I am using command    login${__P(InstanceID)}.csv
>>> > I am having login1.csv file on one server & login1.csv, login2.csv file in
>>> > server 2.
>>> > Clicked on "Remote Start All"
>>> > for both JMeterEngines, its only read login1.csv....
>> What makes you think instanceID will somehow be set?
>
> I believe he's refering to this:
> http://www.cloud-intelligence.com/term/how-setup-different-csv-file-each-jmeterengine

I see, thanks.
So their service provides the instanceID property when starting JMeter.

> Vikash: Are you in fact using "Jmeter in the Cloud"?

If, so, then the place to ask for help is

http://www.cloud-intelligence.com/contact

> Cheers,
> Felix
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

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


Re: Discussion on ${__P(InstanceID)}

Posted by Felix Frank <ff...@mpexnet.de>.
Hi,

On 10/24/2011 12:54 PM, sebb wrote:
>> Hi All,
>> >
>> > I am having two JMeterEngines.
>> > I am using command    login${__P(InstanceID)}.csv
>> > I am having login1.csv file on one server & login1.csv, login2.csv file in
>> > server 2.
>> > Clicked on "Remote Start All"
>> > for both JMeterEngines, its only read login1.csv....
> What makes you think instanceID will somehow be set?

I believe he's refering to this:
http://www.cloud-intelligence.com/term/how-setup-different-csv-file-each-jmeterengine

Vikash: Are you in fact using "Jmeter in the Cloud"?

Cheers,
Felix

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


Re: Discussion on ${__P(InstanceID)}

Posted by sebb <se...@gmail.com>.
On 24 October 2011 11:11, vikash <vi...@gmail.com> wrote:
> Hi All,
>
> I am having two JMeterEngines.
> I am using command    login${__P(InstanceID)}.csv
> I am having login1.csv file on one server & login1.csv, login2.csv file in
> server 2.
> Clicked on "Remote Start All"
> for both JMeterEngines, its only read login1.csv....

What makes you think instanceID will somehow be set?

The __P() function returns 1 if the property is not found.

However, given that CSV files are opened locally by the server, you
don't need different names for each server, just different contents.

> Thanks,
> Vikash Ranjan
>
> --
> View this message in context: http://jmeter.512774.n5.nabble.com/Discussion-on-P-InstanceID-tp4931967p4931967.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

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