Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 481 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 481 Bytes

Go bindings to rrdtool C library (rrdtool)

This package implements Go (golang) bindings for the rrdtool C API.

Installing

rrd currently supports rrdtool-1.4.x

Install rrd with:

go get github.com/ziutek/rrd

Usage

See GoDoc for documentation.

Example

See rrd_test.go for an example of using this package.