Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudfoundry/gosigar

A Golang implementation of the Sigar API
https://github.com/cloudfoundry/gosigar

go golang sigar

Last synced: 2 days ago
JSON representation

A Golang implementation of the Sigar API

Awesome Lists containing this project

README

        

# Go sigar

## Overview

Go sigar is a golang implementation of the
[sigar API](https://github.com/hyperic/sigar). 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

$ git clone https://github.com/cloudfoundry/gosigar.git
$ cd gosigar/examples
$ go run uptime.go
$ go run df.go
$ go run free.go
$ go run ps.go

## Supported platforms

Currently targeting modern flavors of macOS (Darwin), Windows and Linux.

## License

Apache 2.0