A Go interface to the Solaris/OmniOS kstat system for accessing kernel statistics.
go get github.com/siebenmann/go-kstatNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Opens a kstat token and retrieves a named statistic
Ensure CGo is enabled and a Solaris/OmniOS toolchain is available.
Use external synchronization (e.g., mutex) when accessing from multiple goroutines.
No dependency data recorded yet.