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 2015/02/12 22:58:43 UTC

[Bug 57577] New: HttpSampler : Retrieve All Embedded Resources should only compute size or hash by default

https://issues.apache.org/bugzilla/show_bug.cgi?id=57577

            Bug ID: 57577
           Summary: HttpSampler : Retrieve All Embedded Resources should
                    only compute size or hash by default
           Product: JMeter
           Version: 2.12
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com

Currently when you check Retrieve All Embedded Resources, JMeter will create a
Parent SampleResult and Child SampleResults for downloaded resources.
These children will occupy a lot of memory and in most case you are only
interested to know if download occured (response code) and that size was > 0.

So I suggest that by default, we either compute a Hash (but this can be cpu
intensive) or only size.

This way we would save a lot of memory and make those kind of tests perform
much better and  much easier to configure.

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

[Bug 57577] HttpSampler : Retrieve All Embedded Resources should only compute size or hash by default

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57577

--- Comment #1 from Sebb <se...@apache.org> ---
We cannot change the default; this will break existing tests.

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