Skip to content

cloudfoundry/gosigar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

214039e · Feb 15, 2025
Aug 11, 2023
Aug 11, 2023
Jan 21, 2023
Sep 9, 2021
Nov 14, 2017
Nov 21, 2017
Aug 30, 2023
Aug 11, 2023
Feb 15, 2025
Aug 14, 2021
Jun 7, 2012
Jun 22, 2017
Jan 21, 2023
Apr 20, 2021
Sep 9, 2021
Aug 11, 2023
Feb 15, 2025
Feb 15, 2025
Sep 9, 2021
Nov 21, 2017
Jan 24, 2023
Sep 9, 2021
Aug 11, 2023
Oct 7, 2022
Aug 11, 2023
Nov 2, 2017
Aug 11, 2023
Aug 11, 2023
Jan 16, 2023
Nov 21, 2017
Aug 30, 2023
Aug 11, 2023

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

$ 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