NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
failure on solaris. (Score:1)
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
Re:failure on solaris (Score:1)
Re: (Score:2)
I think 0.04 should be working on vanilla Mac OS Perl now. It certainly works for me.
I really need to think about how to test it. It's a bit awkward given that dtrace needs to run as root.
I guess I can at least test the logic by building a version containing different probes that just output to STDERR.
Sorry folks, I'm talking to myself now :)
0.03 adds dtperl (Score:2)
I've just released 0.03 which creates and installs a Perl interpreter called dtperl which contains dtrace probe hooks.
In the process I fixed a nasty little bus-error-causing problem.
Now I need to install Solaris and get it working there.
I've been working on adding DTrace probes to Perl (Score:1)
I've been working my way through the perl 5.8.8 source - talk about an education. Right now, I'm adding probes to a few of the run ops - adding parameter outputs as I work out what to do. My focus is a little different - I want a way to instrument in production cgi code - though I notice there would be a use for this to determine that really should be in hot_ops.
I've been working on 5.8.8 in a publicly accessible svn repository - in case anyone wants to try it.
Sven
Re:I've been working on adding DTrace probes to Pe (Score:2)
Re: (Score:1)