From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 12:43:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D24251065675 for ; Wed, 2 Apr 2008 12:43:24 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id A15A48FC28 for ; Wed, 2 Apr 2008 12:43:24 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 862EF1CC91; Wed, 2 Apr 2008 04:43:23 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 2 Apr 2008 14:43:20 +0200 User-Agent: KMail/1.9.7 References: <20080401181836.13596owuuxf9az48@mail.top-consulting.net> <200804021332.19454.fbsd.questions@rachie.is-a-geek.net> <20080402082138.29215ikf830zxu8g@mail.top-consulting.net> In-Reply-To: <20080402082138.29215ikf830zxu8g@mail.top-consulting.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804021443.21668.fbsd.questions@rachie.is-a-geek.net> Cc: freebsd@top-consulting.net Subject: Re: FreeBSD Traffic Shaping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 12:43:25 -0000 On Wednesday 02 April 2008 14:21:38 freebsd@top-consulting.net wrote: > Also, the reason for this need is that some services use > burst-bandwidth and I have many peaks and lows throughout the day. > This means that my carrier who bills me by the 95th percentile is > having a field day. He bills by the second or average hour like most people? It's not as black and white as it seems - you also get higher average when the number of connections increases, not just the bandwidth they consume. I think you'll find that bursts are best counteracted like this: http://www.probsd.net/pf/index.php/Hednod%27s_HFSC_explained#Tips.2FIdeas This seperates 'downloads' from 'webpages', 'normal mails' from 'attachments' and you can then tune accordingly, if you have/get some graph. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.