On 09/01/06, sarath chandra <[EMAIL PROTECTED]> wrote: > hi, > > My requirement is to run jmx files individually & in > different machines.So if i start in non-gui the > resources taken are less.
But remote mode uses more resources than local mode. > For that i'm specifying the jmx file name & machine > names. > > jmeter -n -r -Jremote_hosts=host1,host2 -tSample.jmx > > Is the above command correct? > > If yes,while executing the command its throwing > IndexOutOfBoundsException before mentioned > exception.Please help me out to overcome this problem. Try editting remote_hosts in jmeter.properties, and then run jmeter -n -r -tSample.jmx add -lsample.jtl if you want to log to sample.jtl/ You can then remove all other listeners. > > > > > --- sebb <[EMAIL PROTECTED]> wrote: > > > Have you _tried_ editting jmeter.properties? > > > > You could also try running non-GUI directly > > (non-remote). > > This would use far fewer resources. > > > > Unless you need to use two different IP addresses, > > you will likely > > find that you can run all the threads from the same > > system. > > > > S. > > On 06/01/06, sarath chandra <[EMAIL PROTECTED]> > > wrote: > > > hi > > > upagrading cannot be considered right now since > > > many plugins,changes made in the code. > > > Please help if any code changes need to be made to > > > overcome this problem. > > > Thanks in advance, > > > apaseani > > > > > > --- sebb <[EMAIL PROTECTED]> wrote: > > > > > > > On 06/01/06, sarath chandra > > <[EMAIL PROTECTED]> > > > > wrote: > > > > > > > > > > hi, > > > > > > > > > > I'm using Jmeter1.9.1 version. > > > > > > > > This is very old. > > > > > > > > Consider upgrading. > > > > > > > > > I need to use it in non-gui mode for my > > > > distributed > > > > > testing. > > > > > When i'm giving the command as below > > > > > > > > > > jmeter -n -r -Jremote_hosts=host1,host2 > > > > -tSample.jmx > > > > > > > > > > The above command is throwing exceptions : > > > > > > > > > > java.lang.IndexOutOfBoundsException: Index: > > -1, > > > > Size: > > > > > 2 > > > > > at > > > > > > > java.util.LinkedList.entry(LinkedList.java:356) > > > > > at > > > > > java.util.LinkedList.set(LinkedList.java:313) > > > > > at > > > > > > > > > > > > > > > org.apache.jorphan.collections.ListedHashTree.replace(ListedHashTree.java:171) > > > > > at > > > > > > > > > > > > > > > org.apache.jmeter.engine.ConvertListeners.addNode(ConvertListeners.java:65) > > > > > at > > > > > > > > > > > > > > > org.apache.jorphan.collections.HashTree.traverse(HashTree.java:894) > > > > > at > > > > > > > > > > > > > > > org.apache.jmeter.engine.ClientJMeterEngine.run(ClientJMeterEngine.java:150) > > > > > at > > java.lang.Thread.run(Thread.java:536) > > > > > > > > > > As its very urgent,Please help me in finding > > the > > > > > correct format to give the command to run the > > test > > > > at > > > > > the system names specified. > > > > > > > > No idea what the problem is, but try changing > > > > remote_hosts in > > > > jmeter.properties instead of using the -J flag - > > > > that may work better. > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: > > > > [EMAIL PROTECTED] > > > > For additional commands, e-mail: > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > Send instant messages to your online friends > > http://in.messenger.yahoo.com > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > Send instant messages to your online friends http://in.messenger.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

