mschout / apache-profiler
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
commit 6de224cd4a5107a676b8c8e6b512c92fc8f97df2
tree 7e34e8f4c4d780b1939a8ad4c4aac575a67c0b6e
parent dddbe5e82eb999ae81dbfe4d7087595aa17495ae
tree 7e34e8f4c4d780b1939a8ad4c4aac575a67c0b6e
parent dddbe5e82eb999ae81dbfe4d7087595aa17495ae
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Nov 26 21:15:33 -0800 2009 | |
| |
Changes | Fri Nov 27 13:40:11 -0800 2009 | |
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
META.yml | ||
| |
Makefile.PL | Fri Nov 27 13:29:42 -0800 2009 | |
| |
README | ||
| |
inc/ | ||
| |
lib/ | ||
| |
t/ | Fri Nov 27 13:29:30 -0800 2009 |
README
Apache::Profiler is Copyright (C) 2009, Michael Schout.
WHAT IS THIS?
Apache::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.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
If perl Makefile.PL fails because it cannot find apxs, you can specify the path
to it via the -apxs parameter:
perl Makefile.PL -apxs /path/to/apxs
DEPENDENCIES
This module requires these other CPAN modules:
Test::More 0.32 or later
Apache::Test 1.26 or later
Time::HiRes
mod_perl or mod_perl2
COPYRIGHT AND LICENCE
Copyright (C) 2009 Michael Schout.
This program is free software; you can redistribute it and/or modify it
under the terms of either:
* the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later
version, or
* the Artistic License version 2.0.

