summaryrefslogtreecommitdiffstats
path: root/src/plugins/sflow/sflow.h
AgeCommit message (Collapse)AuthorFilesLines
2025-01-20sflow: initial checkinPim van Pelt1-0/+199
This is an sFlow dataplane plugin that can sample 1-in-N packets from device-input, copying them to a FIFO queue and servicing that queue from a main process which formats them as Netlink PSAMPLEs, to be picked up by a popular sidecar agent called host-sflow. Type: feature Change-Id: Ic03456472e53309678f182dc8f74d3c81fb619e6 Signed-off-by: neil.mckee@inmon.com Signed-off-by: pim@ipng.nl