Reputation: 1273
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
Reputation: 2978
In JMeter Remote testing, slave machines will just run the test and send the report to the master machine.
Follow these steps:
Collect the results file(.jtl) from the master machine.
Open the JMeter GUI and then add a listener like Aggregate Report or Aggregate Graph in your test plan.
Now, Open your collected results file using Browse button through that listener.
Upvotes: 2