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

Method Stats

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

Source from the content-addressed store, hash-verified

60}
61
62func (e *ethtoolLibrary) Stats(intf string) (map[string]uint64, error) {
63 return e.ethtool.Stats(intf)
64}
65
66func (e *ethtoolLibrary) LinkInfo(intf string) (ethtool.EthtoolCmd, error) {
67 var ethtoolCmd ethtool.EthtoolCmd

Callers

nothing calls this directly

Calls 1

StatsMethod · 0.65

Tested by

no test coverage detected