]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/netmap/README
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / tools / netmap / README
1 $FreeBSD$
2
3 This directory contains examples that use netmap
4
5         pkt-gen         a packet sink/source using the netmap API
6
7         bridge          a two-port jumper wire, also using the native API
8
9         testpcap        a jumper wire using libnetmap (or libpcap)
10
11         click*          various click examples
12
13 ------------------------------------------------------------
14 Some performance data as of may 2012 for applications using libpcap.
15 Throughput is generally in Mpps computed with the 64-byte frames,
16 using 1 core on a 2.9GHz CPU and 10Gbit/s interface
17
18 Libpcap version -- Application ---------------------
19 BSD     netmap
20 ---------------------------------------------------
21  0.77    3.82   ports/trafshow (version 5)
22  0.94    7.7    net-mgmt/ipcad (ip accounting daemon)
23  0.9     5.0    net-mgmt/darkstat (ip accounting + graphing)
24  0.83    2.45   net-mgmt/iftop (curses traffic display)