From owner-freebsd-questions@FreeBSD.ORG Sun Aug 15 19:51:46 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 E6A1D16AD85 for ; Sun, 15 Aug 2004 19:51:46 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E1143D48 for ; Sun, 15 Aug 2004 19:51:46 +0000 (GMT) (envelope-from chip.gwyn@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so37905cwb for ; Sun, 15 Aug 2004 12:51:46 -0700 (PDT) Received: by 10.11.117.14 with SMTP id p14mr137091cwc; Sun, 15 Aug 2004 12:51:46 -0700 (PDT) Message-ID: <64a8ad98040815125162208342@mail.gmail.com> Date: Sun, 15 Aug 2004 15:51:38 -0400 From: token To: freebsd-questions@freebsd.org In-Reply-To: <20040814020522.57D0A43D4C@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040814020522.57D0A43D4C@mx1.FreeBSD.org> Subject: Re: Bwbar for Freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: token List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 19:51:47 -0000 On Sat, 14 Aug 2004 10:55:50 +1000, Steven Adams wrote: > Hi, > > Does anyone know where I can get a bwbar tool for freebsd.. > > Ive looked high and low on google.com etc and cant really find anything.. > > Example of what bwbar does > http://66.90.65.210/bandwidth/ > > I don't want to use mrtg or rrdtool because they don't show u real time > stats like bwbar does. > > thanks > Steve > > _______________________________________________ > 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" > Steve, You can get basically the same thing using systat, check the man pages.. Could also use something called darkstat: /usr/ports/net-mgmt/darkstat. --chip