Like we saw in console or rails log show totaltime, database time, rendering time. on my page footer in production. is it possible to acces those information from controller or view template with out time it again ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
what is your goal? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Radhames Brito wrote in post #957092:> what is your goal?Yeap. This application will deploy nation wide which share both database server, application server with many many other project. The servers are hugh. like cluster of 12Core AIX x 12 Server X 2 cluster. each tier. with hundreds of disks. User (my clients) complain that my application many time are really slow which I figured out by our team that the response time of database server by Oracle Developer or any other client even shell are really slow that time. Then I would like to show on footer of my page for application time and active record time use for user to see by themselves. What is the bottleneck , may be database server , may be network of some point. Just don''t want to time it by myself if the information live some where ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> Then I would like to show on footer of my page for > application time and active record time use for user to see by > themselves. What is the bottleneck , may be database server , may be > network of some point. Just don''t want to time it by myself if the > information live some where ?Work backwards from line 19/20 of... http://github.com/rails/rails/blob/master/actionpack/lib/action_controller/log_subscriber.rb -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mon, Oct 25, 2010 at 6:35 PM, Pinit Asavanuchit <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Like we saw in console or rails log show totaltime, database time, > rendering time. on my page footer in production.Possibly this is what you want: <http://rubygems.org/gems/rails-footnotes> HTH, -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thank you every body I will try your suggestion. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Reasonably Related Threads
- [PATCH][cpufreq] Xen support for the ondemand governor [2/2] (linux)
- [PATCH][cpufreq] Xen support for the ondemand governor [1/2] (hypervisor code)
- Newbie question: Statistical functions (e.g., mean, sd) in a "transform" statement?
- Speex Questions <./Configure %install make [-enable-fixed-point] setting> and Encoding Times etc...
- display optional db data