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: [email protected]
Reporter: [email protected]
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.