This page is READ-ONLY. It is generated from the old site.
All timestamps are relative to 2013 (when this page is generated).
If you are looking for TeX support, please go to VietTUG.org
All timestamps are relative to 2013 (when this page is generated).
If you are looking for TeX support, please go to VietTUG.org
RRDs: accessing RRD database from Perl
not official
Ref.: http://ubuntuforums.org/showthread.php?t=304085
RRDs
is a Perl module tool to access the Round Robin Databases (RRD). You can't find it in http://search.cpan.org/, as it is shipped with RRD. On Debian, use apt-get
to install it:
apt-get install librrds-perl perl -MRRDs -le 'print q(ok!)'
Thanks to Ubuntu guys :P
Comments