Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/node_exporter
/ DriverInfo
Method
DriverInfo
collector/ethtool_linux.go:49–49 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
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
}
Callers
2
DriverInfo
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