Creating graphs with Perl and GIFgraph
Friday February 1, 2008
Here's a small set of programs that takes output from the *nix sar command and creates some pretty graphs using the GIFgraph Perl module. One thing to note is that GIFgraph has been depreciated in favor of GD::Graph, and is, in fact, just a wrapper for GD::Graph. I'm not sure why the author of these articles is using it, but they are interesting scripts nonetheless.
Script to Generate CPU Graphs With Perl And Sar
Free Memory Graph Generation With Perl And Sar
Graphing System Paging Activity With Perl And Sar
Script to Generate CPU Graphs With Perl And Sar
Free Memory Graph Generation With Perl And Sar
Graphing System Paging Activity With Perl And Sar
