Skip to content

Commit 764c8d5

Browse files
author
Pavel Siska
committed
update README.md
1 parent 7ce25c5 commit 764c8d5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ dnf install -y dnf-plugins-core && dnf copr -y enable @CESNET/NEMEA
1616
dnf 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)

0 commit comments

Comments
 (0)