You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/05/26 21:03:56 UTC

DO NOT REPLY [Bug 35093] New: - ApacheBench missing core feature - "think time"

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=35093>.
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=35093

           Summary: ApacheBench missing core feature - "think time"
           Product: Apache httpd-2.0
           Version: 2.1-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Other Modules
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: lnorskog@pocketthis.com


The 'ab' program is an excellent small-feature web testing application.
It has one small feature missing that we need to create an acceptable simulation
of a load: "think time".  This means that each concurrent sender stops and waits
for X amount of time after receiving its response.  (There are variants, but
this is fine for basic testing".

Without this feature we have to test 10 clients going continuously, rather than
100 stopping and thinking.  This means that while our raw application times are
clean, our socket & thread use is completely wrong.  The server kernel (Windows
2k, I think) is consistently 25% of our cpu usage, and without think time this
number is a bogus value.

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org