Search code examples
jmeter

Bursts of concurrent queries in JMeter


I want to simulate a number of concurrent users (50), each of which may fire off a number of concurrent queries (10) at random intervals.

The purpose of the test is a BI dashboard scenario, where users may randomly refresh the dashboard, and each refresh triggers a number of queries.

The Thread Group gives me concurrent users, the Uniform Random Timer gives me random delays, but I can't figure out how to concurrently trigger the queries within the thread group.


Solution

  • If you're talking about simulating AJAX requests when 1 user refreshes the dashboard causing 6 simultaneous calls - this is not something JMeter can do out of the box.

    However this form of network footprint can be simulated with Parallel Controller which is JMeter Plugin. It can be installed using JMeter Plugins Manager