| Randal L. Schwartz 2004-03-26, 11:15 pm |
| >>>>> "Christopher" == Christopher Gallimore <christopher.gallimore@attws.com> writes:
Christopher> Being a total Perl noob I get tasked with some log
Christopher> parsing duties. The project involves parsing the apache
Christopher> access log. What I need to be able to do is get the "time
Christopher> served" data per hour per page.
Either get Analog (for speedy parsing with lots of options,
www.analog.cx), or roll something yourself with Apache::Log (a module
you can find in the CPAN).
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
|