From owner-freebsd-questions@FreeBSD.ORG Wed Aug 6 09:40:47 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 B287A37B404 for ; Wed, 6 Aug 2003 09:40:47 -0700 (PDT) Received: from email4free.org (cheshire.cat.pdx.edu [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA9F943FAF for ; Wed, 6 Aug 2003 09:40:46 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by email4free.org (Postfix) with ESMTP id 5E2992315; Wed, 6 Aug 2003 09:40:46 -0700 (PDT) Received: from by localhost (amavisd-new, port ) id o8N7yKOE; Wed, 6 Aug 2003 09:40:42 -0700 (PDT) Received: by email4free.org (Postfix, from userid 1001) id BF96722EE; Wed, 6 Aug 2003 09:40:41 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by email4free.org (Postfix) with ESMTP id 91BC22123; Wed, 6 Aug 2003 09:40:41 -0700 (PDT) Date: Wed, 6 Aug 2003 09:40:41 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@cheshire.cat.pdx.edu To: DanB In-Reply-To: <3F312C5C.70A84702@chatusa.com> Message-ID: <20030806093842.A49153@cheshire.cat.pdx.edu> References: <001d01c35b13$3b308e50$5f4f0844@DT> <20030805222832.T89624@cheshire.cat.pdx.edu> <3F312C5C.70A84702@chatusa.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by your mom at schluting.com cc: freebsd 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 16:40:48 -0000 If you have perl installed, 'perl curnet.pl' Or, you can do: chmod 744 curnet.pl and the just run it: ./curnet.pl The output should look like this: Current Bandwidth Utilization: IN: [ 46.10 Kb/sec] OUT: [ 23.95 Kb/sec] --Charlie On Wed, 6 Aug 2003, DanB wrote: > How do you run this scriipt? > > Dan > > Charlie Schluting wrote: > > > > On Mon, Aug 04, 2003 at 10:34:20PM -0700, dt 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? > > > > A great person in #freebsd gave me a neat little script once.. sorry, I > > don't remember who it was. > > > > I edited it a tiny bit, to attempt Solaris support and to make the > > results easier to read, but it still doesn't like the solaris netstat. > > > > Anyways, it doesn't require any super user access. > > > > http://cheshire.cat.pdx.edu/curnet.pl > > > > Oh, and while you're there, check this out: (it updates every 30 secs) > > > > http://ourmon.cat.pdx.edu/ourmon/ > > > > --Charlie > > _______________________________________________ > > 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" > > _______________________________________________ > 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" >