search for: c1e4dd55

Displaying 1 result from an estimated 1 matches for "c1e4dd55".

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