From owner-freebsd-questions Thu Mar 7 11: 3:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by hub.freebsd.org (Postfix) with SMTP id 59F7637B41B for ; Thu, 7 Mar 2002 11:03:01 -0800 (PST) Received: (qmail 84473 invoked from network); 7 Mar 2002 19:10:09 -0000 Received: from unknown (HELO cr159591a) (24.102.18.54) by web1.nexusinternetsolutions.net with SMTP; 7 Mar 2002 19:10:09 -0000 From: "Dave" To: Subject: log management and analysis - ftp and http log files - traffic only Date: Thu, 7 Mar 2002 14:05:35 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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