How can I use RRDTOOL to plot values from a CSV file?
- by Octopus
I have to create a graphical representation for staff salary. The staff is getting their 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.