From owner-freebsd-dtrace@FreeBSD.ORG Thu Aug 22 21:27:02 2013 Return-Path: Delivered-To: freebsd-dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ECFF5AB2; Thu, 22 Aug 2013 21:27:02 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D592242E; Thu, 22 Aug 2013 21:27:02 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id n10so1304634qcx.24 for ; Thu, 22 Aug 2013 14:27:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Hmc0xD+EPyYO24B4jyscOWqxeUpfEhKI+rfMuN1iJHM=; b=tVIt84k0dl6mNe8bnceDMR9G11PWdZgV9l4j+fvC4SBX+U+J/wKeCnn5qph2P53n9y SVt5pPmNseyKtxpsWqwShvdcll7grgXgL03k42MiVO4jsuwuYE0px9mHLeQO9txKyd2/ VFiq0+1gy8UfH5tzaPde99CoXjI4oIc7tKvCFisgo+viNMudAjNXltLWbRuG3+CvmiDa xdYW5upTBBre8TnWmiJHRFO/Dsf46PZkIZJhAWB4o06eVqvrSCEbj/2ezsHH7BaoQMBI 9wIiQkrM3GWF4vTJR0fPgW1CPK7rmny55AQyjt33n1pQ5l3VDyzd/psH00lrSNJ8qm1k sLsg== X-Received: by 10.49.71.147 with SMTP id v19mr17938226qeu.54.1377206821705; Thu, 22 Aug 2013 14:27:01 -0700 (PDT) Received: from charmander.sandvine.com ([64.7.137.182]) by mx.google.com with ESMTPSA id t4sm17564727qas.1.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 22 Aug 2013 14:27:01 -0700 (PDT) Sender: Mark Johnston Date: Thu, 22 Aug 2013 17:27:46 -0400 From: Mark Johnston To: koobs@FreeBSD.org Subject: Re: DTrace network providers Message-ID: <20130822212746.GC59491@charmander.sandvine.com> References: <20130821045926.GA17196@raichu> <5215E184.2050402@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5215E184.2050402@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-dtrace@freebsd.org X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Aug 2013 21:27:03 -0000 On Thu, Aug 22, 2013 at 08:01:40PM +1000, Kubilay Kocak wrote: > On 21/08/2013 3:00 PM, Mark Johnston wrote: > > Hello! > > > > I've ported the ip, tcp and udp DTrace providers to FreeBSD, following > > the Solaris documentation here: > > Wow, nice work Mark! > > > I've collected a bunch of example scripts for these providers and placed > > them here: > > > > http://people.freebsd.org/~markj/dtrace/network-providers/ > > > > To run one you just need to execute "dtrace -s