diff options
author | luigi <luigi@FreeBSD.org> | 2012-05-03 16:09:44 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2012-05-03 16:09:44 +0000 |
commit | 3a0d4ba30977abfa569da4da544ace2fbec5a05f (patch) | |
tree | 5a8e146cf521c09a10d7c2f52e109b95a430d02d /tools | |
parent | cc7f2dd68e15314066b859d35b1ef4382896af75 (diff) | |
download | FreeBSD-src-3a0d4ba30977abfa569da4da544ace2fbec5a05f.zip FreeBSD-src-3a0d4ba30977abfa569da4da544ace2fbec5a05f.tar.gz |
add some performance data
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/netmap/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/tools/netmap/README b/tools/tools/netmap/README index 9a1ba60..054eb55 100644 --- a/tools/tools/netmap/README +++ b/tools/tools/netmap/README @@ -9,3 +9,14 @@ This directory contains examples that use netmap testpcap a jumper wire using libnetmap (or libpcap) click* various click examples + +------------------------------------------------------------ +Some performance data as of may 2012 for applications using libpcap. +Throughput is generally in Mpps computed with the 64-byte frames, +using 1 core on a 2.9GHz CPU and 10Gbit/s interface + +Libpcap version -- Application --------------------- +BSD netmap +--------------------------------------------------- + 0.77 3.82 ports/trafshow (version 5) + 0.94 7.7 net-mgmt/ipcad (ip accounting daemon) |