Displaying 2 results from an estimated 2 matches for "pl_analyze".
Did you mean:
lanalyze
2006 Mar 19
0
rails analyze issue
hi all:
when i debug my site with <a
href="http://rails-analyzer.rubyforge.org/">Rails Analyzer</a>
#------------------------------------------------------------------------
pl_analyze show me this:
pl_analyze /wwwroot/railsprojects/log/production.log
/usr/local/lib/ruby/gems/1.8/gems/production_log_analyzer-1.3.0/lib/production_log/analyzer.rb:381:in
`pad_request_name'': undefined method `-'' for nil:NilClass
(NoMethodError)
#-----------------------------------...
2005 Mar 30
2
Production Log Analyzer 1.1.0
First public release of Production Log Analyzer!
Download it at:
http://rubyforge.org/frs/?group_id=586
The Production Analyzer lets you find out which pages on your site are
dragging you down. pl_analyze requires the use of SyslogLogger
(included) because the default Logger doesn''t give any way to associate
lines logged to a request.
SyslogLogger gives you many other advantages, such as the ability to
combine logs from multiple machines.
(Note that SyslogLogger is required, but it sho...