Release Name: 0.0.3
Notes:
ruby-dtrace is Ruby bindings for Dtrace, which lets you write D-based
programs in Ruby. It doesn't provide D probes for Ruby, but you can
use it with the probes found in the Joyent and Apple builds of Ruby.
Changes:
== 0.0.3 / 2008-01-06
* Add a DtraceData class which consumers return, containing
the data returned from each probe firing, rather than
returning the raw records directly from DTrace.
* Provide access to probe, CPU and flow information.
* Allow creation and grabbing of processes.
* Add an example script: a port of scsi.d.
|