Do I need to change this parameters on each remote server or only on master jmeter machine?
-- Ranieri On Fri, Feb 19, 2016 at 12:34 PM, UBIK LOAD PACK Support < [email protected]> wrote: > Hello, > This is by design. In distributed mode , jmeter strips the response data > before sending it to controller, MODE_STRIPPED_BATCH is used. > > If you want it, you need to change mode in user.properties to one of those > for example : > mode=Standard > or > mode=Batch > > But in this mode, it will not scale as much as with Stripped modes. > Regards > @ubikloadpack > > On Fri, Feb 19, 2016 at 3:21 PM, Ranieri Mazili <[email protected]> > wrote: > > > Hello, > > > > I'm executing a jmeter test with jmeter cluster, but when using cluster > I'm > > not receving the response data on master jmeter machine as you see in the > > printscreen here http://imgur.com/YxadX6U > > > > Is there a way to setup jmeter-server.bat to send response data to the > > master machine? > > > > I really appreciate any help > > Thanks > > -- > > Ranieri > > >
