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 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


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 dvm or djvm providers.


Regards Hans
--
This message posted from opensolaris.org
___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org



--
Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

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


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 meant to be a step by step guide.


HTHs

Angelo



On Sep 15, 2009, at 12:44 PM, Adam Leventhal wrote:


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 dvm or djvm providers.


Regards Hans
--
This message posted from opensolaris.org
___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org



--
Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

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


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