Versions in this module Expand all Collapse all v0 v0.7.1 Nov 11, 2018 Changes in this version + func NewCollector() collector.RPCCollector + type IPv6Stat struct + InputBytes int64 + InputPackets int64 + OutputBytes int64 + OutputPackets int64 + type InterfaceRpc struct + Information struct{ ... } + type InterfaceStats struct + AdminStatus bool + Description string + ErrorStatus bool + IPv6ReceiveBytes float64 + IPv6ReceivePackets float64 + IPv6TransmitBytes float64 + IPv6TransmitPackets float64 + IsPhysical bool + Mac string + Name string + OperStatus bool + ReceiveBytes float64 + ReceiveDrops float64 + ReceiveErrors float64 + ReceivePackets float64 + TransmitBytes float64 + TransmitDrops float64 + TransmitErrors float64 + TransmitPackets float64 + type LogInterface struct + Description string + Name string + Stats TrafficStat + type PhyInterface struct + AdminStatus string + Description string + InputErrors struct{ ... } + LogicalInterfaces []LogInterface + MacAddress string + Name string + OperStatus string + OutputErrors struct{ ... } + Stats TrafficStat + type TrafficStat struct + IPv6Traffic IPv6Stat + InputBytes int64 + InputPackets int64 + OutputBytes int64 + OutputPackets int64