2006-03-29 06:14:48

by Tushar

[permalink] [raw]
Subject: DTrace for Linux

Hi Guys,

I am planning to port DTrace (Solaris 10) utility to Linux. I have
done good enough research for same. Is this port of DTrace to Linux
already been started/completed ?

Please let me know your comments on this.

- Tushar


2006-03-29 06:49:50

by Randy Dunlap

[permalink] [raw]
Subject: Re: DTrace for Linux

On Wed, 29 Mar 2006 11:44:47 +0530 Tushar wrote:

> Hi Guys,
>
> I am planning to port DTrace (Solaris 10) utility to Linux. I have
> done good enough research for same. Is this port of DTrace to Linux
> already been started/completed ?
>
> Please let me know your comments on this.


based on what I hear, http://sourceware.org/systemtap/
is the Linux version...

---
~Randy

2006-03-30 20:56:12

by Valerie Henson

[permalink] [raw]
Subject: Re: DTrace for Linux

On Tue, Mar 28, 2006 at 10:52:03PM -0800, Randy.Dunlap wrote:
> On Wed, 29 Mar 2006 11:44:47 +0530 Tushar wrote:
>
> > Hi Guys,
> >
> > I am planning to port DTrace (Solaris 10) utility to Linux. I have
> > done good enough research for same. Is this port of DTrace to Linux
> > already been started/completed ?
> >
> > Please let me know your comments on this.
>
> based on what I hear, http://sourceware.org/systemtap/
> is the Linux version...

Background: I worked for Sun in the Solaris group during DTrace's
development. I was probably one of the first 30 people to use DTrace,
and actively used it for kernel development for over a year.

Randy didn't say this, but in case anyone got the wrong impression,
SystemTap is not a port of DTrace. SystemTap has existed as its own
project for quite some time. One of the current goals of SystemTap is
to provide equivalent functionality to DTrace in some areas.

My opinion is that a port of DTrace to Linux would be extremely
valuable, above and beyond the goals of SystemTap. It is also my
opinion that it will be extremely difficult. :)

-VAL

2006-03-31 00:43:54

by Frank Ch. Eigler

[permalink] [raw]
Subject: Re: DTrace for Linux


Valerie Henson <[email protected]> writes:

> [...] My opinion is that a port of DTrace to Linux would be
> extremely valuable, above and beyond the goals of SystemTap. It is
> also my opinion that it will be extremely difficult. :)

Beyond the technical challenges, a legal one (SCSL-vs-GPL license
incompatibility) would at least complicate deployment of a plain port.

- FChE