Binary package “librrd-simple-perl” in ubuntu trusty

Simple interface to create and store data in RRD files

 RRD::Simple provides a simple interface to RRDTool's RRDs module that
 supports creating RRD files and storing data. It provides a simple
 mechanism to create RRD files with a sensible set of default RRA (Round
 Robin Archive) definitions, and can dynamically add new data source names
 to an existing RRD file. It is useful for quick storage of data in an
 RRD file if you do not need to, nor want to, bother defining custom RRA
 definitions.
 .
 RRD::Simple does not currently offer a fetch method to retrieve data; for
 that, use the RRDs module directly.