Skip to content

scalingdata/gosigar

This branch is 39 commits ahead of, 215 commits behind cloudfoundry/gosigar:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2017
Apr 12, 2017
Dec 4, 2012
Jun 17, 2014
Apr 13, 2017
Jun 7, 2012
Jun 20, 2012
Jun 11, 2015
Apr 2, 2015
Dec 15, 2015
Apr 12, 2017
Apr 12, 2017
May 17, 2017
Jun 18, 2012
Sep 13, 2017
Sep 13, 2017
Sep 13, 2017
Sep 13, 2017
Apr 13, 2015
Dec 18, 2015
Aug 9, 2012
Sep 8, 2017
Apr 18, 2017
Apr 12, 2017

Repository files navigation

Go sigar

Overview

Go sigar is a golang implementation of the sigar API. The Go version of sigar has a very similar interface, but is being written from scratch in pure go/cgo, rather than cgo bindings for libsigar.

Test drive

$ go get github.com/cloudfoundry/gosigar
$ cd $GOPATH/src/github.com/cloudfoundry/gosigar/examples
$ go run uptime.go

Supported platforms

Feature Linux Darwin Windows
CPU yes yes yes
Memory yes yes yes
Swap yes yes yes
Load Avg yes yes no
FS Usage yes yes yes
Disk IO yes no yes
Uptime yes yes no
Process yes yes no

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%