You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

317 B

Go (golang) for rrdtool(1.4.9)

一个轻量级的rrdtool工具包线程安全解除librrd依赖,只提供create,update,fetch,info

Installing

go get github.com/yubo/rrdlite

Example

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