From owner-freebsd-net@FreeBSD.ORG Mon Feb 21 03:06:03 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8478216A4CE for ; Mon, 21 Feb 2005 03:06:03 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 103C443D2D for ; Mon, 21 Feb 2005 03:06:03 +0000 (GMT) (envelope-from nullentropy@lineone.net) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1D33tY-0002jG-00; Mon, 21 Feb 2005 04:06:00 +0100 Received: from [81.5.165.126] (helo=[192.168.1.102]) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1D33tX-0006gf-00; Mon, 21 Feb 2005 04:06:00 +0100 Message-ID: <4219500F.4050602@lineone.net> Date: Mon, 21 Feb 2005 03:05:51 +0000 From: Robert Downes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: Charlie Schluting , freebsd-net@freebsd.org References: <4218ED62.7010606@schluting.com> In-Reply-To: <4218ED62.7010606@schluting.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:2550fd8a06644f5f76caeae9aa9f8da2 Subject: Re: ALTQ statistics? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 03:06:03 -0000 Charlie Schluting wrote: > Does anyone know of any statistics tools that do a good job > summarizing ALTQ queuing? > Perhaps with an rrd graph of some sort? > > I just started using shaping, and its great.. but some time-based view > of the following data (or more) would be really interesting to see. Well, graphing is asking too much of the command-line, but maybe pfctl -vvs queue will interest you more than your current invocation. (Notice double v in the switches.) However, the rates displayed seem to be since-command-invocation averages, as they start at zero, but do not seem to return to zero immediatlely the traffic stops. -- Bob