3 x 90 = 270 you set the timer to 280 threads! normally, it shouldn't execute anything because there will never be 280 threads ready to execute the next step.
in fact, since there are three different threads, shouldn't the timer be set to 90? I actually don't know this, I never thought of using this thread for multiple threads. On Wed, Sep 9, 2009 at 3:02 PM, Mytho Logic<[email protected]> wrote: > Hi, > > In my test plan, there are total 3 thread groups and each thread groups has > 90 threads. > I have mentioned 280 threads in 'synchronizing Timer'. > so number of threads == concurrent users > > Is the approach was correct? > If not, how can I test for 280 concurrent users. > > My question:- > > 1. Why I am getting the exception for few sample requests. > > java.net.ConnectException: Connection refused: connect at > java.net.PlainSocketImpl.socketConnect(Native Method) at > java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at > java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at > java.net.Socket.connect(Socket.java:519) at > java.net.Socket.connect(Socket.java:469) at > sun.net.NetworkClient.doConnect(NetworkClient.java:157) at > sun.net.www.http.HttpClient.openServer(HttpClient.java:382) at > sun.net.www.http.HttpClient.openServer(HttpClient.java:494) at > sun.net.www.http.HttpClient.(HttpClient.java:231) at > sun.net.www.http.HttpClient.New(HttpClient.java:304) at > sun.net.www.http.HttpClient.New(HttpClient.java:316) at > sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:817) > at > sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:769) > at > sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:694) > at > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:431) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1021) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1007) > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290) at > java.lang.Thread.run(Thread.java:595) > > > 2. how many threads or concurrent user I can create? > 3. what is supporting maximum thread limit? > > Thanks > Maumita > > On Wed, Sep 9, 2009 at 5:22 PM, Hembha, Ambanna > <[email protected]>wrote: > >> Hi, >> >> >> >> Is number of threads is equals = = number of concurrent users ? >> >> >> >> if answer is yes how many threads or concurrent user I can create, what >> is supporting maximum thread limit? >> >> >> >> Is my understanding is correct.? >> >> >> >> ambs >> >> >> >> Please help Logica to respect the environment by not printing this email / >> Pour contribuer comme Logica au respect de l'environnement, merci de ne pas >> imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen >> Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a >> respeitar o ambiente nao imprimindo este correio electronico. >> >> >> >> This e-mail and any attachment is for authorised use by the intended >> recipient(s) only. It may contain proprietary material, confidential >> information and/or be subject to legal privilege. It should not be copied, >> disclosed to, retained or used by, any other party. If you are not an >> intended recipient then please promptly delete this e-mail and any >> attachment and all copies and inform the sender. Thank you. >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

