Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Listen ¶
func Listen(exposeProcessInfo, exposeCmdline, exposeEnviron, enableLocalConnections, enableDocker, enableTcpDiag bool, pollInterval, aggregation time.Duration, dockerEnvironment []string) (chan FullConnection, chan ServerConnection, error)
Types ¶
type Connections ¶
type Connections struct {
// contains filtered or unexported fields
}
func New ¶
func New(exposeCmdline, exposeEnviron bool) *Connections
type FullConnection ¶
type FullConnection struct { LocalConnection RemoteIP string RemotePort uint16 }
type LocalConnection ¶
type LocalConnection struct { LocalIP string LocalPort uint16 Process *processes.UnixProcess Container *sockets.ContainerInfo }
type ServerConnection ¶
type ServerConnection LocalConnection
Click to show internal directories.
Click to hide internal directories.