Sorry DTrace isn't working for you here. Try using the command line pstack 
(Solaris) or jstack (comes with jdk) tools.  I saw a similar situation last 
year where garbage collection would occasionally go nuts (where nuts might be 
taking several hours to complete the GC cycle).  You can use prstat -L to see 
which java threads are chewing the CPU and then look for those threads in the 
pstack output.
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to