From owner-freebsd-stable@FreeBSD.ORG Sun Jan 23 00:23:34 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9A516A4CE for ; Sun, 23 Jan 2005 00:23:34 +0000 (GMT) Received: from correo.novusordo.net (cdjj.org [216.194.85.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486E543D41 for ; Sun, 23 Jan 2005 00:23:34 +0000 (GMT) (envelope-from cdjones@novusordo.net) Received: from [127.0.0.1] (cdjj.org [216.194.85.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by correo.novusordo.net (Postfix) with ESMTP id 5D8B92E0BC; Sat, 22 Jan 2005 17:23:29 -0700 (MST) Message-ID: <41F2EE7F.5030500@novusordo.net> Date: Sat, 22 Jan 2005 17:23:27 -0700 From: Chris Jones Organization: Novus Ordo Systems User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Forrest Aldrich References: <41F2D93C.60503@forrie.com> In-Reply-To: <41F2D93C.60503@forrie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: PF rule statistics (hits) on individual rules.... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 00:23:34 -0000 Forrest Aldrich wrote: > I've not been able to determine that there is an equivalent in PF - > though I imagine there must be some method to accomplish this. > > I'd appreciate if someone could help point in the right direction. You want to label rules; a 'pfctl -sl' will then get you information on each label. See Schwartz' article in Sys Admin magazine from March '04.