One of many Dtrace functions output on my Solaris 10 box....
Sample interval is 5 seconds. Total run is > 100 seconds. 0% Interrupts by CPU... 5% Interrupt times... 10% Dispatcher queue length by CPU... 15% Sdt counts... 20% Pages paged in by process... 25% Files opened successfully count... 30% Disk I/O size distribution by process... 35% Minor faults by process... 40% Vminfo data by process... 45% Mib data by mib statistic... 50% TCP write bytes by process... 55% Sample process @ 1000 Hz... 60% Syscall count by process... 65% Syscall count by syscall... 70% Read bytes by process... 75% Write bytes by process... 80% Sysinfo counts by process... 85% New process counts with arguments... 90% Signal counts... 95% Syscall error counts... 100% Done. File is de_Emperor_200509081500.tar.gz
DTrace is seriously handy you can call it through a shell script or a perl script...

cheers -
Jeffery

In reply to Re: Dtrace for Perl by JSchmitz
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.