Registry / utility / jaypipes-ghw

jaypipes-ghw

JSON →
library0.24.0gogounverified

Discovers hardware-related information about the host computer, including CPU, memory, storage, network, and more.

go get github.com/jaypipes/ghw
INSTALL
IMPORT
SIG · JAYPIPES-GHW
J
jaypipes-ghw
utilitygov0.24.0
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.

ghw
github.com/jaypipes/ghw

Print CPU information of the host machine.

package main import ( "fmt" "github.com/jaypipes/ghw" ) func main() { cpu, err := ghw.CPU() if err != nil { panic(err) } fmt.Println(cpu.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.24.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jaypipes-ghw — go get jaypipes-ghw · libregistry