Another time, it shows that it's really nice to go to the Perl conferences, just for the stuff you pick up in passing

I think I spent some time with Nicholas Clark and ?nobull? Alan Burlison who implemented the Solaris/Dtrace connection with Perl. It's still in early beta and has a quite severe runtime hit; I think I remember a slowdown of 5% just for linking the Dtrace stuff in, without any instrumentation.

But I expect this thing to really move forward, even if it's only for Solaris.

I'm not too familiar with Dtrace myself, but what I gleaned from the idea/concept of Dtrace, it seems quite like the Win32 debugger API (at least for NT and upwards), where an external process can attach to and detach from a running application and instrument it. The effect of this is, that you get a full trace from the Perl level down to the (Solaris) kernel level of all functions called. Which is quite cool, as you can attach it to any running Perl process.

Update: Alan Burlison talks about DTrace and Perl in his blog.


In reply to Re: Dtrace for Perl by Corion
in thread Dtrace for Perl by GoCool

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.