ethtool icon indicating copy to clipboard operation
ethtool copied to clipboard

A simple ethtool "like" library for GO

Results 21 ethtool issues
Sort by recently updated
recently updated
newest added

I wanted to use a programmatic way to access the rx flow classification --config-nfc flow-type rules.. It appears to me netlink is not implemented for these rules, but the suitable...

Hi teams, I want to set the RX/TX for the interface by using ethtool-go library, Just likes `ethtool -G eno3 rx 4096` , Can you tell me how to implement...

I would like to get access to parsed [SFF-8472](https://www.jstt.com.tw/upload/files/SFF-8472.PDF) style DDM from NICs (and optics) that support it. You can already get the raw, unprocessed binary data from `ModuleEeprom(intf)`. Parsing...

I tried enabling ethtool in my influx telegraf, but now the service fails and crashes: ``` Mai 11 12:28:40 odroid-hc4-00 systemd[1]: Started The plugin-driven server agent for reporting metrics into...

When inspecting features, the current API reports only if each feature is active. Client applications, especially those consuming the output of `ethtool -k [iface]` also want to know if a...

It would be nice to have all the bits about the feature state (Requested, Available) exposed by the API. The "Available" flag is especially important for some perspective users of...

window os, import this package is probleam?

Hi there, was looking for golang ethtool support then find your implementation that almost fit the bill, I needed to be able to set the private flag of the device....

If you aren't aware, this struct is deprecated as of https://github.com/torvalds/linux/commit/3f1ac7a700d039c61d8d8b99f28d605d489a60cf (2016); the replacement is `ethtool_link_settings`. I don't need anything provided by the new interface and not the old -...

Ethtool stats working ``` $ ethtool -S ens3f0np0 NIC statistics: rx_noskb_drops: 0 rx_nodesc_trunc: 2 port_tx_bytes: 104773444739116 port_tx_packets: 86336211060 port_tx_pause: 17142 port_tx_control: 0 port_tx_unicast: 86335445993 port_tx_multicast: 747920 port_tx_broadcast: 5 port_tx_lt64: 0...