Give the different names for two Thread groups. While executing the test run save the results in .csv format in aggrregate report. In the saved .csv file you can filter the values based on the thread group name.
--Mahesh On Wed, Jul 22, 2009 at 11:30 AM, Tech Newbie <[email protected]> wrote: > I have a test plan with 2 thread groups. I want to monitor the progress of > a run in non-gui mode with the summariser. Is there a way to configure the > summariser to only record transactions response times from only one of the 2 > thread groups and not both? > > I tried putting the 2 thread groups into 2 test plans and create each its > own properties with unique names for the summariser. The problem is that > the 2 thread groups each invokes a different java class which share static > data amongst themselves. When I use 2 test plans, the 2 groups can't share > static data anymore. I think this is because 2 test plans => 2 jmeter > instances => 2 JVMs? > > > >

