Hi, Controllers do not get plotted! Samplers do (its a java thingy, listeners wait for info from samplers.)
To view information specific to the whole test I keep a listener as child to the thread group or even test plan. But, if I need to view the specifics of a controller, than I add a new listener to the controller (this will give me TOTAL that applies to everything from the controller's tree level down, in an inclusive manner). To group samplers you will have to contact the owners and mailing lists of the plugins though. AFAIK it works, but could be wrong and for me, listeners in controllers seals the deal: I don't need more. --Adrian S On Thu, Nov 29, 2012 at 4:10 PM, Flavio Cysne <[email protected]> wrote: > Just modify the script sampler's label (not the URL) to distinct names, > like [email protected] and [email protected] > > > 2012/11/29 Mitesh Patel <[email protected]> > > > Hi, > > > > I am new to JMeter and have managed to record my first test scenario via > > the proxy. As expected, this records every single request. So, my plan > > looks something like this: > > > > TEST PLAN > > --THREAD GROUP > > ----SCENARIO1 (RECORDING CONTROLLER) > > ------HOME (TRANSACTION CONTROLLER) > > --------home.html (HTTP REQUEST) > > --------global.css (HTTP REQUEST) > > --------page.js (HTTP REQUEST) > > --------banner.png (HTTP REQUEST) > > etc > > etc > > . > > . > > ------ABOUT US (TRANSACTION CONTROLLER) > > --------aboutus.html (HTTP REQUEST) > > --------global.css (HTTP REQUEST) > > --------aboutus.css (HTTP REQUEST) > > --------page.js (HTTP REQUEST) > > --------image.png (HTTP REQUEST) > > > > Now, when I try and plot the results using the OOTB listeners or the > > JMETER PLUGINS, I cannot seem to get an accurate view of the results for > > HOME or ABOUT US. It seems to groups similar files i.e. global.css, > > page.js. This doesn't really help me analyse the behaviour of the test. > > > > Any ideas how I can get around this? > > > > Thanks, > > >
