Paul Sheldrake
Paul Sheldrake

Reputation: 7821

How can I combine HTTP requests in JMeter to get a total response time

I have a series of requests that I would like to make that basically render a page. I would like to be able to show the total time that those requests make as single line the results summary, currently they show as separate lines.

Upvotes: 0

Views: 2659

Answers (1)

Manish Sapariya
Manish Sapariya

Reputation: 3605

Transaction controller is what you are looking for. http://jmeter.apache.org/usermanual/component_reference.html#Transaction_Controller

Upvotes: 2

Related Questions