From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3231 invoked by alias); 10 Jul 2009 21:31:45 -0000 Received: (qmail 3223 invoked by uid 22791); 10 Jul 2009 21:31:44 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Jul 2009 21:31:35 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n6ALVX8i026952; Fri, 10 Jul 2009 17:31:33 -0400 Received: from fche.csb (vpn-10-134.bos.redhat.com [10.16.10.134]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6ALVV9X002617; Fri, 10 Jul 2009 17:31:32 -0400 Received: by fche.csb (Postfix, from userid 2569) id 4BA4958463; Fri, 10 Jul 2009 17:31:28 -0400 (EDT) To: "David J. Wilder" Cc: systemtap@sourceware.org Subject: Re: [PATCH 6/6] tcpipstat References: <1246935837.23042.39.camel@wilder.ibm.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Fri, 10 Jul 2009 21:31:00 -0000 In-Reply-To: <1246935837.23042.39.camel@wilder.ibm.com> (David J. Wilder's message of "Mon, 06 Jul 2009 20:03:57 -0700") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00086.txt.bz2 "David J. Wilder" writes: > This patch is an example of the snmp set of tapsets called tcpipstat. [...] Wild stuff, especially the example script! Thank you. Please feel free to commit it. (Was there some reason you opted for the hand-written 3stap man page, as opposed to the newer kerneldoc auto-generated style?) - FChE