Re: High CPU utilization on RHEL5.6/CentOS5.6
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be2=UdG5wo6yG7KfLmtnFA+-0V7k5=XSfahx0iuM4dRsYg@mail.gmail.com> |
On Wed, Jul 27, 2011 at 8:36 AM, Christopher Stanton <[email protected]> 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