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 2014/09/27 15:24:03 UTC

[Bug 57026] New: HTTP(S) Test Script Recorder : Better default settings

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

            Bug ID: 57026
           Summary: HTTP(S) Test Script Recorder : Better default settings
           Product: JMeter
           Version: 2.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: support@ubikloadpack.com

Created attachment 32064
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32064&action=edit
Patch implementing proposed enhancements

Hello,
Currently HTTP(S) Test Script Recorder has the 2 following defaults:
- proxy.pause=1000
- proxy.number.requests=false

In our experience this does not seem to be optimal as:
- Numbering requests is really useful to match during analysis of recording a
Sample in Test Plan and it's execution in View Results Tree.

- By default with Recording Template, Grouping is set to Put Each group in a
new Transaction Controller. This setting uses proxy.pause to put all requests
emitted on 1 recorder web page in one Transaction Controller. Usually web page
response time exceed 1 second so you end up having more than 1 transaction
controller which is not what you expect.

Find attached a patch that implements the proposed changes.

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

[Bug 57026] HTTP(S) Test Script Recorder : Better default settings

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

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32064|0                           |1
           is patch|                            |

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

[Bug 57026] HTTP(S) Test Script Recorder : Better default settings

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

--- Comment #1 from Milamber <mi...@apache.org> ---
(In reply to UbikLoadPack support from comment #0)
> Created attachment 32064 [details]
> Patch implementing proposed enhancements
> 
> Hello,
> Currently HTTP(S) Test Script Recorder has the 2 following defaults:
> - proxy.pause=1000
> - proxy.number.requests=false
> 
> In our experience this does not seem to be optimal as:
> - Numbering requests is really useful to match during analysis of recording
> a Sample in Test Plan and it's execution in View Results Tree.

Yes +1 to change the default to true (very useful behavior)


> 
> - By default with Recording Template, Grouping is set to Put Each group in a
> new Transaction Controller. This setting uses proxy.pause to put all
> requests emitted on 1 recorder web page in one Transaction Controller.
> Usually web page response time exceed 1 second so you end up having more
> than 1 transaction controller which is not what you expect.
> 
> Find attached a patch that implements the proposed changes.

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

[Bug 57026] HTTP(S) Test Script Recorder : Better default settings

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

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

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

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Sat Sep 27 19:25:47 2014
New Revision: 1627989

URL: http://svn.apache.org/r1627989
Log:
Bug 57026 - HTTP(S) Test Script Recorder : Better default settings
Bugzilla Id: 57026

Modified:
    jmeter/trunk/bin/jmeter.properties
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java

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