Hi l1x,

l1x wrote:
Hey, I am wondering how can I enable dtrace probes to ruby




However:

r...@opensolaris:~# dtrace -l | grep -i ruby | wc -l
0

(just to confirm r...@opensolaris:~# dtrace -l | grep -i postgres | wc -l
55
)
dtrace -l by itself will only show kernel probes. I doubt there are any probes in
the operating system for ruby or postgres.   You might try looking at
http://ruby-dtrace.rubyforge.org/ for an example of using dtrace with ruby.
(Or, do what I did... search the net for "ruby dtrace probes".

max

_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to