|
NAMEApache2::Profiler - profiles time seconds needed for every requestSYNOPSIS<Location /cgi-bin> PerlInitHandler Apache2::Profiler </Location> DESCRIPTIONApache2::Profiler is a mod_perl init (and cleanup) handler to profile time taken to process one request. Profiled data is reported to the Apache Log file. It'd be useful to profile some heavy application taking a long time to proceed.Apache2::Profiler is for "mod_perl" version 2.0 or later. If you are using "mod_perl" version 1.x, you need Apache::Profiler instead. It uses Time::HiRes to take milliseconds, and outputs profiled data as Apache log "notice" level like: [Tue Oct 7 20:52:53 2003] [notice] [client 127.0.0.1] uri: /test.html takes 0.0648910999298096 seconds CONFIGURATION
TODO
patches are always welcome! SOURCEYou can contribute or fork this project via github:http://github.com/mschout/apache-profiler git clone git://github.com/mschout/apache-profiler.git BUGSPlease report any bugs or feature requests to bug-apache-profiler@rt.cpan.org, or through the web interface at http://rt.cpan.org/AUTHORMichael Schout <mschout@cpan.org>Initial implementation by Tatsuhiko Miyagawa <miyagawa@bulknews.net>. COPYRIGHT & LICENSECopyright 2009 Michael Schout.This program is free software; you can redistribute it and/or modify it under the terms of either:
SEE ALSOApache::Profiler, Time::HiRes
Visit the GSP FreeBSD Man Page Interface. |