Skip to content

tylerhunt/rrrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRRD

A Ruby interface for RRD.

Example

rrd = RRRD::RRD.new('data.rrd')

Fetch the :average, :min, :max, or :last.

rrd.fetch(:average, :resolution => 10, :starts_at => Time.now, :ends_at => Time.now)

rrd.last

rrd.last_update

About

A Ruby interface for RRD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published