bala s
bala s

Reputation: 57

Running Concurrent thread execution

I am using jmeter tool for load testing. I want to execute all threads are in simultaneously (at the same time).

So I configured

No of Threads:20
Ramp-up period:Empty
Loop Count:1.

Now I run the jmeter tool.

After getting the result, I saw the result in view results in Table. From this start time is displayed.i.e Threads are executed one by one not simultaneously. I included the image also.

Could you tell me how to run the concurrent threads simultaneously?

Starting Time for threads.

Upvotes: 3

Views: 98

Answers (2)

vikas
vikas

Reputation: 506

Add Synchronizing Timer in your test plan enter image description here

Upvotes: 3

Dmitri T
Dmitri T

Reputation: 168157

Just add a Synchronizing Timer to your Test Plan.

Upvotes: 1

Related Questions