package
6.8.16+incompatible
Repository: https://github.com/tencentblueking/beats.git
Documentation: pkg.go.dev

# Functions

NewListenerTable returns a new ListenerTable.
NewNetlinkSession creates a new netlink session.
NewProcTable returns a new ProcTable that reads data from the /proc directory by default.

# Constants

Incoming indicates a connection was established from the outside to listening socket on this host.
Listening indicates a socket that is listening.
Outgoing indicates a connection was established from this socket to an external listening socket.

# Structs

ListenerTable tracks sockets that are listening.
NetlinkSession communicates with the kernel's netlink subsystem.
Proc contains static process information.
ProcTable contains all of the active processes (if the current user is root).

# Type aliases

Direction indicates how a socket was initiated.