Registry / utility / cloudfoundry-gosigar

cloudfoundry-gosigar

JSON →
library1.3.121gogounverified

Provides system information and metrics collection for Go applications, ported from the Java SIGAR library.

utilityobservability
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

github.com/cloudfoundry/gosigar

Gets and prints total system memory.

package main import ( "fmt" "github.com/cloudfoundry/gosigar" ) func main() { mem := sigar.Mem{} mem.Get() fmt.Printf("Total memory: %d\n", mem.Total) }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
bingbot
1
mj12bot
1
Resources