You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Perrin Harkins <pe...@elem.com> on 2011/08/01 16:48:26 UTC

Re: High CPU utilization on RHEL5.6/CentOS5.6

On Wed, Jul 27, 2011 at 8:36 AM, Christopher Stanton
<ch...@codaxus.com> wrote:
> Which benchmark module would work best with mod_perl, Perl 5.8 and Perl 5.12?

For web apps, I usually write my own test with LWP (or HTTP::Async if
you want to simulate a lot of users).  To see where things are slow,
use Devel::NYTProf.

- Perrin