File: README.md

package info (click to toggle)
golang-rrd 0.0~git20131112-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 100 kB
  • ctags: 149
  • sloc: ansic: 52; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Go (golang) Bindings for rrdtool C library (rrdtool)

This package implements [Go](http://golang.org) (golang) bindings for the [rrdtool](http://oss.oetiker.ch/rrdtool/) C API.

## Installing

rrd currently supports rrdtool-1.4.x

Install rrd with:

    go get github.com/ziutek/rrd

## Usage

See [GoDoc](http://godoc.org/github.com/ziutek/rrd) for documentation.

## Example 
See [rrd_test.go](https://github.com/ziutek/rrd/blob/master/rrd_test.go) for an example of using this package.