Displaying 4 results from an estimated 4 matches for "production_log_analyz".
Did you mean:
production_log_analyzer
2006 Mar 19
0
rails analyze issue
...hen 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)
#--------------------------------------------------------------------------
and crawl also not works.
crawl -u http://192.168.1.3/ -c
/usr/local/lib/ruby/gems/...
2006 Feb 23
2
Performance problem due to ruby or fcgi or mysql?
when i "siege" a particular page on my site, my site just crashed under
a very light load, and cpu usage quickly goes up to 99%. But my other
pages are doing much better with load testing. So my guess initially
was that sql statements with this page is the cause.
However, from "tail -f production.log ", it seems that sql is doing ok
and not taking much time, and
2005 Sep 22
2
production environment
So I''m getting ready to setup a production environment on my boxen (running
Fedora Core 3), what are my options? I''ve seen a number of posts about
FastCGI, SCGI, etc. and am completely lost as to what I should be setting up
on my box (that I hopefully won''t have to touch for a while).
I need to run Collaboa, Typo and probably 3 or 4 other apps on this, so
2006 Mar 28
3
compiling php with fcgi on tiger
...curl -O http://rubyforge.org/frs/download.php/3700/rubygems-0.8.10.tgz
tar xvzf rubygems*
cd rubygems*
sudo ruby setup.rb
__________________________________________________ ______________
Get Rails and a few other gems
sudo gem install rails RedCloth search_generator salted_login_generator
production_log_analyzer
answer yes to all dependencies
__________________________________________________ ______________
Get mysql-ruby C bindings (the pure ruby ones suck)
This command works great on osx as well using the mysql 4.1.x installer from
mysql.com
or the serverlogistics.com mysql as well.
curl -O http...