Hi,
I am new to perl but have managed to create a script to gather performance stats from the Unix box I am working on.
The script outputs the information to a comma seperated file so the output is like:
Time,IO/s,CPU.......
10:20:15,100.95,87.3.......
I want to produce a script to generate a results doc which will take the figures from the file and produce graphs such as CPU over Time and IO/s over Time, however I do not know where to begin.
Any advice would be helpful.
I see there is a CPAN module which could help but all documentation says to install 'Some::Module' but all I know is that the module is called GD.
Cheers,
Tom