From owner-freebsd-questions@FreeBSD.ORG Tue Nov 25 19:22:56 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 5B9AB16A4CE for ; Tue, 25 Nov 2003 19:22:56 -0800 (PST) Received: from stratus.mercurycloud.net (stratus.mercurycloud.net [64.246.167.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA9CB43F3F for ; Tue, 25 Nov 2003 19:22:55 -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 BC50540 for ; Tue, 25 Nov 2003 19:22:29 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v606) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@FreeBSD.ORG From: Will Prater Date: Tue, 25 Nov 2003 19:22:56 -0800 X-Mailer: Apple Mail (2.606) Subject: 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 03:22:56 -0000 List, 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. What might be some of the better choices for web log analysis as well? I use to use analog. Thanks --will