RRDTool::Creator

RRDTool::Creator contains creators for round robin databases (RRD).
Download

RRDTool::Creator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jacquelin Charbonnel
  • Publisher web site:
  • http://search.cpan.org/~jacquelin/RRDTool-Creator-0.9/lib/RRDTool/Creator.pm

RRDTool::Creator Tags


RRDTool::Creator Description

RRDTool::Creator contains creators for round robin databases (RRD). RRDTool::Creator contains creators for round robin databases (RRD).COMPONENTSRRDTool::Creator - A generic abstract creator for round robin databases (RRD)RRDTool::Creator::HourPDP - creates a RRD with a default archive of primary points for an hourRRDTool::Creator::DayPDP - creates a RRD with a default archive of primary points for a dayRRDTool::Creator::WeekPDP - creates a RRD with a default archive of primary points for a weekRRDTool::Creator::MonthPDP - creates a RRD with a default archive of primary points for a monthRRDTool::Creator::QuarterPDP - creates a RRD with a default archive of primary points for a quarterRRDTool::Creator::YearPDP - creates a RRD with a default archive of primary points for a yearSYNOPSIS use RRDTool::Creator::DayPDP ; # make a creator $creator = new RRDTool::Creator::DayPDP(-step => "30mn") ; # add data sources in the specifications of the RRD $creator->add_DS( -ds_name => "cpu" , -DST => "GAUGE" , -min => 0 , -max => 100 ) ; $creator->add_DS( -ds_name => "swap" , -DST => "GAUGE" ) ; # add archives in the specifications of the RRD $creator->add_RRA(-duration => "week") ; $creator->add_RRA(-duration => "month") ; # add some consolidation functions in the specifications of the RRD $creator->add(-CF => "MAX") ; $creator->add(-CF => "AVERAGE") ; # create the RRD file $creator->create(-filename => "/var/rrdtool/vmstat.rrd") ; Requirements: · Perl


RRDTool::Creator Related Software