From owner-freebsd-pf@freebsd.org Tue Dec 22 22:35:24 2015 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C8C1A50846 for ; Tue, 22 Dec 2015 22:35:24 +0000 (UTC) (envelope-from yavuz.maslak@netiletisim.net) Received: from mail.netiletisim.net (mail.netiletisim.net [31.145.80.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C26E14C0 for ; Tue, 22 Dec 2015 22:35:23 +0000 (UTC) (envelope-from yavuz.maslak@netiletisim.net) Received: from localhost (localhost [127.0.0.1]) by mail.netiletisim.net (Postfix) with ESMTP id 7C507125FAA for ; Wed, 23 Dec 2015 00:23:25 +0200 (EET) Received: from mail.netiletisim.net ([127.0.0.1]) by localhost (mail.netiletisim.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id UTHMwhOROxMs for ; Wed, 23 Dec 2015 00:23:25 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by mail.netiletisim.net (Postfix) with ESMTP id 4A6D0125FAB for ; Wed, 23 Dec 2015 00:23:25 +0200 (EET) X-Virus-Scanned: amavisd-new at netiletisim.net Received: from mail.netiletisim.net ([127.0.0.1]) by localhost (mail.netiletisim.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xYVhJtTHyZBq for ; Wed, 23 Dec 2015 00:23:25 +0200 (EET) Received: from [10.11.1.105] (unknown [10.11.1.105]) by mail.netiletisim.net (Postfix) with ESMTPSA id D4E87125FAA for ; Wed, 23 Dec 2015 00:23:24 +0200 (EET) From: Yavuz Maslak-Netiletisim Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: How can get more details usage of traffic for each ips? Message-Id: Date: Wed, 23 Dec 2015 00:26:56 +0200 To: freebsd-pf@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) X-Mailer: Apple Mail (2.3096.5) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 22 Dec 2015 22:35:24 -0000 i use pf for fw rules.=20 I have a table , i want to see statistics of each ip on the table using = pfctl -t tablename -vTsh But i only get ipaddress and theirs clear time. i can not more details = in/out bytes usage. But i can get for all tables as global. how can i fix that ? =20=