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/04/02 22:13:16 UTC

DO NOT REPLY [Bug 34275] New: - Apache bench tool (ab) does not work with both -k and -i cmdline options specified

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

           Summary: Apache bench tool (ab) does not work with both -k and -i
                    cmdline options specified
           Product: Apache httpd-2.0
           Version: 2.0.53
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: spmhere1@lenivec.com


This works OK:
./ab -n 10000 -c 100 http://192.168.1.4:81/7kb.html

This works OK:
./ab -n 10000 -c 100 -k http://192.168.1.4:81/7kb.html

This works OK:
./ab -n 10000 -c 100 -i http://192.168.1.4:81/7kb.html

This DOES NOT work at all:
./ab -n 10000 -c 100 -k -i http://192.168.1.4:81/7kb.html

The output it produces is:
apr_poll: The timeout specified has expired (70007)


regards,
Bostjan

-- 
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