Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschout/apache-profiler
log time spent processing every apache request
https://github.com/mschout/apache-profiler
Last synced: about 1 month ago
JSON representation
log time spent processing every apache request
- Host: GitHub
- URL: https://github.com/mschout/apache-profiler
- Owner: mschout
- Created: 2009-11-21T21:17:08.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-27T21:42:06.000Z (about 15 years ago)
- Last Synced: 2023-08-20T23:12:56.700Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
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 installIf 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_perl2COPYRIGHT 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.