On Fri, 2007-03-30 at 11:37 +0100, Paul Fremantle wrote: > I just looked at the HTTPCore port. It seems looking at the > command-line arguments that its single threaded? Is that right? >
That's correct. I laid some groundwork for but never got around to adding support for concurrent connections. Oleg > Paul > > On 3/30/07, Paul Fremantle <[EMAIL PROTECTED]> wrote: > > I've tried JMeter in the past, but its not very fast itself, so > > typically it requires a much bigger machine that the server, or a > > network of clients to work effectively. We'll take a look at the > > benchmark clients you posted though. > > > > Thanks > > > > Paul > > > > On 3/30/07, Oleg Kalnichevski <[EMAIL PROTECTED]> 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] > > > > > > > > > > > > -- > > Paul Fremantle > > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair > > > > http://bloglines.com/blog/paulfremantle > > [EMAIL PROTECTED] > > > > "Oxygenating the Web Service Platform", www.wso2.com > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
