Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JMeter - How do you group all requests related to a page to provide cleaner results?

Tags:

jmeter

Im new to JMeter and have just created a test plan using the proxy server.

The test plan covers a fairly long user journey on a web app with a lot of pages, images, scripts and css being requested, because of this when I run the test plan and view the results in a listener such as the 'View Results Tree' the sampler list is very long and if I try and use a graph there are so many results its hard to make out individual values.

Is there a way in JMeter where I could group all the requests related to a page under that page and only have to page name display in the listener but still have the ability to drill into an individual page and see the details for each sample?

Thanks.

like image 735
user1725729 Avatar asked Oct 06 '12 20:10

user1725729


1 Answers

For this you can use Transaction Controller:

  • https://jmeter.apache.org/usermanual/component_reference.html#Transaction_Controller

Keep Include duration of timer and pre-post processors in generated sample unchecked.

If you're looking to learn jmeter correctly, this book will help you.

like image 192
UBIK LOAD PACK Avatar answered Dec 06 '22 18:12

UBIK LOAD PACK