MCPcopy
hub / github.com/prometheus/node_exporter / Stats

Method Stats

collector/ethtool_linux.go:50–50  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

48type Ethtool interface {
49 DriverInfo(string) (ethtool.DrvInfo, error)
50 Stats(string) (map[string]uint64, error)
51 LinkInfo(string) (ethtool.EthtoolCmd, error)
52}
53

Callers 6

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

TestBtrfsFunction · 0.52