How to use RRDTOOL for one value per day

Posted by Octopus on Stack Overflow See other posts from Stack Overflow or by Octopus
Published on 2010-04-20T06:52:28Z Indexed on 2010/04/20 6:53 UTC
Read the original article Hit count: 487

Filed under:
|
|

I have to create a graphical representation for staff salary. The staff is getting there salaries per day and I have there information in below format. This is one month data i.e. 1st March to 31st March

<DATE>,<NAME1>,<NAME2>,<NAME3>......<NAME N>
YYYY-MM-DD,name1,name2,Name3,.......name4
.
.
so on..

1) Is rrdtool a better solution to create graphs and find AVERAGE, MAX, MIN.

2) If yes, How can I use above csv file to create RRD.

3) If no, what else I can use this to automate the graphical information on my website.

Any suggestion in perl would be really appreciated.

© Stack Overflow or respective owner

Related posts about perl

Related posts about rrdtool