[137745] in North American Network Operators' Group
Re: Graph Utils (Open-Source)
daemon@ATHENA.MIT.EDU (Peter A. Friend)
Fri Feb 18 15:35:46 2011
From: "Peter A. Friend" <pafriend@octavian.org>
To: nanog group <nanog@nanog.org>
In-Reply-To: <AANLkTimAjn1DT=vyYQr0HgwBUS6dMEbjowQLgrzXqbhP@mail.gmail.com>
Date: Fri, 18 Feb 2011 12:34:34 -0800
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
I've used gnuplot for several projects and found it very flexible.
Gnuplot is also handy because it's easy to feed it commands over a
pipe. I also recommend the "Gnuplot In Action" book - it saved me a
ton of time. I have also used matplotlib within Python.
For more interactive graphs I've played with the Processing
environment a bit, but not enough to provide a useful comparison with
the other tools.
Peter
On Feb 18, 2011, at 11:13 AM, Max Pierson wrote:
> Hi List,
>
> Anyone out there using something other than rrdtool for creating
> graphs?? I
> have a project that will need a trend taken, and unfortunately rrdtool
> doesn't fit the bill. All of the scripting, data collection,
> database archival, etc will be custom written or is already done
> (with some
> hacks of course :). So really what i'm looking for is something
> along the
> lines of GNUplot. Has anyone used it before and would like to share
> experiences?? Seems like it will be able to my plot data
> accordingly, but
> wanted to see if there were any other popular tools I've yet to come
> across.
>
> (Open-Source only please)
>
> TIA,
> M