You may also find my JavaONE hands on lab useful.
http://developers.sun.com/learning/javaoneonline/j1lab.jsp?lab=LAB-9400&yr=2008&track=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 mea
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
Thank you, i am going to check that URL.
--
This message posted from opensolaris.org
___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org
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
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
On Tue, Sep 15, 2009 at 10:38 AM, l1x wrote:
>
> However:
>
> r...@opensolaris:~# dtrace -l | grep -i ruby | wc -l
> 0
>
> (just to confirm
> r...@opensolaris:~# dtrace -l | grep -i postgres | wc -l
> 55
> )
Because the ruby DTrace probes are USDT probes, they're only going to
show up if there's
EON ZFS NAS 0.59.3 based on snv_122 released!
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is
released on Genunix! Much thanks to Al at Genunix.org for download hosting and
serving the opensolaris community.
It is available in a CIFS and Samba flavor
EON 64-bit x8
Hey, I am wondering how can I enable dtrace probes to ruby
r...@opensolaris:~# uname -a
SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris
r...@opensolaris:~# ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [i386-solaris2.11]
r...@opensolaris:~#
I followed this:
To install Ruby on OpenSolari