Discussion:
[jruby-dev] JRuby Performance Profiling
M***@public.gmane.org
2014-04-30 01:51:57 UTC
Permalink
Hello All

Trying to optimize Jruby in Tomcat Apps sever. I have a timer prog thru which i can monitor resp time in my logs. Looking for an advice on profiling critical JRuby hotspots code on which i can put my timer prog.

Like which JRuby packages/classes and ()s should i put my timer on. ? I would appreciate some high level advice pls

My scope of profiling is as follows. Should I add more packages /classes besides the following ? If yes which ones??!!

"org.jruby.runtime.load"
"org.jruby.rack.RackApplication"
"jruby.ext.jruby.JRubyFiberLocal"
"org.jruby.runtime.CallSite"


Thx & Regards
-----------------------------------------------
Michael Kline
Development
------------------------------------------------
M***@public.gmane.org
2014-05-04 00:09:36 UTC
Permalink
any tips would be appreciated ?
-------////------------------------------
Post by M***@public.gmane.org
Hello All
Trying to optimize Jruby in Tomcat Apps sever. I have a timer prog thru which i can monitor resp time in my logs. Looking for an advice on profiling critical JRuby hotspots code on which i can put my timer prog.
Like which JRuby packages/classes and ()s should i put my timer on. ? I would appreciate some high level advice pls
My scope of profiling is as follows. Should I add more packages /classes besides the following ? If yes which ones??!!
"org.jruby.runtime.load"
"org.jruby.rack.RackApplication"
"jruby.ext.jruby.JRubyFiberLocal"
"org.jruby.runtime.CallSite"
Thx & Regards
-----------------------------------------------
Michael Kline
Development
------------------------------------------------
Loading...