search for: 0133ee68

Displaying 1 result from an estimated 1 matches for "0133ee68".

Did you mean: 0033ee68
2006 May 18
2
tracking latency in rails
I''ve built a web-app and i want to start tracking request latencies so that i can see how the app handles more and more people using it. However, i''m not sure how this can be done. I''d like to be able to log the start-time when the request comes in and then log the end time as the response gets sent out. Do i need to bookend each action with a before-filter and