srdgraph
Prerequisites
Well, the utility is a command line tool that uses Perl – so that’s a good start for requirements. You need some recent version of Perl: I used the tool only with 5.8.0 and appreciate feedback.
The packages required to run the utility are:
- GD::Graph
- POSIX
- S710
GD::Graph
GD::Graph is the graphical core of the utility. It takes care of generating a graph given the data, and you as a user don’t have to do more than presenting it and – voila! – it’s there.
Continue reading