RRD-Tweak --------- by Stanislav Sinyagin
This is a module for manipulating the structure of RRDtool files. It can read a file, alter its DS and RRA structure, and save a new file. It also allows creating new empty RRD files in memory or on the disk. The file read/write operations are implemented in native C. The module links with librrd, so the librrd library and its header files are required for building the RRD::Tweak module. The module is tested with RRDtool versions 1.3 and 1.4. As the RRD file format is architecture dependent, RRD::Tweak can only read files which are created by RRDtool in the same processor architecture. Git repository: https://github.com/ssinyagin/perl-rrd-tweak INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc RRD::Tweak You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=RRD-Tweak AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/RRD-Tweak CPAN Ratings http://cpanratings.perl.org/d/RRD-Tweak Search CPAN http://search.cpan.org/dist/RRD-Tweak/ -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 _______________________________________________ rrd-announce mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-announce
