On Wed, 2007-11-07 at 09:24 -0800, Grant wrote: > I was thinking it would be pretty handy to generate a series of > transposed (or not) graphs for data like cpu usage, mysql usage, > memory usage, external monitoring response times, http traffic, etc. > My external monitoring service has an API I can hook into and http > traffic is logged to mysql so I'm thinking I have good access to the > data, but I need a way to tie it all together into a useful > presentation. Is there a good package for this? > > - Grant
In my previous response I thought you were looking more for a monitoring/graphing tool. For just graphing data I've had some success with matplotlib at work. It's an open source, pythonic version of matlab which, depending on your thoughts regarding Python and Matlab, may or may not appeal to you. -a -- [EMAIL PROTECTED] mailing list