From owner-freebsd-questions@FreeBSD.ORG Wed Aug 6 13:12:44 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 AA27F37B401 for ; Wed, 6 Aug 2003 13:12:44 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEAF243F3F for ; Wed, 6 Aug 2003 13:12:43 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h76KCeOg025076; Wed, 6 Aug 2003 16:12:40 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h76KCd0Y025075; Wed, 6 Aug 2003 16:12:39 -0400 (EDT) From: Jerry McAllister Message-Id: <200308062012.h76KCd0Y025075@clunix.cl.msu.edu> To: beni.brinckman@advalvas.be (beni brinckman) Date: Wed, 6 Aug 2003 16:12:38 -0400 (EDT) In-Reply-To: <3F315C95.3060506@advalvas.be> from "beni brinckman" at Aug 06, 2003 09:52:53 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 20:12:44 -0000 > > Here on my 4.8 stable it works without the "-", so : > systat if 1 and not systat -if 1 Yup. that's the trick. That works for me too. Nasty little '-'. ////jerry > > 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