From owner-freebsd-questions@FreeBSD.ORG Sat Nov 8 21:56:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F4C116A4CE for ; Sat, 8 Nov 2003 21:56:58 -0800 (PST) Received: from s1.stradamotorsports.com (ip30.gte215.dsl-acs2.sea.iinet.com [209.20.215.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4860243FE1 for ; Sat, 8 Nov 2003 21:56:57 -0800 (PST) (envelope-from jcw@highperformance.net) Received: from s1.stradamotorsports.com (s1.stradamotorsports.com [192.168.1.201])hA95uqwi017072; Sat, 8 Nov 2003 21:56:53 -0800 (PST) (envelope-from jcw@highperformance.net) Date: Sat, 8 Nov 2003 21:56:52 -0800 (PST) From: "Jason C. Wells" X-X-Sender: jcw@s1.stradamotorsports.com To: Kathy Quinlan In-Reply-To: <003e01c3a661$56134d90$fe00a8c0@wskatinka> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-2.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REPLY_WITH_QUOTES,USER_AGENT_PINE version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-questions@freebsd.org Subject: RE: Gateway traffic reporting tool (port) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2003 05:56:58 -0000 On Sun, 9 Nov 2003, Kathy Quinlan wrote: > I have a few questions, IPFW shows the result as packets right ? And not > all packets are equal ? How do I get the information as human readable > ? > > If I am wrong please correct me, it is the only way we learn. 'ipfw show' gives a byte count as well as a packet count. It's in the man page. Later, Jason