Since JMeter 2.7, you can start many JMeter slaves on the same machine from
command-line just adding the parameter SERVER_PORT.
With older versions you'll need to have copies of JMeter folder and must
modify server_port value in jmeter.properties.

Look for server_port in jmeter.properties file, there are some examples on
how to use it in different SOs.


2013/8/23 <[email protected]>

> If I may ask, are the multiple Jmeter instances used:
> - to run different test scripts
> or
> - because multiple VM use better the memory, with more frequent but less
> blocking garbage collection...
>
> Thanks
> Ivan
>
> -----Ursprüngliche Nachricht-----
> Von: Adrian Speteanu [mailto:[email protected]]
> Gesendet: Freitag, 23. August 2013 10:26
> An: JMeter Users List
> Betreff: Re: Multiple Jmeter instance on same machine.
>
> Hi,
>
> I always run multiple instances on the same machines, but never tried it
> with distributed mode.
>
> So, to the question of multiple instances: it is definitely possible and
> scales quite nicely, but do be careful on memory allocation (the total -Xmx
> in your configuration should not exceed the total memory that you have
> available on the machine; leave some for the OS as well).
>
> Adrian S
>
>
> On Fri, Aug 23, 2013 at 2:10 AM, Jomebrew <[email protected]> wrote:
>
> > I have used both but prefer GUI.  I can run more instances when I use
> > CLI mode.
> >
> > Cheers!
> >
> >
> > On Thu, Aug 22, 2013 at 3:57 PM, hame <[email protected]> wrote:
> >
> > > Hey thanks for you quick response. even I thought that it will work
> > > if I use GUI.
> > > What if I don't want to use GUI and run in command line mode? will
> > > it
> > work?
> > >
> > >
> > >
> > >
> > > On Thu, Aug 22, 2013 at 3:44 PM, Jomebrew <[email protected]>
> wrote:
> > >
> > > > I run about four client instances on my server.  Each one run is
> > > graphical
> > > > mode (against the advise of the message list) but my server has
> > > > enough processor cores (8) and memory to handle the load.  Memory
> > > > used to be a problem but with later releases,much more CPU is
> > > > being used. I have
> > been
> > > > running the same basic scripts since 2.6.
> > > >
> > > > Each instance runs two thread groups with 250 threads each for a
> > > > total
> > of
> > > > 500 threads per instance.  I use the aggregate report to monitor
> > > > the
> > load
> > > > status.
> > > >
> > > > This all works well for me.
> > > >
> > > > Cheers!
> > > >
> > > >
> > > > On Thu, Aug 22, 2013 at 3:40 PM, [email protected]
> > > > <[email protected]
> > > > >wrote:
> > > >
> > > > > Hi,
> > > > >  I want to run different test-plan by running multiple instances
> > > > > of
> > > > JMeter
> > > > > on the same machine at the same time. Is it possible?
> > > > >  I know I can run multiple jmeter server instances on different
> > > machine.
> > > > > But
> > > > > I am not sure whether I can run different instances of JMeter on
> > > > > the
> > > same
> > > > > machine or not? Will it create any kind of interference for
> > eachother?
> > > > >
> > > > >
> > > > >
> > > > > Thank you,
> > > > > Rakesh
> > > > >
> > > > >
> > > > >
> > > > > -----
> > > > > Technical blog : code4reference
> > > > > LinkedIn :  Rakesh Kumar
> > > > > --
> > > > > View this message in context:
> > > > >
> > > >
> > >
> > http://jmeter.512774.n5.nabble.com/Multiple-Jmeter-instance-on-same-ma
> > chine-tp5717948.html
> > > > > Sent from the JMeter - User mailing list archive at Nabble.com.
> > > > >
> > > > > ----------------------------------------------------------------
> > > > > ----- To unsubscribe, e-mail: [email protected]
> > > > > For additional commands, e-mail: [email protected]
> > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to