Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cloudfoundry/gosigar
- Owner: cloudfoundry
- License: apache-2.0
- Created: 2012-06-06T05:23:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T10:05:44.000Z (16 days ago)
- Last Synced: 2025-02-01T09:02:41.572Z (10 days ago)
- Topics: go, golang, sigar
- Language: Go
- Homepage:
- Size: 11.8 MB
- Stars: 482
- Watchers: 98
- Forks: 196
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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