Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectData ¶
type ConnectData struct { Infos []ConnectInfo States []ConnectState }
type ConnectInfo ¶
type ConnectState ¶
type ErrCannotParseInput ¶
type ErrCannotParseInput struct {
Input string
}
func (*ErrCannotParseInput) Error ¶
func (e *ErrCannotParseInput) Error() string
type NetStatParser ¶
type NetStatParser struct {
// contains filtered or unexported fields
}
func (*NetStatParser) Parse ¶
func (t *NetStatParser) Parse(in string) []NetStatRow
type NetStatRow ¶
type NetstatRunner ¶
type NetstatRunner struct {
// contains filtered or unexported fields
}
func (*NetstatRunner) Run ¶
func (t *NetstatRunner) Run(ctx context.Context, warmingUpTime, shapshotPeriod int) chan ConnectData
Click to show internal directories.
Click to hide internal directories.