Subject: Re: Graph system load
To: Daniel Eggert <danieleggert@mac.com>
From: None <netbsd99@sudog.com>
List: netbsd-help
Date: 02/12/2003 14:56:32
On Friday 07 February 2003 02:24, Daniel Eggert wrote:
> If you want something _big_ with lots of options and html output, check
> Multi Router Traffic Grapher at pkgsrc/net/mrtg.
>
> Daniel
I've found that RRDTool is self-contained and easily-enough fed with data that
I don't need anything but minimal, tiny scripts to create beautiful and
informative graphs of everything from system load, to cpu idle, to ipfstat
accounting statistics (count in on fxp0 from any to any port = 80, then
ipfstat -aio) and so on.
Very nice thing is the speed with which is can generate these graphs--the data
is stored in a really fast binary format. RRD stands for round-robin, BTW, so
you never have to worry about the age of the data. It "always" keeps exactly
how much data you told it to.
-s