diff options
Diffstat (limited to 'src/plugins/sflow/FEATURE.yaml')
-rw-r--r-- | src/plugins/sflow/FEATURE.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/plugins/sflow/FEATURE.yaml b/src/plugins/sflow/FEATURE.yaml new file mode 100644 index 00000000000..612db61005c --- /dev/null +++ b/src/plugins/sflow/FEATURE.yaml @@ -0,0 +1,16 @@ +--- +name: sFlow +maintainer: Neil McKee <neil.mckee@inmon.com> + +description: |- + This plugin implements the random packet-sampling and interface + telemetry streaming required to support standard sFlow export + on Linux platforms. The overhead incurred by this monitoring is + minimal, so that detailed, real-time traffic analysis can be + achieved even under high load conditions, with visibility into + any fields that appear in the packet headers. If the linux-cp + plugin is running then interfaces will be mapped to their + equivalent Linux tap ports. + +state: experimental +properties: [CLI, MULTITHREAD] |