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 bu...@apache.org on 2006/10/16 20:37:29 UTC

DO NOT REPLY [Bug 40769] New: - RFE to correctly emulate http browser

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40769>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40769

           Summary: RFE to correctly emulate http browser
           Product: JMeter
           Version: 2.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: philip@vogon.net


In any modern browser, the browser normally supports multiple,
concurrent, HTTP requests (TCP connections).
This is typically used when processing a page requested by the user --
embedded links will be processed as they are received, and will be
processed in parallel up to the maximum concurrent connection limit of
the browser.

After fetching a page, each of the embedded URLs is
fetched by the same thread, serially. The reported time for the top
level page is reported as the sum of the times for loading the top level
page and each of the embedded URLs. This has no relation at all to the
time that will be taken by by a browser. the closes seems to be to
inhibit fetching embeded URLs, but this does not really emulate a real
world user load where the user will be fetching these URLs.

What is needed is that a thread fetches a page, discovers embedded URLs,
then spawns up to N more threads to fetch these URLs. The reported time
should be timed from the commencement of fetching the top level page, to
the end of the last fetch of an embedded URL. This will correctly
emulate a browser, and will report times in line with user experience.

This is needed to:

* Impose the same load that a browser would.
* Evaluate page load times experienced by a user with a browser.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 40769] - RFE to correctly emulate http browser

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40769>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40769


sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Additional Comments From sebb@apache.org  2006-10-16 16:31 -------


*** This bug has been marked as a duplicate of 40768 ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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