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

Callers 9

DriverInfoMethod · 0.65
UpdateMethod · 0.65
StatsMethod · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65
TestBtrfsFunction · 0.65
UpdateMethod · 0.65
UpdateMethod · 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