From owner-freebsd-current@FreeBSD.ORG Fri May 26 20:09:29 2006 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C0E416B802; Fri, 26 May 2006 20:09:29 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id C25BA43D48; Fri, 26 May 2006 20:09:28 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id B029578C1D; Fri, 26 May 2006 20:09:27 +0000 (GMT) Date: Fri, 26 May 2006 20:09:27 +0000 From: John Birrell To: gnn@FreeBSD.org Message-ID: <20060526200927.GD34554@what-creek.com> References: <20060525065510.GA20475@what-creek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: current@FreeBSD.org Subject: Re: DTrace for FreeBSD - Status Update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2006 20:09:33 -0000 On Fri, May 26, 2006 at 05:54:43PM +0900, gnn@FreeBSD.org wrote: > Is there a quick "HOw to use DTRace" anywhere? I'd like to use it in > my networking stuff when I get to the point of caring more about > performance than correctness. The DTrace guide is a fairly large document. The first 10 chapters are important reading. Other than that there are plenty of examples like: -- John Birrell