From owner-p4-projects@FreeBSD.ORG Sun Aug 9 22:09:55 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 88B731065670; Sun, 9 Aug 2009 22:09:55 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4883B106564A for ; Sun, 9 Aug 2009 22:09:55 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E45A8FC08 for ; Sun, 9 Aug 2009 22:09:55 +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 n79M9tsQ011118 for ; Sun, 9 Aug 2009 22:09:55 GMT (envelope-from pgj@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n79M9sNX011116 for perforce@freebsd.org; Sun, 9 Aug 2009 22:09:54 GMT (envelope-from pgj@FreeBSD.org) Date: Sun, 9 Aug 2009 22:09:54 GMT Message-Id: <200908092209.n79M9sNX011116@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to pgj@FreeBSD.org using -f From: Gabor Pali To: Perforce Change Reviews Cc: Subject: PERFORCE change 167144 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2009 22:09:56 -0000 http://perforce.freebsd.org/chv.cgi?CH=167144 Change 167144 by pgj@petymeg-current on 2009/08/09 22:09:01 Reschedule workplan. Approved by: gonzo (mentor) Affected files ... .. //depot/projects/soc2009/pgj_libstat/Milestones#2 edit Differences ... ==== //depot/projects/soc2009/pgj_libstat/Milestones#2 (text+ko) ==== @@ -26,30 +26,38 @@ Based on the proposed design and the feedback received so far, provide an initial partial implementation for libnetstat, patches for the - kernel, and a modified version of netstat(1) to use this library as - much as possible. Start to implement tests. + kernel, and a modified version of netstat(1) to use this library. Start to + work on extending the support for bsnmpd(1). + +- July 21, 2009. + + Add network interfaces, mbuf(9) statistics. + +- July 28, 2009. + + Add bpf(4) peers, protocol-dependent statistics (ddp, pfsync, tcp, udp, + carp, ip, ip6, icmp, icmp6, pim, pim6, rip, ipsec, pfkey, ipx/spx, sctp). +- August 4, 2009. -- July 14, 2009. + Some buffer time reserved for catching up. Scrub, slush, and test the code, + make it more stable, profile performance, fix bugs. Add the missing + protocols to the socket abstraction (netgraph, appletalk, sctp, ipx). + +- August 11, 2009. - By following the experience gained from the implementation of - libnetstat, an initial libprocstat library is also supplied. To make - it useable and demonstrate its capabilities, some simple tools are - included (similar to the ones were supplied for libmemstat(3)). - Continue working on tests. + Add routing statistics. +- August 18, 2009. -- July 21, 2009. + Add multicast statistics. - Scrub and slush the implemented libraries, together with the - accompanied kernel patches, make them more stable, profile - performance, fix bugs, and catch up in case of slow progress. Create - an initial documentation (i.e. manual pages, and a FreeBSD article, - if time permits) for the interfaces and the tools. +- August 25, 2009. + Catch up in case of slow progress. Write documentation, document the + experiences earned so far. -- August 10, 2009. +- September 1, 2009. - Final touches on the code, documentation. If there is time, start to - extend the experimented interface to other statistics, build other - libraries and tools, provide kernel patches for them. + Finish a modified, libnetstat-based version of the netstat(1) and bsnmpd(1) + applications.