Documentation
¶
Index ¶
- func ExecCmds(t *testing.T, cmds ...Cmd)
- func InitConfig(t *testing.T, conf string)
- func NewAgent() *agent.Agent
- func NewAnalyzerStorage(t *testing.T, s storage.Storage) *analyzer.Server
- func SFlowSetup(t *testing.T) (*net.UDPConn, error)
- func StartAgent() *agent.Agent
- func StartAgentWithConfig(t *testing.T, conf string) *agent.Agent
- type Cmd
- type HelperAgentAnalyzer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnalyzerStorage ¶ added in v0.3.0
Types ¶
type HelperAgentAnalyzer ¶ added in v0.3.0
type HelperAgentAnalyzer struct {
Agent *agent.Agent
Analyzer *analyzer.Server
// contains filtered or unexported fields
}
func NewAgentAnalyzerWithConfig ¶ added in v0.3.0
func (*HelperAgentAnalyzer) Flush ¶ added in v0.3.0
func (h *HelperAgentAnalyzer) Flush()
func (*HelperAgentAnalyzer) Start ¶ added in v0.3.0
func (h *HelperAgentAnalyzer) Start()
func (*HelperAgentAnalyzer) Stop ¶ added in v0.3.0
func (h *HelperAgentAnalyzer) Stop()
Source Files
¶
- helper.go
Click to show internal directories.
Click to hide internal directories.