From owner-freebsd-pf@FreeBSD.ORG Sun Oct 29 15:01:19 2006 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC3D16A403 for ; Sun, 29 Oct 2006 15:01:19 +0000 (UTC) (envelope-from bill.marquette@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8768943D58 for ; Sun, 29 Oct 2006 15:01:18 +0000 (GMT) (envelope-from bill.marquette@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so921334nzf for ; Sun, 29 Oct 2006 07:01:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Jtya3hzkiwQmWAtlgz3et3TygKmJy2RYpL3b2r84IMKUgAPz0YeO/vVABSH1DjzAHkfQix6cITN0aKbw8OC/M74cau364OLVbIuKUjn1wKm6Cnhq3ltUtO7k841eMsPBAP2ye5hEEI9mtY5BJ9cZPNdu7Ve0rP6LegWHaEUypT0= Received: by 10.35.107.20 with SMTP id j20mr2667541pym; Sun, 29 Oct 2006 07:01:17 -0800 (PST) Received: by 10.35.131.17 with HTTP; Sun, 29 Oct 2006 07:01:17 -0800 (PST) Message-ID: <55e8a96c0610290701k77ab005bof9be4248b33f7705@mail.gmail.com> Date: Sun, 29 Oct 2006 10:01:17 -0500 From: "Bill Marquette" To: "Gloomy Group" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <55e8a96c0610290606g3d38ae67l50e217c1c622ec2a@mail.gmail.com> Cc: freebsd-pf@freebsd.org Subject: Re: pf altq not showing root traffic X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2006 15:01:19 -0000 On 10/29/06, Gloomy Group wrote: > Heloo bill > > Can you point me what's wrong in my configuration. As I want to graph total > bandwidth and each client individual bandwidth. But as there is any traffic > in root queue I can't view the actuall total traffic of all clients. > Can you guide me what's wrong here? You'll need to parse the pfctl -vvsq output yourself and tally up the bandwidth in use per queue. pf doesn't roll those figures up and apply to the parent queue in a queue tree (since you can usually assign traffic to those queues, it could be confusing to see the child bandwidth applied to it also). --Bill