I'm trying to get Devel::Profiler::Apache working with some perl-based software (Eprints, for those who've heard of it), and it's not giving me any output files.
I've added the
PerlModule Devel::Profiler::Apache directive as specified on the module's cpan doco, run apache in debug (single process) mode, and have shutdown the process before checking for logs. I've also created the $ServerRoot/logs/dprof directory and chown'd it to the apache user and group.
Unfortunately, I get no output at all when I run apache and use the application. As a test, I created a basic perl script and used Devel::Profiler to make sure that it was working, which it was. I got the output and was able to use dprofpp to interpret it.
Has anyone had this issue before? I've done a fairly extensive search and haven't had any luck finding references to this problem.
I also tried Apache::DProf, with exactly the same result.
Any help I can get with this would be greatly appreciated.
Thanks,
Guy
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.