Hi Oleg / Odi

Thanks for the quick responses.. The c't code doesn't seem to support POST outright, though it seems like a small enhancement. But since its C I am assuming it to be fast.

I am very interested in the code Oleg shared - as its Java - I can extend and work with it more easily :-) and I am hoping JDK 1.5 would optimize it to C code levels when used for a benchmark.. I will let you know my results and outcome

thanks
asankha

Oleg Kalnichevski wrote:
On Fri, 2007-03-30 at 15:17 +0530, Asankha C. Perera wrote:
  
Hi

Can someone let me know any good free/open source tools to load test 
HTTP 1.1 (We use chunking most of the time).. Apache bench unfortunately 
does not support 1.1 and I think its SSL support is still not very stable.

thanks
asankha

    

Hi Asankha,

Have you looked at JMeter? 

Alternatively you may also take a look at HttpBenchmark tool in Commons
HttpClient 'contrib' package. The tool implements a subset of AB
commands and is fully HTTP/1.1 capable. 

http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/benchmark/

There is also an HttpCore port of the HttpBenchmark tool

http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/contrib/src/main/java/org/apache/http/contrib/benchmark/

One should be able to add SSL support without much efforts

Oleg


  
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


    


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to