Hello Pravesh.

Please create a new thread - your matter has nothing to do with the 
behaviour of a Loop Controller.

Nige

-----Original Message-----
From: Pravesh Prajapati [mailto:[email protected]]
Sent: Wednesday, 20 May 2015 2:45 PM
To: JMeter Users List
Subject: Re: Loop controller behaviour

Hi mahesh,
I is it compulsory to to keep the jmx file on the slave machine.
What is did is I started jmeter server on both slave and added the ip's of 
slave mc into jmeter.properties file on master mc.
now I executed the script from master on both slave.

but I didn't any thing on slave mc.
if I need to keep jmx file on slave so where should I keep it.

can you please let me know where logs are generated on salve and master mc 
so that I can just analyse that.

please reply.

Thanks in advance.


On Wednesday, May 20, 2015, mahesh bhasme <[email protected]> wrote:

> Yes..you can use GUI mode and get aggregate report. just keep jmx file
> on both slave at same location and follow steps from given link
>
> Thanks,
> Mahesh
>
> On Tue, May 19, 2015 at 8:08 PM, Pravesh Prajapati <
> [email protected] <javascript:;>> wrote:
>
> > Hi Mahesh,
> > Can we do that using GUI mode.
> > Say for example I have one master & I have added Aggregate report
> listener
> > to it with the script.
> > Now I am Distributing the loads on slave machine eg:-slave1=500 VU &
> > slave2:-200 VU.
> > Then can I get Consolidated reports from these two slaves on the
> > Master machines listener.
> > Please reply.
> > Thanks in Advance.
> > Please call on the mob no 9702600170, OR give a miss call I will cal 
> > you.
> >
> >
> > Regards,
> > Pravesh
> >
> >
> > On Tue, May 19, 2015 at 7:25 PM, mahesh bhasme <[email protected]
> <javascript:;>> wrote:
> >
> > > Hi Pravesh,
> > >
> > > You can use aggregate report to collect result from slaves.
> > > Following reference ulr has steps to configure master/slave jmeter.
> > >
> > >
> >
> http://myloadtesting.blogspot.in/2014/11/jmeter-setup-for-aggregate-re
> sults.html
> > >
> > >
> > > Thanks,
> > > Mahesh
> > > http://myloadtesting.blogspot.in/
> > >
> > > On Tue, May 19, 2015 at 6:19 PM, Pravesh Prajapati <
> > > [email protected] <javascript:;>> wrote:
> > >
> > > > Hi Sir,
> > > >
> > > > Can you please provide me solution regarding to master slave
> > > architecture.
> > > >
> > > > Say for eg:-
> > > >
> > > > I have one master machine & three slave machine.
> > > >
> > > > I have distributed load on these three slave machines are as 
> > > > follows.
> > > >
> > > > 1000 vu on slave first, 2000 vu on slave 2nd & 2500 vu on slave 3rd.
> > > >
> > > > Now can I have a consolidate report for 5500 VU  form Master 
> > > > machine.
> > > >
> > > > OR Is there is any mechanism from where we can consolidate the
> > > > report
> > for
> > > > these distributed users into Jmeter.
> > > >
> > > > Sir, one more question.
> > > >
> > > > What is the minimum hardware configuration required for running
> > > > 1000
> vu
> > > on
> > > > Slave machine.
> > > >
> > > >
> > > > Please reply.
> > > > Thanks in Advance.
> > > >
> > > > On Tue, May 19, 2015 at 6:31 AM, Nigel Donaldson <
> > [email protected] <javascript:;>>
> > > > wrote:
> > > >
> > > > > I appreciate your effort, Flavio.
> > > > >
> > > > > I also created a new minimal Test Plan yesterday, using the
> > > > > same
> > JMeter
> > > > > logic/elements I'd flagged, but using different, fixed values
> > > > > for
> the
> > > > > 'Fields' variable (still coming from a CSV source).  It
> > > > > exhibited
> > > similar
> > > > > behaviour to what was happening in my 'real' Test Plan: the
> > > > > Loop
> > > > Controller
> > > > > was never working beyond the first iteration in any Thread Group.
> > > > >
> > > > > Cutting my losses, I reworked the Test Plan by replacing the
> > > > > If /
> > Loop
> > > /
> > > > > Counter trinity with a BeanShell Sampler / ForEach Controller duo.
> > > > >
> > > > > Functionality is now what I expect, in that _all_ iterations
> > > > > in
> _all_
> > > > > Thread
> > > > > Groups now correctly 'loop over' their respective number of 
> > > > > fields.
> > > > >
> > > > > Nige
> > > > >
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Flavio Cysne [mailto:[email protected]
> > > > > > <javascript:;>]
> > > > > > Sent: Monday, 18 May 2015 11:11 PM
> > > > > > To: JMeter Users List
> > > > > > Subject: RE: Loop controller behaviour
> > > > > >
> > > > > > Nigel,
> > > > > >
> > > > > >     I published a script in pastebin,
> > > > > > http://pastebin.com/download.php?i=bL7kwXjA, using a Thread
> Group
> > > with
> > > > > > the logic you mentioned and another Thread Group using a
> > > > > > Test
> > > Fragment
> > > > as
> > > > > > well.
> > > > > > ATM it is not using a CSV dataset nor the dynamic values per
> user,
> > as
> > > > you
> > > > > > said.
> > > > > >
> > > > > > Hope it helps.
> > > > > > Em 18/05/2015 00:39, "Nigel Donaldson"
> > > > > > <[email protected]
> <javascript:;>>
> > > > > > escreveu:
> > > > > >
> > > > > > > Hello, Flavio.
> > > > > > >
> > > > > > > I have to admit I didn't comprehend your statement per se,
> given
> > > that
> > > > > > > my CSV
> > > > > > > entries _are_ being used correctly.   However, it eventually
> lead
> > > me
> > > > to
> > > > > > > revisit the documentation for Loop Controller, and I've
> > > > > > > just
> > > realised
> > > > > > > that
> > > > > > > it doesn't function how I understood it would.   (Why only 
> > > > > > > once
> > per
> > > > > > > thread-group?!)
> > > > > > >
> > > > > > > I need to reassess my approach :  a BeanShell Sampler
> > > > > > > producing something for a ForEach Controller looks likely.
> > > > > > >
> > > > > > > Thanks again.
> > > > > > >
> > > > > > > Nige
> > > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Flavio Cysne [mailto:[email protected]
> <javascript:;>]
> > > > > > > Sent: Friday, 15 May 2015 8:31 PM
> > > > > > > To: JMeter Users List
> > > > > > > Subject: Re: Loop controller behaviour
> > > > > > >
> > > > > > > Nice,
> > > > > > >
> > > > > > >     I forgot to mention that CSV Dataset config don't go
> > > > > > > to the
> > > next
> > > > > > > line when using loop controller. In your case, just when
> > > > > > > using
> > Test
> > > > > > > Plan's Loop count.
> > > > > > >
> > > > > > > Hope it helps.
> > > > > > >
> > > > > > >
> > > ------------------------------------------------------------------
> > > ---
> > > > > > > To unsubscribe, e-mail: [email protected]
> <javascript:;>
> > > > > > > For additional commands, e-mail:
> > > > > > > [email protected]
> <javascript:;>
> > > > > > >
> > > > > > >
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [email protected]
> <javascript:;>
> > > > > For additional commands, e-mail: [email protected]
> <javascript:;>
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Pravesh prajapati.
> > > > Mob:-9702600170
> > > >
> > >
> > >
> > >
> > > --
> > > Thanks,
> > > MAhesh
> > >
> >
> >
> >
> > --
> > Regards,
> > Pravesh prajapati.
> > Mob:-9702600170
> >
>
>
>
> --
> Thanks,
> MAhesh
>


--
Regards,
Pravesh prajapati.
Mob:-9702600170

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

Reply via email to