Skip to content

daniellawrence/go-memrrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Short lived, in memory RRDs

Stupid simple RRDs that are only kept in memory.

Example

package main

import (
	"fmt"
	"github.com/daniellarence/go-memrrd"
)

func main() {
	example_rrd := RRD{}
	example_rrd.New("Example")
	example_rrd.Add(1)
	fmt.Println(example_rrd)
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages