to add the sampler label itself can be dynamic (so you could for e.g. execute a function that strips out query string assuming you were reading all URLs from a file)
On Wed, Jan 22, 2014 at 2:55 PM, sebb <[email protected]> wrote: > On 22 January 2014 19:12, James Liang <[email protected]> wrote: > > Hi all, > > > > Some of the urls in my jmeter test samples only varies in the query > string. Others are completely different url. I'd like to get statistical > summary grouped by a url pattern. > > > > for example: > > http://test.com/hello?a=5 > > http://test.com/hello?a=6 > > http://test.com/welcome > > > > > > I'd like to see a summary of average response and throughput that > combines the 2 http://test.com/hello*. The http://test.com/welcom has > its separate average response and throughput. > > > > Is there a way to do this in jmeter? > > The simplest way is to change the sampler labels in the test plan. > > > > > Thanks, > > James Liang > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
