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]
