On Tue, Mar 12, 2002 at 01:52:36PM -0800, clayton cottingham wrote:
> Bryan Henry wrote:
> > 
> > Anyone know of good guides or general info on
> > performance testing and emulating real use of
> > an application.
> > 
> > I would like to understand how to identify
> > potential bottlenecks before I deploy web apps.
> > 
> > thank you,
> > ~ b r y a n

I've used HTTPD::Bench::ApacheBench (available on CPAN) to do load
testing.  It seems to do a good job.  The hardest part is writing the
testing script  (especially for form transactions..).  

However, if you can do your requests with LWP it's fairly
straightforward to convert over to the ApacheBench data structures.

I'm considering writing a little mod_perl proxy server that records
the different transactions.  Then I could just munge the separate
Authorization: headers to do some serious load testing...

> 
> try httpd.apache.org/test/
> 
> and perl framework
> there in
> 
> as well look on freshmeat for
> 
> siege
> it does testing too

-- 
Paul Lindner    [EMAIL PROTECTED]   ||||| | | | |  |  |  |   |   |

    mod_perl Developer's Cookbook   http://www.modperlcookbook.org/
         Human Rights Declaration   http://www.unhchr.ch/udhr/

Reply via email to