Registry / utility / lufia-plan9stats

lufia-plan9stats

JSON →
library0.0.0-20231016141302-07b5767bb0edgogounverified

Provides statistic utilities for Plan 9, such as reading CPU and memory information.

go get github.com/lufia/plan9stats
INSTALL
IMPORT
SIG · LUFIA-PLAN9STATS
L
lufia-plan9stats
utilitygov0.0.0-20231016141302-07b5767bb0ed
harness data pending
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.

plan9stats
github.com/lufia/plan9stats

Read CPU statistics on Plan 9

package main import ( "fmt" "github.com/lufia/plan9stats" ) func main() { cpu, err := plan9stats.ReadCPUStats() if err != nil { panic(err) } fmt.Printf("CPU: %+v\n", cpu) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20231016141302-07b5767bb0edlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Meta
1
Resources
lufia-plan9stats — go get lufia-plan9stats · libregistry