perl - How can I track down CPU intensive requests in mod_perl? -
Using mod_perl on Apache 2.2 and Ubuntu 8.04 I have many applications on the server using Apache in pre-forwarding mode Generally things are working well but once I use 100% CPU of one of the Apache processes.
Many web sites on the server are with their own virtual hosts and are SAVN servers and they are run by Apache.
How can I track that application and call in that application generate high load?
is now a very prominent profiler for Perl, with the easy-to-install mod_perl profile.
Look for a beautiful overview with pictures.
Unfortunately, Devel :: NYTProf is not pre-packed in Ubuntu Hardy (this is already packed with Yanti, Personnel, Lucid and later). You can either install packages from those distributions, CPAN You can use some suitable moves to install or just upgrade; -)
Comments
Post a Comment