Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/node_exporter
/ Ethtool
Interface
Ethtool
collector/ethtool_linux.go:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
)
47
48
type
Ethtool
interface
{
49
DriverInfo(string) (ethtool.DrvInfo, error)
50
Stats(string) (
map
[string]uint64, error)
51
LinkInfo(string) (ethtool.EthtoolCmd, error)
52
}
53
54
type
ethtoolLibrary
struct
{
55
ethtool *ethtool.Ethtool
Callers
9
DriverInfo
Method · 0.65
Update
Method · 0.65
Stats
Method · 0.65
Update
Method · 0.65
Update
Method · 0.65
TestBtrfs
Function · 0.65
Update
Method · 0.65
Update
Method · 0.65
Update
Method · 0.65
Implementers
2
ethtoolLibrary
collector/ethtool_linux.go
EthtoolFixture
collector/ethtool_linux_test.go
Calls
no outgoing calls
Tested by
no test coverage detected