Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2002 14:05:35 -0500
From:      "Dave" <dave@hawk-systems.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   log management and analysis - ftp and http log files - traffic only
Message-ID:  <DBEIKNMKGOBGNDHAAKGNOEGKMPAA.dave@hawk-systems.com>

next in thread | raw e-mail | index | archive | help
Currently use webalizer for http logs...  need a solution for the following.

syslog dumps ftp logs to /var/log/ftp.log

Item 1)
would like to replicate this type of logging for http traffic *BUT* still keep a
copy of all logs going to their respective access_log files as indicated in the
apache conf file.

Item 2)
would like to parse the FTP and HTTP log files to total the transfer per
domain/user.


Can set this up manually by parsing the FTP log files for get/put, exploding the
string and grabbing the byte count field...  could probably do the same without
too much hassle for the HTTP logs...  just wondering if a solution already
exists for this...  streamlines, not alot of bells and whistles, jut parse and
dump user:total or domain:total before we reinvent the wheel over here.

Thanks

Dave


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DBEIKNMKGOBGNDHAAKGNOEGKMPAA.dave>