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?