From owner-cvs-src-old@FreeBSD.ORG Sat Jul 3 13:38:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33BAC106566B for ; Sat, 3 Jul 2010 13:38:09 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 212088FC16 for ; Sat, 3 Jul 2010 13:38:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o63Dc9BH018908 for ; Sat, 3 Jul 2010 13:38:09 GMT (envelope-from lstewart@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o63Dc9qA018907 for cvs-src-old@freebsd.org; Sat, 3 Jul 2010 13:38:09 GMT (envelope-from lstewart@repoman.freebsd.org) Message-Id: <201007031338.o63Dc9qA018907@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lstewart@repoman.freebsd.org using -f From: Lawrence Stewart Date: Sat, 3 Jul 2010 13:32:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 siftr.4 src/sys/modules Makefile src/sys/modules/siftr Makefile src/sys/netinet siftr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2010 13:38:09 -0000 lstewart 2010-07-03 13:32:39 UTC FreeBSD src repository Modified files: sys/modules Makefile Added files: share/man/man4 siftr.4 sys/modules/siftr Makefile sys/netinet siftr.c Log: SVN rev 209662 on 2010-07-03 13:32:39Z by lstewart Import the Statistical Information For TCP Research (SIFTR) kernel module into FreeBSD. SIFTR logs a range of statistics on active TCP connections to a log file, providing the ability to make highly granular measurements of TCP connection state. The tool is aimed at system administrators, developers and researchers alike. Please take it for a spin and test it out - the man page should have all the information required to get you going. Many thanks go to the Cisco University Research Program Fund at Community Foundation Silicon Valley and the FreeBSD Foundation. Their support of our work at the Centre for Advanced Internet Architectures, Swinburne University of Technology is greatly appreciated. Sponsored by: Cisco URP, FreeBSD Foundation Reviewed by: dwmalone, gnn, rpaulo Tested by: Many on freebsd-current@ and elsewhere over the years MFC after: 1 month Revision Changes Path 1.1 +752 -0 src/share/man/man4/siftr.4 (new) 1.654 +1 -0 src/sys/modules/Makefile 1.1 +12 -0 src/sys/modules/siftr/Makefile (new) 1.1 +1568 -0 src/sys/netinet/siftr.c (new)