Collectd is a small daemon which collects system information every 10 seconds and writes the results in an RRD-file.
collectd collects information about the system it is running on and writes this information into special database files. These database files can then be used to generate graphs of the collected data.
collectd itself does not generate graphs, it only collects the data. You should
...Licence : GPL