serverstats

package module
v0.0.0-...-a639a30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2014 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MEMSTATS_PERIODE           = 10 * time.Second
	LOADAVG_AND_UPTIME_PERIODE = 10 * time.Second
	CPU_PERIODE                = 5 * time.Second
)

Variables

View Source
var DefaultPeriodes = &ServerStatsPeriodes{
	Mem:     1 * time.Second,
	LoadAvg: 1 * time.Second,
	Cpu:     1 * time.Second,
}

Functions

This section is empty.

Types

type Metric

type Metric struct {
	Timestamp int64  `json:"timestamp"`
	Name      string `json:"name"`
	Value     string `json:"value"`
	Unit      string `json:"unit,omitempty"`
}

type ServerStats

type ServerStats struct {
	Metrics chan Metric
}

func NewServerStats

func NewServerStats(periodes *ServerStatsPeriodes) *ServerStats

type ServerStatsPeriodes

type ServerStatsPeriodes struct {
	Mem     time.Duration
	LoadAvg time.Duration
	Cpu     time.Duration
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL