From owner-freebsd-questions@FreeBSD.ORG Sat Nov 13 01:13:43 2004 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 810AE16A4CE for ; Sat, 13 Nov 2004 01:13:43 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274DF43D3F for ; Sat, 13 Nov 2004 01:13:43 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [10.0.0.10] (12-218-40-24.client.mchsi.com[12.218.40.24]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20041113011342m9200k1a62e>; Sat, 13 Nov 2004 01:13:42 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org, Aaron Nichols Date: Fri, 12 Nov 2004 19:11:21 +0000 User-Agent: KMail/1.7 References: <41952399.7080706@simplenet.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411121911.22076.josh@tcbug.org> Subject: Re: Simple Network Traffic script 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: Sat, 13 Nov 2004 01:13:43 -0000 On Friday 12 November 2004 21:40, Aaron Nichols wrote: > On Fri, 12 Nov 2004 12:56:57 -0800, Tim Traver wrote: > > Hi all, > > > > ok, this may be a dumb question, but does anyone know where I can > > find a simple script that shows the network traffic to and from > > your local box ? > > > > > there must be a simpler way... > > If you are running 5.3-RELEASE there is systat > > # systat -ifstat Just for kicks I took a look at systat and noticed something interesting. It appears to be able to show the load on multiprocessor systems as a per-CPU value Load Average /0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /100 root idle: cpu0 XXXXXXXXXXXXXXXX root idle: cpu1 XXXXXXXXXXXXXXXX -- Thanks, Josh Paetzel