You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Ranieri Mazili <ra...@gmail.com> on 2016/02/19 15:21:53 UTC

How to receive response data when using cluster

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

Re: How to receive response data when using cluster

Posted by Ranieri Mazili <ra...@gmail.com>.
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 <
support@ubikloadpack.com> 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 <ra...@gmail.com>
> 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
> >
>

Re: How to receive response data when using cluster

Posted by UBIK LOAD PACK Support <su...@ubikloadpack.com>.
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 <ra...@gmail.com> 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
>