From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 05:50:39 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 9BFF037B401 for ; Tue, 8 Jul 2003 05:50:39 -0700 (PDT) Received: from www.applecomm.net (www.applecomm.net [203.206.135.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFFBC43FAF for ; Tue, 8 Jul 2003 05:50:38 -0700 (PDT) (envelope-from ajthomson@optushome.com.au) Received: from [192.168.14.2] ([202.59.97.76]) by www.applecomm.net (8.10.2/8.10.2) with ESMTP id h68Clct13356 for ; Tue, 8 Jul 2003 22:47:38 +1000 From: Andrew Thomson To: freebsd-questions@freebsd.org In-Reply-To: <20030708104928.GA57833@Amber.XtremeDev.com> References: <20030708103944.89880.qmail@web40609.mail.yahoo.com> <20030708104928.GA57833@Amber.XtremeDev.com> Content-Type: text/plain Message-Id: <1057665468.8857.2.camel@oblivion> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 08 Jul 2003 22:50:18 +1000 Content-Transfer-Encoding: 7bit Subject: Re: how many bytes send out of my box? 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: Tue, 08 Jul 2003 12:50:40 -0000 you could also use some ipfw rules. oblivion# ipfw list 00010 count ip from any to any out xmit fxp0 00020 count ip from any to any in recv fxp0 ipfw show will the detail how many bytes each rule has counted.. ajt. On Tue, 2003-07-08 at 20:49, BSD wrote: > On Tue, Jul 08, 2003 at 11:39:44AM +0100, Supote Leelasupphakorn wrote: > > Can I find out how many byte my box is > > send out via each ethernet interface? > > netstat -ni > > man netstat. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >