Re: [dtrace-discuss] 2009.06 + ruby + dtrace

2009-09-15 Thread m...@bruningsystems.com
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

Re: [dtrace-discuss] 2009.06 + ruby + dtrace

2009-09-15 Thread l1x
I try it with with mongrel now. The final aim is to have some rails figures anyhow. thanks for the update! -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Dtrace and java 1.5

2009-09-15 Thread Adam Leventhal
Hey Hans, This might help: http://blogs.sun.com/ahl/entry/dtracing_java In that post you can find links to the agent plugins. Adam On Sep 9, 2009, at 10:33 AM, Hans-Peter Sloot wrote: BTW I tried to understand the info on several websites but it has not become clear to me how to get the

Re: [dtrace-discuss] Dtrace and java 1.5

2009-09-15 Thread Angelo Rajadurai
You may also find my JavaONE hands on lab useful. http://developers.sun.com/learning/javaoneonline/j1lab.jsp?lab=LAB-9400yr=2008track=1 It talks about using DTrace for Java 1.4.2, 1.5, 6.0 and 7. You can also see how to use it for other scripting languages, mysql and C applications. Its