On Apr 5, 2005 6:15 PM, Vishal Bhalerao <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I am trying to execute remote testing in NonGUI mode
> 
> Steps I followed:
> 
> On the Server/load generator:
> - Started rmiregistry.exe
> - Executed Jmeter-server.bat
> 
> On the Controller box:
> - Added the remote host to the properties file
> - Executed the java -jar ApacheJMeter.jar -n -t
> D:\Jmeter\ViewResultsinTable.jmx -l d:\nongui.log
> 
> I am not sure as to is there a way to start the remote hosts through NonGui
> Mode, help required there.
> 

Almost there - you need to add the -r flag:

      -r, --runremote
              Start remote servers from non-gui mode

This help is displayed if you type:

        jmeter -?

See also:

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

However, if you are only running a single remote server, why not just
run that in non-GUI, and avoid the extra overhead of client-server
mode?

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to