8000 Tags · galaxyblack/ghw · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: galaxyblack/ghw

Tags

0.3

Toggle 0.3's commit message
0.3

This release includes the following fixes and features:

- JSON and YAML serialization

Each XXXInfo struct now has a `JSONString()` and `YAMLString()` method
that returns serialized JSON or YAML. The `ghwc` client has added a new
`--format|-f` CLI option to control the output of the program.

- NICCapability.CanChange field renamed and fixed

The `ghw.NICCapability.CanChange` field has been renamed to `CanEnable`
to better describe the field's purpose. The boolean value of the field
is now properly calculated from ethtool -k output.

- GHW_DISABLE_WARNINGS

You may now disable the output of warning messages to stderr by setting
the GHW_DISABLE_WARNINGS environs variable.

- A new 'virtio' bus type was added

0.2

Toggle 0.2's commit message
0.2

* Support for NIC capabilities
* Support passing chroot override to module constructors
* Use pcidb 0.3
* Fix all paths to ensure chroot honoured
* Changes GraphicsCard to only be associated with 0 or 1 NUMA node

0.1

Toggle 0.1's commit message
First release of the Golang HardWare library (ghw)

Features included in the 0.1 release:

* CPU information via ghw.CPU()
* Memory information via ghw.Memory()
* Block storage information via ghw.Block()
* GPU information via ghw.GPU()
* Network interface controller information via ghw.Network()
* Architecture and topology information via ghw.Topology()
* PCI device and database information via ghw.PCI()
0