1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-28 19:51:48 +02:00

Add backend comparison table

This commit is contained in:
Pavel Odintsov 2015-04-28 22:30:52 +03:00
parent dd2856957a
commit a28dcf7b26

6
docs/CAPTURE_BACKENDS.md Normal file

@ -0,0 +1,6 @@
|Name | Capture speed |CPU load| Platforms | Cost |
|-----|:-------------:|:-------:|:----:|:------:|
|PF_RING | Up to 2-3 MPPS, 2-3 GE |Very big| Linux only | GPLv2 |
|PF_RING ZC | Up to wire speed (10GE, 14 MPPS) |Normal| Linux only | Commercial ~200 euro |
|netmap | Up to wire speed (10GE, 14 MPPS) | Normal |Linux, FreeBSD | BSD |
| pcap | very slow, 10-100 mbps | huge | GPL |