You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Pratik Soares <pr...@gmail.com> on 2009/04/06 08:24:56 UTC

[PATCH] discard response in HTTP Sampler

I used JMeter to perform some load testing in my previous project and
for one of the request the response ran into a few 100 MBs and
eventually JMeter would run out of memory and die.

Since I did not want to do any post processing on the response, so
long as the server in questions was stressed, to complete the project
I had to modify the JMeter source to ignore the response and free up
memory. I wish there was a standard ignore response option in the HTTP
Sampler.

I was wondering if this option would be useful to other and could be
included in the JMeter main. Whom should I talk to, to discuss the
patch and possibly get it included in JMeter?

-Pratik


Re: [PATCH] discard response in HTTP Sampler

Posted by sebb <se...@gmail.com>.
On 06/04/2009, Pratik Soares <pr...@gmail.com> wrote:
> I used JMeter to perform some load testing in my previous project and
>  for one of the request the response ran into a few 100 MBs and
>  eventually JMeter would run out of memory and die.
>
>  Since I did not want to do any post processing on the response, so
>  long as the server in questions was stressed, to complete the project
>  I had to modify the JMeter source to ignore the response and free up
>  memory. I wish there was a standard ignore response option in the HTTP
>  Sampler.
>
>  I was wondering if this option would be useful to other and could be
>  included in the JMeter main. Whom should I talk to, to discuss the
>  patch and possibly get it included in JMeter?
>
There's already an option to just store the MD5 of the response.

Not sure it's necessary to have another alternative, but feel free to
raise a Bugzilla enhancement request and attach a patch.

>  -Pratik
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org