Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
config.InternalConfig
CloseWait StateCheck `toml:"close_wait"`
TimeWait StateCheck `toml:"time_wait"`
// contains filtered or unexported fields
}
type StateCheck ¶
type TcpstatePlugin ¶
type TcpstatePlugin struct {
config.InternalConfig
Instances []*Instance `toml:"instances"`
}
func (*TcpstatePlugin) GetInstances ¶
func (p *TcpstatePlugin) GetInstances() []plugins.Instance
func (*TcpstatePlugin) RegisterDiagnoseTools ¶ added in v0.10.0
func (p *TcpstatePlugin) RegisterDiagnoseTools(registry *diagnose.ToolRegistry)
Click to show internal directories.
Click to hide internal directories.