Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetIOStats ¶
type NetIOStats struct { config.PluginConfig CollectProtocolStats bool `toml:"collect_protocol_stats"` Interfaces []string `toml:"interfaces"` // contains filtered or unexported fields }
func (*NetIOStats) Clone ¶
func (s *NetIOStats) Clone() inputs.Input
func (*NetIOStats) Gather ¶
func (s *NetIOStats) Gather(slist *types.SampleList)
func (*NetIOStats) Init ¶
func (s *NetIOStats) Init() error
func (*NetIOStats) Name ¶
func (s *NetIOStats) Name() string
Click to show internal directories.
Click to hide internal directories.