Apache Bench

2001-12-02 Thread Nabarupa Banerjee
Dear Sir/Madam,   I am trying to use Apache Bench to test an IIS web server on which an ASP application is residing ? Our server machine is a P IV WIN NT m/c and the client m/c's are PIII WIN 2000 m/c's. In the current set up is it possible for us to use Apache Bench for testing ?   D

Re: Apache Bench

2001-12-02 Thread William A. Rowe, Jr.
From: "Joshua Chamas" <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 11:08 AM > Last I checked, ab which comes with Apache, had not yet been ported > to NT/2000 officially. However, there does seem to be a port > available here: > > http://www.remotecommunications.com/apache/ab/ > > Up

Re: Apache Bench

2001-12-01 Thread Adi Fairbank
I got an e-mail a while back from one of the CPAN testers that my Perl API version of ApacheBench worked on Cygwin. I don't know how that compares to straight NT/2000, but you might try compiling ab with Cygwin. Since my code is based on ab, in theory ab should also work on Cygwin. You could al

Re: Apache Bench

2001-11-30 Thread Joshua Chamas
Last I checked, ab which comes with Apache, had not yet been ported to NT/2000 officially. However, there does seem to be a port available here: http://www.remotecommunications.com/apache/ab/ Upon testing their precompiled version however, I found that that it doesn't seem to work too well, i

Re: [OT] Apache Bench (ab.c) written as perl XS module?

2000-06-21 Thread Ask Bjoern Hansen
On Wed, 21 Jun 2000, Adi wrote: > Is there any interest in such a module? Could it fit in with LWP somehow? > I have not tried out LWPng yet - does it use XS code to speed up requests > much faster than LWP? You can't really compare ab and LWP. ab is fast partly because it's not doing anything

Re: [OT] Apache Bench (ab.c) written as perl XS module?

2000-06-21 Thread Adi
Stas, Yes, actually I downloaded your Apache::Benchmark a while back, and have looked through it quite a bit. I definitely plan on using it, and agree we should continue further development together. Actually #3 on your Apache::Benchmark TODO was what gave me the idea to do this. Thanks (every

Re: [OT] Apache Bench (ab.c) written as perl XS module?

2000-06-21 Thread Stas Bekman
On Wed, 21 Jun 2000, Adi wrote: > [OT: already posted to [EMAIL PROTECTED], just thought people here might have > suggestions, comments, etc] > > I am thinking about writing the XS glue for the apache bench tool (ab). The > ab code as it is, is not very flexible, but it is d

Re: [OT] Apache Bench (ab.c) written as perl XS module?

2000-06-21 Thread Drew Taylor
Adi wrote: > > At our company we need to write a benchmarking suite, and LWP fits our needs > perfectly except for the fact that its just not fast enough. It would be > perfect if we could integrate ab with LWP. So, just wanting to get general > feedback from the LWP community on whether such so

Re: [OT] Apache Bench (ab.c) written as perl XS module?

2000-06-21 Thread David Hodgkinson
Adi <[EMAIL PROTECTED]> writes: > Is there any interest in such a module? Good plan IMHO. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Apache, mod_perl, MySQL, Sybase hired gun for, well

Re: [OT] Apache Bench (ab.c) written as perl XS module?

2000-06-21 Thread Matt Sergeant
On Wed, 21 Jun 2000, Adi wrote: > [OT: already posted to [EMAIL PROTECTED], just thought people here might have > suggestions, comments, etc] > > I am thinking about writing the XS glue for the apache bench tool (ab). The > ab code as it is, is not very flexible, but it is d

[OT] Apache Bench (ab.c) written as perl XS module?

2000-06-21 Thread Adi
[OT: already posted to [EMAIL PROTECTED], just thought people here might have suggestions, comments, etc] I am thinking about writing the XS glue for the apache bench tool (ab). The ab code as it is, is not very flexible, but it is damn fast. If I implemented it as a perl XS module, I could