MCPcopy
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
48type Ethtool interface {
49 DriverInfo(string) (ethtool.DrvInfo, error)
50 Stats(string) (map[string]uint64, error)
51 LinkInfo(string) (ethtool.EthtoolCmd, error)
52}

Callers 2

DriverInfoMethod · 0.65
UpdateMethod · 0.65

Implementers 2

ethtoolLibrarycollector/ethtool_linux.go
EthtoolFixturecollector/ethtool_linux_test.go

Calls

no outgoing calls

Tested by

no test coverage detected