# gosigar **Repository Path**: Yfng/gosigar ## Basic Information - **Project Name**: gosigar - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 $ go get github.com/cloudfoundry/gosigar $ cd $GOPATH/src/github.com/cloudfoundry/gosigar/examples $ go run uptime.go ## Supported platforms Currently targeting modern flavors of darwin and linux. ## License Apache 2.0