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 2002/06/20 05:25:11 UTC

DO NOT REPLY [Bug 10038] New: - ab benchmaker hangs on 10K https URLs with keepalive

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10038

ab benchmaker hangs on 10K https URLs with keepalive

           Summary: ab benchmaker hangs on 10K https URLs with keepalive
           Product: Apache httpd-1.3
           Version: 1.3.25
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Other
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jhaar@trimble.co.nz


I have compiled ab with USE_SSL under 1.3.26 and have been using it to benchmark
our https servers. It was working well: I was using 1k,10k and 100k documents as
the test URLs (made of NULL chars if that matters).

Anyway, "ab -n 100 https://xxxxx/test/10K.txt" works fine, but 
"ab -n 100 -k https://xxxxx/test/10K.txt" hangs after the first hit.

Doing "-k" works fine on the 1K and 100K files, so I'm thinking there's
something  that just happens to hit a buffer limit or the likes on that
particular 10K file.

Anyway, curl and a browser has no problem with the URL, neither does ab if I
make it get the URL via a stunnel tunnel.

Great tool BTW :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org