From owner-freebsd-questions@FreeBSD.ORG Tue Nov 25 20:11:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF0E16A4CE for ; Tue, 25 Nov 2003 20:11:18 -0800 (PST) Received: from stratus.mercurycloud.net (stratus.mercurycloud.net [64.246.167.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D1643FD7 for ; Tue, 25 Nov 2003 20:11:17 -0800 (PST) (envelope-from lists-wp@mercurycloud.net) Received: from [192.168.0.103] (dsl254-030-205.sea1.dsl.speakeasy.net [216.254.30.205]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by stratus.mercurycloud.net (Postfix) with ESMTP id 993B17E for ; Tue, 25 Nov 2003 20:10:51 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v606) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <964A9594-1FC6-11D8-B5C4-000A95DBBE34@mercurycloud.net> Content-Transfer-Encoding: 7bit From: Will Prater Date: Tue, 25 Nov 2003 20:11:19 -0800 To: freebsd-questions@FreeBSD.ORG X-Mailer: Apple Mail (2.606) Subject: Re: web log and bandwidth usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 04:11:18 -0000 X-List-Received-Date: Wed, 26 Nov 2003 04:11:18 -0000 The current port appears to be broken. In the immortal words of Will Prater ... > I am looking for a solution that will monitor bandwidth usage for > websites on a server. I would like to get notified if a certain site > has exceeded a certain limit. I could create such a script myself by > parsing the weblogs.. or parsing output from a web log analyzer such > as analog, but I would like to see if there are any solutions that > some of you may be employing before I spend development time on this. check out mod_accounting, it's designed specifically for what you want. > What might be some of the better choices for web log analysis as well? I use webalizer but mostly I get what I need from mod_accounting (look in ports under www) -- Tim Aslat Spyderweb Consulting http://www.spyderweb.com.au P: +61 8 82243020 M: +61 0401088479 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" --will