George
George

Reputation: 1273

How to aggregate results from multiple JMeter servers

I wish to run multiple JMeter servers on various machines to ramp-up volumes but in the end wish to see aggregated values from all servers in my graphs and plots.

From what I understand each server will produce it's own results though, so if I have each machine/server running 500 concurrent users and lets say I have 5 of the machines running, how do I get to aggregate the 2500 total concurrent user responses?

Upvotes: 1

Views: 2060

Answers (1)

Masud Jahan
Masud Jahan

Reputation: 2978

In JMeter Remote testing, slave machines will just run the test and send the report to the master machine.

Follow these steps:

  1. Collect the results file(.jtl) from the master machine.

  2. Open the JMeter GUI and then add a listener like Aggregate Report or Aggregate Graph in your test plan.

  3. Now, Open your collected results file using Browse button through that listener.

Upvotes: 2

Related Questions