mhearse has asked for the wisdom of the Perl Monks concerning the following question:
That got me wondering about perl. Does it have a similar methodology for realtime profiling of web services (or any service)? I suppose that could include mod_perl stuff too.
Examples of realtime profiling info I'm talking about:
*sql query execution time
*connections to other services
*code block execution time
*memory consumption
*cpu time consumption
*regex optimization
*etc
To be clear.. by service I basically mean a daemon.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Realtime profiling of Perl/mod_perl services
by space_monk (Chaplain) on Nov 19, 2012 at 13:37 UTC |