moderated >> module or script to analyze web logs

by Fong, Anna » Sat, 19 Nov 2005 08:19:10 GMT

This is a multi-part message in MIME format.


Hi,

I'm looking for a perl module or script that can analyze web logs. In
particular, I want to analyze the number of 404 errors generated from
any particular host in my web access log. For example, if example.com
does 300 accesses to my website and 200 of those are 404, I want to know
that. Either the user from example.com is finding a bunch of broken
links (highly unlikely) or is attempting a hack (more likely).

TIA,
Anna








<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6603.0">
<TITLE>module or script to analyze web logs</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<BR>

<P><FONT SIZE=2 FACE="Arial">Hi,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I'm looking for a perl module or script that can analyze web logs.  In particular, I want to analyze the number of 404 errors generated from any particular host in my web access log.  For example, if example.com does 300 accesses to my website and 200 of those are 404, I want to know that.  Either the user from example.com is finding a bunch of broken links (highly unlikely) or is attempting a hack (more likely).</FONT></P>

<P><FONT SIZE=2 FACE="Arial">TIA,</FONT>

<BR><FONT SIZE=2 FACE="Arial">Anna</FONT>
</P>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>

</BODY>
</HTML>

moderated >> module or script to analyze web logs

by Gunnar Hjalmarsson » Sat, 19 Nov 2005 22:57:20 GMT



Did you search CPAN?

OTOH, if that's all you need, it should be pretty easy to just write the
necessary program.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

Similar Threads

1. Perl module for analyzing log files?