Documentation ¶
Index ¶
- func IsTracerSupportedByOS(exclusionList []string) (bool, string)
- type Tracer
- func (t *Tracer) DebugEBPFMaps(maps ...string) (string, error)
- func (t *Tracer) DebugNetworkMaps() (*network.Connections, error)
- func (t *Tracer) DebugNetworkState(clientID string) (map[string]interface{}, error)
- func (t *Tracer) GetActiveConnections(_ string) (*network.Connections, error)
- func (t *Tracer) GetStats() (map[string]interface{}, error)
- func (t *Tracer) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsTracerSupportedByOS ¶
IsTracerSupportedByOS returns whether or not the current kernel version supports tracer functionality along with some context on why it's not supported
Types ¶
type Tracer ¶
type Tracer struct{}
Tracer is not implemented
func (*Tracer) DebugEBPFMaps ¶
DebugEBPFMaps is not implemented on this OS for Tracer
func (*Tracer) DebugNetworkMaps ¶
func (t *Tracer) DebugNetworkMaps() (*network.Connections, error)
DebugNetworkMaps is not implemented on this OS for Tracer
func (*Tracer) DebugNetworkState ¶
DebugNetworkState is not implemented on this OS for Tracer
func (*Tracer) GetActiveConnections ¶
func (t *Tracer) GetActiveConnections(_ string) (*network.Connections, error)
GetActiveConnections is not implemented on this OS for Tracer
Click to show internal directories.
Click to hide internal directories.