JMeter_Synchronization Timer

I have to run 200 concurrent users from two JMeter Slaves (100 threads from each) such that 200 users first do login simultaneously, after completing login, all 200 users should do next printing operation simultaneously.
To achieve this, I am using synchronization timer at my JMeter Master:
1.If I set synchronization timer for 100, it send 100-100 simultaneous users in two bunches. It is not sending 200 simultaneous users in a single bunch.

2. If I set synchronization timer for 200, JMeter Master hangs.

Is there any way to run 200 simultaneous users from two or more JMeter slaves?

If I try to run 200 users from single Jmeter with synchronization timer set at 200, it gives following error in response to some login requests:

java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.#-Link-Snipped-# Source)
at sun.net.#-Link-Snipped-# Source)
at sun.net.www.http.HttpClient.(Unknown Source)
at sun.net.#-Link-Snipped-# Source)
at sun.net.#-Link-Snipped-# Source)
at sun.net.#-Link-Snipped-# Source)
at sun.net.#-Link-Snipped-# Source)
at sun.net.#-Link-Snipped-# Source)
at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:440)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:863)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:849)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:300)
at java.lang.Thread.run(Unknown Source)


Please help me out.

Regards,
Dileep

Replies

  • Saandeep Sreerambatla
    Saandeep Sreerambatla
    I guess the problem may be in the RAM,

    Please check the RAM.

    Not sure though..

You are reading an archived discussion.

Related Posts

Hello everybody! Henry Coles here.. I'm new to this forums. Hope to have a wonderful stay here. 😁
I love mottos... Share your favorite motto here! Mine is.... "Do unto others what you want others to do to you." 😁
Should university students be required to attend classed? There are to different opinions. Some people claim that attending classes is must to students. Other people, however agree that it should...
What is EVDO based technology used in laptops and how does it work? Need some expert comments. PB
How to design a BCD Subtractor??