You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/11/10 15:28:09 UTC

[Bug 61743] Limit amount of data sent by distributed Node

https://bz.apache.org/bugzilla/show_bug.cgi?id=61743

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(In reply to gaspardzebear from comment #0)
> When doing remote testing, remote nodes may send lot of datas to master. 
> When remote node are in different geographical location, the bandwidth
> consumption is high.
> 
> None of the current mode is satisfying : 
> - The statistical mode is not really usefull as it gives too few
> informations.
> - Stripped mode truncate datas.
> - Diskstore just postpones the sending of datas : the whole file is still
> sent as-is at the end of test.
> 
> In order to reduce the amount of data, compress the flow would limit the
> requested bandwith could be a good approach (for example, Diskstore mode +
> compression) : as most of the flow is text, it could save 70-80% bandwitdh.

Hello,
For me stripped mode + Batch or Async does a correct job and would be better if
we also stripped request content.
I don't share the thinking that Strip truncates datas, it does but not useful
data  during a load test.


Zipping has some drawbacks:
- It is very costly in terms of CPU on servers
- It will not make things better as we use RMI

But if you have a working patch that shows I'm wrong, I'll be more than happy
:-)

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.