File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,21 @@ dnf install -y dnf-plugins-core && dnf copr -y enable @CESNET/NEMEA
1616dnf install ipfixprobe
1717```
1818
19+ ## Available Plugins
20+
21+ # Input Plugins
22+
23+ This table contains a list of available input plugins, their maximum throughput, and the complexity of use.
24+
25+ | Plugin | Max Throughput | Usage Complexity | Plugin Link |
26+ | ---------------| ----------------| -------------------------| ------------------------------------------|
27+ | ` pcap_live ` | ~ 1 Gbps | Easy | [ pcap_live] ( ./src/plugins/input/pcap/README.md#pcap-live-input-plugin ) |
28+ | ` pcap_file ` | ~ 1 Gbps | Easy | [ pcap_file] ( ./src/plugins/input/pcap/README.md#pcap-file-input-plugin ) |
29+ | ` raw ` | ~ 1 Gbps | Easy | [ raw] ( ./src/plugins/input/raw/README.md ) |
30+ | ` dpdk ` | 400 Gbps | Complex | [ dpdk] ( ./src/plugins/input/dpdk/README.md#dpdk-input-plugin ) |
31+ | ` dpdk-ring ` | 400 Gbps | Complex | [ dpdk-ring] ( ./src/plugins/input/dpdk/README.md ) |
32+ | ` ndp ` | 400 Gbps | Medium | [ ndp] ( ./src/plugins/input/nfb/README.md ) |
33+
1934## Parameters
2035### Module specific parameters
2136- ` -i ARGS ` Activate input plugin (-h input for help)
You can’t perform that action at this time.
0 commit comments