Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHostFlows ¶
func GetHostFlows(opt *GetHostFlowsOption) (probe.HostFlows, error)
GetHostFlows gets host flows by netlink, and try to get by procfs if it fails.
func GetHostFlowsByNetlink ¶
func GetHostFlowsByNetlink(opt *GetHostFlowsOption) (probe.HostFlows, error)
GetHostFlowsByNetlink gets host flows by Linux netlink API.
func GetHostFlowsByProcfs ¶
GetHostFlowsByProcfs gets host flows from procfs.
Types ¶
type GetHostFlowsOption ¶
GetHostFlowsOption represens an option for func GetHostFlows().
Click to show internal directories.
Click to hide internal directories.