From owner-svn-src-head@FreeBSD.ORG Thu May 3 16:09:44 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B432A106566C; Thu, 3 May 2012 16:09:44 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5438FC12; Thu, 3 May 2012 16:09:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q43G9i4O050766; Thu, 3 May 2012 16:09:44 GMT (envelope-from luigi@svn.freebsd.org) Received: (from luigi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q43G9inj050764; Thu, 3 May 2012 16:09:44 GMT (envelope-from luigi@svn.freebsd.org) Message-Id: <201205031609.q43G9inj050764@svn.freebsd.org> From: Luigi Rizzo Date: Thu, 3 May 2012 16:09:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r234962 - head/tools/tools/netmap X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2012 16:09:44 -0000 Author: luigi Date: Thu May 3 16:09:44 2012 New Revision: 234962 URL: http://svn.freebsd.org/changeset/base/234962 Log: add some performance data Modified: head/tools/tools/netmap/README Modified: head/tools/tools/netmap/README ============================================================================== --- head/tools/tools/netmap/README Thu May 3 16:06:22 2012 (r234961) +++ head/tools/tools/netmap/README Thu May 3 16:09:44 2012 (r234962) @@ -9,3 +9,14 @@ This directory contains examples that us 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)