from page of the tutorial it states:

add the IP address.For example,if I have jmeter server running on
192.168.0.10,11,12,
13,and 14,the entry would like like this:
remote_hosts=192.168.0.10,192.168.0.11,192.168.0.12,192.168.0.13,
192.168.0.14

one of these days we need to rename the .bat files, so they make more sense.

jmeter-server.bat  - these are remote system that generate load
jmeter.bat - is used to start the remote systems, which I call slaves in the
tutorial


just to be explicit. say I have 3 systems

system A
ip - 192.168.0.10
jmeter-server.bat

system B
ip - 192.168.0.11
jmeter-server.bat

system C
ip - 192.168.0.20
jmeter.bat

the setting for all systems should be:
remote_hosts=192.168.0.10,192.168.0.11,192.168.0.20


make sure you start the jmeter-server.bat first before starting jmeter.batGUI.

peter
On 4/4/06, Raffaele Viola <[EMAIL PROTECTED]> wrote:
>
> in the remote_host=... at the 44th line in the jmeter.properties I have to
> add both the IP of teh server and the IP of the client ??
>
> _thanks
>
>
> On 4/4/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> >
> > the output looks odd, there should be multiple IP addresses, but I only
> > see
> > 151.98.181.12.
> >
> > if you're running everything from a single system, you need to start the
> > server and another instance of jmeter.bat.   If you don't it won't do
> > anything.  hopefully that makes sense.
> >
> > are you actually using multiple systems and have you verified you can
> ping
> > those systems?
> >
> > peter
> >
> >
> > On 4/4/06, Raffaele Viola <[EMAIL PROTECTED]> wrote:
> > >
> > > I followed Step-by-Step
> > >
> > >
> >
> http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf
> > >
> > > but it doesn't work. There are no firewall both on the server and on
> > > client.
> > > The test seems doesn't work and the jmeter.lor relports these lines
> > >
> > > 2006/04/04 12:50:10 INFO  - jmeter.gui.util.JMeterMenuBar:
> > > setRunning(true,
> > > 151.98.181.12 <http://151.98.181.12:1099/>)
> > > 2006/04/04 12:50:10 INFO  - jmeter.gui.util.JMeterMenuBar : Found
> start
> > > host: 151.98.181.12 <http://151.98.181.12:1099/>
> > > 2006/04/04 12:50:10 INFO  - jmeter.gui.util.JMeterMenuBar: Found
> > > stop  host:
> > > 151.98.181.12 <http://151.98.181.12:1099/>
> > > 2006/04/04 12:50:10 INFO  - jmeter.gui.util.JMeterMenuBar: Found
> > > exit  host:
> > > 151.98.181.12 <http://151.98.181.12:1099/>
> > >
> > > I think there aren't any more to say!
> > >
> > > -Raffo
> > >
> > > On 4/4/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> > > >
> > > > it's hard to tell from the email what is happening. Can you describe
> > the
> > > > steps you took in greater detail?  without more details, it will be
> > very
> > > > hard to assit you.
> > > >
> > > > peter
> > > >
> > > >
> > > > On 4/4/06, Raffaele Viola <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > HI,
> > > > >
> > > > > Yes i do the same thing reported by the example.
> > > > >
> > > > >
> > > > > On 4/4/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > have you read the distributed testing tutorial?
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf
> > > > > >
> > > > > > peter
> > > > > >
> > > > > >
> > > > > > On 4/4/06, Raffaele Viola <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > Hi all,
> > > > > > >
> > > > > > > I tried to make a distribuited testing.
> > > > > > >
> > > > > > > I've setted the IP of the servers in the jmeter.properties and
> > > I've
> > > > > > > started
> > > > > > > the servers with jmeter-server.bat
> > > > > > > and the client with normal jmeter.bat
> > > > > > >
> > > > > > > in the jmeter.log file these are these lines:
> > > > > > >
> > > > > > > 2006/04/04 12:50:10 INFO  - jmeter.gui.util.JMeterMenuBar:
> > > > > > > setRunning(true,
> > > > > > > 151.98.181.12:1099)
> > > > > > > 2006/04/04 12:50:10 INFO  - jmeter.gui.util.JMeterMenuBar:
> Found
> > > > start
> > > > > > > host:
> > > > > > > 151.98.181.12:1099
> > > > > > > 2006/04/04 12:50:10 INFO  - jmeter.gui.util.JMeterMenuBar:
> Found
> > > > > > > stop  host:
> > > > > > > 151.98.181.12:1099
> > > > > > > 2006/04/04 12:50:10 INFO  - jmeter.gui.util.JMeterMenuBar:
> Found
> > > > > > > exit  host:
> > > > > > > 151.98.181.12:1099
> > > > > > >
> > > > > > > but il the it seems that the test doesn't work on the servers
> > > > because
> > > > > I
> > > > > > > don't have any report!!!!
> > > > > > >
> > > > > > > help me please!!!
> > > > > > >
> > > > > > > -Raffo
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Reply via email to