Guys, Does anyone have any recommendations for data plotting or charting tools under linux/solaris? I'm aware of gnuplot, xmgr (ACE/gr), grace (ACE/gr descendant) but none of them is really what I want. I'm trying to take a bunch of data from my backups and graph the output nicely. I'd like to have both: - stacked plots (show the totals, with breakdowns by groups). - pie charts for individual days - line charts for trend analysis And of course all of this should be easy to do from the Unix command line and/or control/data files. I currently have a script which uses gnuplot to graph the data, but it's not the nicest. I'm looking into using 'grace', but it's not well documented and it's really pushed more to scientific visualization. I'll try to put what I have up on the web at some point, so you can see what I'm trying to do... but if you've ever used Legato Networker, I've got a tool called 'nss' (http://jfs.ecotarium.org/sources/nss) which generates reports on backups. I'm now trying to take the logged data from that and provide some nice trend analysis graphs as well. Thanks, John John Stoffel - Senior Unix Systems Administrator - Lucent Technologies stoffel@lucent.com - http://www.lucent.com - 978-399-0479
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 08 March 2002 14:29, you wrote:
Does anyone have any recommendations for data plotting or charting tools under linux/solaris? I'm aware of gnuplot, xmgr (ACE/gr),
My personal favorite is the perl module GD::Graph- if you know perl, it'll probably do everything you need. you can see a graph i made with it at http://mike.vinge.mine.nu/spamlist.png. - -- To smash a single atom, all mankind was intent. Now any day the atom may return the compliment. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjyJTSIACgkQqQ38/GgypQZ7lwCfZ6yJjcIyAMMP+9XZ1TGbvlsV 5/IAni+bY+7YZypb3+Z22FzsGVo9QzFl =8JUA -----END PGP SIGNATURE-----
Hi, I know that this is not a forsale list, but I am having trouble posting to wpi.forsale from off-campus. If someone on campus could please post the following it would be greatly appreciated. TIA, and sorry for any inconvenience. -Beaty --------------------------- To see the listing, check out: http://cgi6.ebay.com/aw-cgi/eBayISAPI.dll?MfcISAPICommand=ViewListedItems&userid=beaty-mccloud If there are any questions then let me know. I may be able to deliver to the school depending on my schedule this upcoming week. Thanx!
If yer looking for something that'll aggregate and age out the data, and produce daily, weekly, monthly and yearly graphs, check MRTG ----- Original Message ----- From: "John Stoffel" <stoffel@lucent.com> To: <wlug@mail.wlug.org> Sent: Friday, March 08, 2002 5:29 PM Subject: [Wlug] Chart generation tools Guys, Does anyone have any recommendations for data plotting or charting tools under linux/solaris? I'm aware of gnuplot, xmgr (ACE/gr), grace (ACE/gr descendant) but none of them is really what I want. I'm trying to take a bunch of data from my backups and graph the output nicely. I'd like to have both: - stacked plots (show the totals, with breakdowns by groups). - pie charts for individual days - line charts for trend analysis And of course all of this should be easy to do from the Unix command line and/or control/data files. I currently have a script which uses gnuplot to graph the data, but it's not the nicest. I'm looking into using 'grace', but it's not well documented and it's really pushed more to scientific visualization. I'll try to put what I have up on the web at some point, so you can see what I'm trying to do... but if you've ever used Legato Networker, I've got a tool called 'nss' (http://jfs.ecotarium.org/sources/nss) which generates reports on backups. I'm now trying to take the logged data from that and provide some nice trend analysis graphs as well. Thanks, John John Stoffel - Senior Unix Systems Administrator - Lucent Technologies stoffel@lucent.com - http://www.lucent.com - 978-399-0479 _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
Mike> If yer looking for something that'll aggregate and age out the Mike> data, and produce daily, weekly, monthly and yearly graphs, Mike> check MRTG I'm familiar with MRTG (and RRDtool) but since I have more than one input data set (i.e. I want to record the size and times of multiple different backup groups), they're not quite what I want. I also need to keep detailed info over time, which MRTG doesn't do, since it start averaging data and coalescing it. But thanks for the hints! John
On Mon, Mar 11, 2002 at 09:27:09AM -0500, John Stoffel wrote: stoffel> I'm familiar with MRTG (and RRDtool) but since I have more than one stoffel> input data set (i.e. I want to record the size and times of multiple stoffel> different backup groups), they're not quite what I want. Have you looked at Cricket? It also uses RRDtool, but is much more extensible and configurable than MRTG. stoffel> I also need to keep detailed info over time, which MRTG doesn't do, stoffel> since it start averaging data and coalescing it. You could always back up the daily RRDtool databases, and keep a history of them. -- Charles R. Anderson <cra@wpi.edu> / http://angus.ind.wpi.edu/~cra/ PGP Key ID: 49BB5886 Fingerprint: EBA3 A106 7C93 FA07 8E15 3AC2 C367 A0F9 49BB 5886
participants (6)
-
Beaty McCloud
-
Charles R. Anderson
-
John Stoffel
-
John Stoffel
-
Mike Lundy
-
Mike Peckar