0
votes

I have 30 different db queries. I want to run 5 db queries concurrently at any given time from 30 different queries. But it should not pick already executed query.

Like if any one query completed out of 30 db queries, it has to pick next query from 30 queries.

Can we achieve the above use-case in jmeter?. Please help on this.

1

1 Answers

0
votes
  1. For executing queries concurrently use Synchronizing Timer configured as follows:

    Synchronizing Timer JMeter

  2. For picking up unique queries the easiest is using CSV Data Set Config

    JMeter CSV Data Set Config