From owner-freebsd-questions@FreeBSD.ORG Wed Aug 6 12:57:42 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 B268C37B401 for ; Wed, 6 Aug 2003 12:57:42 -0700 (PDT) Received: from email4free.org (cheshire.cat.pdx.edu [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CFB043F93 for ; Wed, 6 Aug 2003 12:57:42 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by email4free.org (Postfix) with ESMTP id C567822EC; Wed, 6 Aug 2003 12:57:41 -0700 (PDT) Received: from by localhost (amavisd-new, port ) id Yk3dqn02; Wed, 6 Aug 2003 12:57:38 -0700 (PDT) Received: by email4free.org (Postfix, from userid 1001) id 7532C2123; Wed, 6 Aug 2003 12:57:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by email4free.org (Postfix) with ESMTP id 6DC282120; Wed, 6 Aug 2003 12:57:37 -0700 (PDT) Date: Wed, 6 Aug 2003 12:57:37 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@cheshire.cat.pdx.edu To: beni brinckman In-Reply-To: <3F315C95.3060506@advalvas.be> Message-ID: <20030806125552.Q54338@cheshire.cat.pdx.edu> References: <001d01c35b13$3b308e50$5f4f0844@DT> <20030805095454.O31788@alpha.yumyumyum.org> <3F315C95.3060506@advalvas.be> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by your mom at schluting.com cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD tool for network bandwidthmeasure ? 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: Wed, 06 Aug 2003 19:57:43 -0000 This is what I get from: systat if 1 /0 /1 /2 /3 /4 /5 /6 /7 /8 /9 /10 Load Average | /0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /100 XXXXXXXXXXXXXXXXX root idle: cpu0 XXXXXXXXXXXXXXXX root idle: cpu1 XXXXXXXXXXXXXXXX This is on 5.0. This seems to be the same as running systat by itself. On Wed, 6 Aug 2003, beni brinckman wrote: > Here on my 4.8 stable it works without the "-", so : > systat if 1 and not systat -if 1 > > HTH. > Beni. > > Kenneth Culver wrote: > > >>Is there any standard (or non) FreeBSD tool that is used to measure a > >>current network throughput/bandwidth? And also, what are the > >>requirements to do so, and do I need to be root to run, or do I need to > >>load a special kernel module? > >> > >> > >> > >Just run systat -if 1 > > > >That will tell you what you want to know. > > > >Ken