Date: Wed, 10 May 2000 09:16:28 +0200 (CEST) From: Paul Herman <pherman@kiosk-systeme.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: Net utilization monitoring / stats gathering tool Message-ID: <Pine.BSI.3.96.1000510091422.540A-100000@kiosk-systeme.de>
next in thread | raw e-mail | index | archive | help
Hi Nicolai, On Tue, 9 May 2000, Nicolai Petri (ML) <nppmf@swamp.dk> wrote: > Is there some software available that can listen via bpf interfaces > and make reports and graphs showing utilization ? tcpstat is very configurable and the output can be customized (for gnuplot for example): http://www.frenchfries.net/paul/tcpstat/ In ports there's /usr/ports/net/ntop. It is a "top" like display for network interfaces. There was another in /usr/ports/net (name I forget) which displays nice graphs as well. Have a look at /usr/ports/net/README.html AFAIK there isn't much in the FreeBSD base system (why should there, that's what ports are for :), but if you must, you *could* try something like 'netstat 10', for example. With a bit of awking/greping, you can produce output suitable for a program like gnuplot. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.96.1000510091422.540A-100000>