Documentation ¶
Index ¶
Constants ¶
View Source
const ( RxBytes = "rxbytes" RxErrors = "rxerrors" TxBytes = "txbytes" TxErrors = "txerrors" RxPackets = "rxpackets" RxDropped = "rxdropped" TxPackets = "txpackets" TxDropped = "txdropped" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ProcNetdev ¶
type ProcNetdev struct { }
func (*ProcNetdev) CollectOnce ¶ added in v1.0.0
func (s *ProcNetdev) CollectOnce() (map[string]map[uint32]uint64, error)
Click to show internal directories.
Click to hide internal directories.