Search code examples
perlautomationperl-data-structures

perl scripting execution monitoring tools


Possible Duplicate:
Code Profiling Tools for Perl
How can I track down CPU intensive requests in mod_perl?

I am looking for a tool that can monitor the execution of Perl scripting based tool

and what exactly i am looking for is say we have lot of scripts, and they will be running .. very often but we want to know bottlenecks of perl code, so the where to optimize more and which routinues need to change , time taken by one script and when the thread is created etc..,

So that i can optimize the my code in tool , its hard to decode using perl debugger

Any help is greatly appreciated.

Thanks in advance!

Aditya


Solution

  • See Devel::NYTProf - Powerful fast feature-rich perl source code profiler